Skip to content

Commit

Permalink
Merge pull request spf13#26 from franciscoj/patch-1
Browse files Browse the repository at this point in the history
Fixed error on mapping for :Tabularize /|
  • Loading branch information
Steve Francia committed Jul 18, 2011
2 parents a8b74d4 + 3c051d5 commit 641c91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@
vmap <Leader>a:: :Tabularize /:\zs<CR>
nmap <Leader>a, :Tabularize /,<CR>
vmap <Leader>a, :Tabularize /,<CR>
nmap <Leader>a| :Tabularize /|<CR>
vmap <Leader>a| :Tabularize /|<CR>
nmap <Leader>a<Bar> :Tabularize /<Bar><CR>
vmap <Leader>a<Bar> :Tabularize /<Bar><CR>
endif
" }

Expand Down

0 comments on commit 641c91f

Please sign in to comment.