aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/vim.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftplugin/vim.vim')
-rw-r--r--vim/ftplugin/vim.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/ftplugin/vim.vim b/vim/ftplugin/vim.vim
index d4e55ace..e8113134 100644
--- a/vim/ftplugin/vim.vim
+++ b/vim/ftplugin/vim.vim
@@ -4,3 +4,7 @@
nnoremap <buffer> <silent>
\ <LocalLeader>l
\ :<C-U>write !vint -s /dev/stdin<CR>
+
+" Unload this filetype plugin
+let b:undo_user_ftplugin
+ \ = 'silent! nunmap <LocalLeader>l'