mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
9 lines
136 B
VimL
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
|