Skip to content

Commit 9f9f4be

Browse files
committed
Fix bizarre typos of "|" as "!"
1 parent 4cf6a00 commit 9f9f4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ftplugin/ruby.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ if !exists("g:no_plugin_maps") && !exists("g:no_ruby_maps")
130130
let b:undo_ftplugin = b:undo_ftplugin
131131
\."| sil! exe 'unmap <buffer> [[' | sil! exe 'unmap <buffer> ]]' | sil! exe 'unmap <buffer> []' | sil! exe 'unmap <buffer> ]['"
132132
\."| sil! exe 'unmap <buffer> [m' | sil! exe 'unmap <buffer> ]m' | sil! exe 'unmap <buffer> [M' | sil! exe 'unmap <buffer> ]M'"
133-
\."! sil! exe 'ounmap <buffer> im'| sil! exe 'ounmap <buffer> am'| sil! exe 'ounmap <buffer> ic'| sil! exe 'ounmap <buffer> ac'"
133+
\."| sil! exe 'ounmap <buffer> im'| sil! exe 'ounmap <buffer> am'| sil! exe 'ounmap <buffer> ic'| sil! exe 'ounmap <buffer> ac'"
134134

135135
if maparg('im','n') == ''
136136
onoremap <silent> <buffer> im :<C-U>call <SID>wrap_i('[m',']M')<CR>
137137
onoremap <silent> <buffer> am :<C-U>call <SID>wrap_a('[m',']M')<CR>
138138
let b:undo_ftplugin = b:undo_ftplugin
139-
\."! sil! exe 'ounmap <buffer> im' | sil! exe 'ounmap <buffer> am'"
139+
\."| sil! exe 'ounmap <buffer> im' | sil! exe 'ounmap <buffer> am'"
140140
endif
141141

142142
if maparg('iM','n') == ''

0 commit comments

Comments
 (0)