|
|
1.1 misho 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