--- 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