Skip to content

Commit 641c91f

Browse files
author
Steve Francia
committed
Merge pull request spf13#26 from franciscoj/patch-1
Fixed error on mapping for :Tabularize /|
2 parents a8b74d4 + 3c051d5 commit 641c91f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vimrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@
349349
vmap <Leader>a:: :Tabularize /:\zs<CR>
350350
nmap <Leader>a, :Tabularize /,<CR>
351351
vmap <Leader>a, :Tabularize /,<CR>
352-
nmap <Leader>a| :Tabularize /|<CR>
353-
vmap <Leader>a| :Tabularize /|<CR>
352+
nmap <Leader>a<Bar> :Tabularize /<Bar><CR>
353+
vmap <Leader>a<Bar> :Tabularize /<Bar><CR>
354354
endif
355355
" }
356356

0 commit comments

Comments
 (0)