We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9f4be commit 735b918Copy full SHA for 735b918
ftplugin/ruby.vim
@@ -130,7 +130,6 @@ if !exists("g:no_plugin_maps") && !exists("g:no_ruby_maps")
130
let b:undo_ftplugin = b:undo_ftplugin
131
\."| sil! exe 'unmap <buffer> [[' | sil! exe 'unmap <buffer> ]]' | sil! exe 'unmap <buffer> []' | sil! exe 'unmap <buffer> ]['"
132
\."| 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'"
134
135
if maparg('im','n') == ''
136
onoremap <silent> <buffer> im :<C-U>call <SID>wrap_i('[m',']M')<CR>
0 commit comments