commit 6d47db222b37a28fda5ee70645ca4ccf982aac2a parent 806a2f2ecefc1102082ace3f2f90744c28b170dd Author: Ed van Bruggen <edvb@uw.edu> Date: Thu, 26 Mar 2020 00:36:24 -0700 Undo file type settings upon exit Diffstat:
ftplugin/tisp.vim | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/ftplugin/tisp.vim b/ftplugin/tisp.vim @@ -19,3 +19,5 @@ setl lispwords+=recur if exists('g:paredit_loaded') call PareditInitBuffer() endif + +let b:undo_ftplugin = "setlocal lisp< comments< commentstring< define< formatoptions< iskeyword< lispwords<"