diff --git a/ftplugin/racket.vim b/ftplugin/racket.vim index 551084d..cc11c6c 100644 --- a/ftplugin/racket.vim +++ b/ftplugin/racket.vim @@ -77,6 +77,6 @@ endif let b:undo_ftplugin = \ "setl iskeyword< lispwords< lisp< comments< formatoptions<" \. "| setl makeprg< commentstring<" - \. "| nunmap K" - \. "| vunmap K" + \. "| silent! execute 'nunmap K'" + \. "| silent! execute 'vunmap K'" \. "| unlet! b:browsefilter"