activated vim syntax
This commit is contained in:
@@ -11,3 +11,5 @@ autocmd BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "norm
|
|||||||
" Delete trailing whitespaces on saving a file
|
" Delete trailing whitespaces on saving a file
|
||||||
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
autocmd BufWritePre * :%s/\s\+$//e
|
autocmd BufWritePre * :%s/\s\+$//e
|
||||||
|
|
||||||
|
syntax on
|
||||||
|
|||||||
Reference in New Issue
Block a user