diff --git a/plugin/auto-pairs.vim b/plugin/auto-pairs.vim index 0a263cb..16b0987 100644 --- a/plugin/auto-pairs.vim +++ b/plugin/auto-pairs.vim @@ -77,7 +77,7 @@ endif " 7.4.849 support U to avoid breaking '.' " Issue talk: https://github.com/jiangmiao/auto-pairs/issues/3 " Vim note: https://github.com/vim/vim/releases/tag/v7.4.849 -if v:version >= 704 && has("patch849") +if v:version > 704 || v:version == 704 && has("patch849") let s:Go = "\U" else let s:Go = ""