1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00

9 lines
136 B
VimL
Raw Normal View History

2020-06-13 14:06:35 +08:00
" Fix mapping brought by unimpared
if !empty(maparg("co", "n"))
nunmap co
endif
if !empty(maparg("cop", "n"))
nunmap cop
endif