1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00
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