aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-03-28 15:51:35 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-03-28 15:51:35 +1300
commit05ede7194c175bc31aa0357778112727dbcfdf39 (patch)
treee959b30a2ca3213244834a8ab666222ae72c9a5c /vim/ftplugin
parentMerge branch 'release/v4.17.0' into develop (diff)
downloaddotfiles-05ede7194c175bc31aa0357778112727dbcfdf39.tar.gz
dotfiles-05ede7194c175bc31aa0357778112727dbcfdf39.zip
Remove unneeded leading pipe from b:undo_ftplugin
Diffstat (limited to 'vim/ftplugin')
-rw-r--r--vim/ftplugin/textarea.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/ftplugin/textarea.vim b/vim/ftplugin/textarea.vim
index b5c5ca98..7877c8db 100644
--- a/vim/ftplugin/textarea.vim
+++ b/vim/ftplugin/textarea.vim
@@ -7,4 +7,4 @@ endif
" areas I edit using TextEditorAnywhere
nnoremap <buffer> <LocalLeader>f
\ :<C-U>setlocal filetype=mail<CR>
-let b:undo_ftplugin = '|nunmap <buffer> <LocalLeader>f'
+let b:undo_ftplugin = 'nunmap <buffer> <LocalLeader>f'