Loading .vimrc +3 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,9 @@ let g:AutoPairsCenterLine = 0 " === NON-MODIFIABLE BUFFERS === if exists('OptionSet') au OptionSet modifiable if ! v:option_new | noa call <SID>no_mod() | endif endif au BufWinEnter * if ! &modifiable | noa call <SID>no_mod() | endif function! s:no_mod() Loading Loading
.vimrc +3 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,9 @@ let g:AutoPairsCenterLine = 0 " === NON-MODIFIABLE BUFFERS === if exists('OptionSet') au OptionSet modifiable if ! v:option_new | noa call <SID>no_mod() | endif endif au BufWinEnter * if ! &modifiable | noa call <SID>no_mod() | endif function! s:no_mod() Loading