Updating config
This commit is contained in:
parent
4994075da7
commit
4e84b501b1
@ -1,4 +1,6 @@
|
||||
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
|
||||
augroup vimrc
|
||||
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
|
||||
augroup END
|
||||
|
||||
function! s:unalign() range
|
||||
for l:line in range(a:firstline, a:lastline)
|
||||
|
Loading…
Reference in New Issue
Block a user