mirror of
https://github.com/akelge/zsh
synced 2025-07-04 13:39:07 +00:00
Added ignore for .local files, fixed typo for txt files
This commit is contained in:
@ -234,8 +234,8 @@ if has("autocmd")
|
||||
autocmd BufWritePost,FileWritePost *.plist call MyBinaryPlistWritePost()
|
||||
|
||||
" Plain text
|
||||
autocmd BufNewFile,BufRead *.txt setf txt
|
||||
autocmd FileType txt set textwidth=78 printfont=:h10
|
||||
autocmd BufNewFile,BufRead *.txt setf text
|
||||
autocmd FileType text set textwidth=78 printfont=:h10
|
||||
|
||||
" Javascript
|
||||
autocmd FileType javascript set sw=4 ts=4 sts=4 smarttab expandtab
|
||||
|
Reference in New Issue
Block a user