Download:
child 258:3ace4a58fb62
parent 256:2914bdac7125
257:b57791fbcb6f
Anton Shestakov <av6@dwimlabs.net>, Mon, 16 Jan 2023 18:45:36 +0400
.vim: split ftdetect and ftplugin concepts for cram

2 файлов изменено, 3 вставок(+), 1 удалений(-) [+]
.vim/after/ftdetect/cram.vim file | annotate | diff | comparison | revisions
.vim/after/ftplugin/cram.vim file | annotate | diff | comparison | revisions
--- a/.vim/after/ftdetect/cram.vim Sun Jan 15 17:43:55 2023 +0400
+++ b/.vim/after/ftdetect/cram.vim Mon Jan 16 18:45:36 2023 +0400
@@ -1,1 +1,1 @@
-au BufNewFile,BufRead */tests/*.t setlocal filetype=cram list spell
+au BufNewFile,BufRead */tests/*.t setlocal filetype=cram
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.vim/after/ftplugin/cram.vim Mon Jan 16 18:45:36 2023 +0400
@@ -0,0 +1,2 @@
+setlocal list
+setlocal spell