File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / root.skel / vimrc
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Jul 5 23:43:00 2011 UTC (12 years, 11 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

syntax on
set incsearch
set showmatch
set ruler
set cindent
colorscheme ron
autocmd BufReadPost *
\ if ! exists("g:leave_my_cursor_position_alone") |
\     if line("'\"") > 0 && line ("'\"") <= line("$") |
\         exe "normal g'\"" |
\     endif |
\ endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>