mirror of https://github.com/akelge/vim
Added ignore for .local files, fixed typo for txt files
This commit is contained in:
parent
13b75c2d54
commit
663b0e8fba
|
@ -234,8 +234,8 @@ if has("autocmd")
|
||||||
autocmd BufWritePost,FileWritePost *.plist call MyBinaryPlistWritePost()
|
autocmd BufWritePost,FileWritePost *.plist call MyBinaryPlistWritePost()
|
||||||
|
|
||||||
" Plain text
|
" Plain text
|
||||||
autocmd BufNewFile,BufRead *.txt setf txt
|
autocmd BufNewFile,BufRead *.txt setf text
|
||||||
autocmd FileType txt set textwidth=78 printfont=:h10
|
autocmd FileType text set textwidth=78 printfont=:h10
|
||||||
|
|
||||||
" Javascript
|
" Javascript
|
||||||
autocmd FileType javascript set sw=4 ts=4 sts=4 smarttab expandtab
|
autocmd FileType javascript set sw=4 ts=4 sts=4 smarttab expandtab
|
||||||
|
|
Loading…
Reference in New Issue