diff --git a/plugin/auto-pairs.vim b/plugin/auto-pairs.vim index 6d7caaf..28266e8 100644 --- a/plugin/auto-pairs.vim +++ b/plugin/auto-pairs.vim @@ -165,7 +165,7 @@ function! AutoPairsReturn() if g:AutoPairsCenterLine && winline() * 1.5 >= winheight(0) let cmd = " \zz\cl" end - return "\\".cur_char."\O".cmd + return "\\".cur_char."\=ko".cmd end return "\" endfunction