commit fa07e3b732417523198c68483124f7d813f52a59
parent 1b977b82cb1805352e87858ff6300b0f271c7e04
Author: Alex Balgavy <alex@balgavy.eu>
Date: Mon, 25 Apr 2022 22:19:12 +0200
vim: fix sandwich error
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/vim/after/ftplugin/sh.vim b/vim/after/ftplugin/sh.vim
@@ -3,5 +3,4 @@ let g:sh_fold_enabled= 7
setlocal foldmethod=syntax
let b:undo_ftplugin = (exists('b:undo_ftplugin') ? b:undo_ftplugin.'|' : '')
-let b:undo_ftplugin .= 'let g:sandwich#magicchar#f#patterns = g:sandwich#magicchar#f#default_patterns |'
let b:undo_ftplugin .= 'setlocal makeprg< foldmethod<'