|
|
@@ -144,7 +144,7 @@ function! plug#end()
|
|
|
for [mode, map_prefix, key_prefix] in
|
|
|
\ [['i', "<C-O>", ''], ['n', '', ''], ['v', '', 'gv'], ['o', '', '']]
|
|
|
execute printf(
|
|
|
- \ "%snoremap <silent> %s %s:call <SID>lod_map(%s, %s, '%s')<CR>",
|
|
|
+ \ "%snoremap <silent> %s %s:<C-U>call <SID>lod_map(%s, %s, '%s')<CR>",
|
|
|
\ mode, cmd, map_prefix, string(cmd), string(plug), key_prefix)
|
|
|
endfor
|
|
|
endif
|