Skip to content

Commit

Permalink
Fix a vim startup error caused by AlignMapsPlugin.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
emallove committed Mar 30, 2013
1 parent 3594fef commit c1a3188
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vimfiles/plugin/AlignMapsPlugin.vim
Expand Up @@ -85,7 +85,6 @@ if !hasmapto('<Plug>AM_ascom')|map! <unique> <Leader>ascom <Plug>AM_ascom|endif
if !hasmapto('<Plug>AM_adec') |map! <unique> <Leader>adec <Plug>AM_adec|endif
if !hasmapto('<Plug>AM_adef') |map! <unique> <Leader>adef <Plug>AM_adef|endif
if !hasmapto('<Plug>AM_afnc') |map! <unique> <Leader>afnc <Plug>AM_afnc|endif
if !hasmapto('<Plug>AM_afnc') |map! <unique> <Leader>afnc <Plug>AM_afnc|endif
" Number alignment maps: {{{2
if !hasmapto('<Plug>AM_aunum')|map! <unique> <Leader>aunum <Plug>AM_aunum|endif
Expand Down

0 comments on commit c1a3188

Please sign in to comment.