Download:
child 255:5b4f830afebc
parent 253:c5a20fa03fe4
254:74e2f3a85081
Anton Shestakov <av6@dwimlabs.net>, Thu, 29 Dec 2022 17:23:49 +0400
.vim: use setlocal in autocmd for setting list and spell (both window-local)

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
.vim/after/ftdetect/cram.vim file | annotate | diff | comparison | revisions
--- a/.vim/after/ftdetect/cram.vim Wed Dec 14 08:51:46 2022 +0400
+++ b/.vim/after/ftdetect/cram.vim Thu Dec 29 17:23:49 2022 +0400
@@ -1,1 +1,1 @@
-au BufNewFile,BufRead */tests/*.t set filetype=cram list
+au BufNewFile,BufRead */tests/*.t setlocal filetype=cram list spell