fix: remove foldexpr for .snippet-files (closes #246).

This commit is contained in:
L3MON4D3 2021-12-17 23:29:27 +01:00
parent 6c24995948
commit 6bcd3bb65e

View file

@ -10,7 +10,5 @@ let b:undo_ftplugin = "setl et< sts< cms< fdm< fde<"
" Use hard tabs
setlocal noexpandtab softtabstop=0
setlocal foldmethod=expr foldexpr=getline(v:lnum)!~'^\\t\\\\|^$'?'>1':1
setlocal commentstring=#\ %s
setlocal nospell