mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
14 lines
294 B
Text
14 lines
294 B
Text
command Zap %s/[\xA0]/ /g
|
|
set viminfo='20,<1000
|
|
set colorcolumn=80
|
|
syntax on
|
|
set ts=8
|
|
set hls
|
|
set nu
|
|
|
|
autocmd BufReadPost *
|
|
\ if ! exists("g:leave_my_cursor_position_alone") |
|
|
\ if line("'\"") > 0 && line ("'\"") <= line("$") |
|
|
\ exe "normal g'\"" |
|
|
\ endif |
|
|
\ endif
|