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 (13 years ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: syntax on
    2: set incsearch
    3: set showmatch
    4: set ruler
    5: set cindent
    6: colorscheme ron
    7: autocmd BufReadPost *
    8: \ if ! exists("g:leave_my_cursor_position_alone") |
    9: \     if line("'\"") > 0 && line ("'\"") <= line("$") |
   10: \         exe "normal g'\"" |
   11: \     endif |
   12: \ endif

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