1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00
SpaceVim/bundle/vim-bepo/after/plugin/unimpaired.vim
2020-06-13 14:06:35 +08:00

9 lines
136 B
VimL

" Fix mapping brought by unimpared
if !empty(maparg("co", "n"))
nunmap co
endif
if !empty(maparg("cop", "n"))
nunmap cop
endif