File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,11 +137,11 @@ if !exists("g:no_plugin_maps") && !exists("g:no_ruby_maps")
137137 \. " ! sil! exe 'ounmap <buffer> im' | sil! exe 'ounmap <buffer> am'"
138138 endif
139139
140- if maparg (' ic ' ,' n' ) == ' '
141- onoremap <silent> <buffer> ic :<C-U> call <SID> wrap_i('[[','][')<CR>
142- onoremap <silent> <buffer> ac :<C-U> call <SID> wrap_a('[[','][')<CR>
140+ if maparg (' iM ' ,' n' ) == ' '
141+ onoremap <silent> <buffer> iM :<C-U> call <SID> wrap_i('[[','][')<CR>
142+ onoremap <silent> <buffer> aM :<C-U> call <SID> wrap_a('[[','][')<CR>
143143 let b: undo_ftplugin = b: undo_ftplugin
144- \. " | sil! exe 'ounmap <buffer> ic ' | sil! exe 'ounmap <buffer> ac '"
144+ \. " | sil! exe 'ounmap <buffer> iM ' | sil! exe 'ounmap <buffer> aM '"
145145 endif
146146
147147 if maparg (" \<C-]> " ,' n' ) == ' '
You can’t perform that action at this time.
0 commit comments