mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 12:44:27 +08:00
Use default cpo values while creating mappings. Closes #72.
This commit is contained in:
@@ -30,3 +30,5 @@ let g:delimitMate_autoclose = 1
|
||||
# Handle backspace gracefully.
|
||||
set backspace=
|
||||
"'\<Esc>a\<BS>x" "'x'"
|
||||
set cpo=ces$
|
||||
"'x" "'x'"
|
||||
|
||||
Reference in New Issue
Block a user