diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-26 08:37:05 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-26 08:37:05 +0800 |
| commit | 4d367bb7ebed3327676c491221856751d168f1f3 (patch) | |
| tree | 9fd20584ce5ee4d1c9d954eccdf41d5d7ca3d72c | |
| parent | 87cd752de29a60880497972e0b6805641a4918c7 (diff) | |
update option.vim
| -rw-r--r-- | options.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/options.vim b/options.vim index 5c11bc5..53fde1c 100644 --- a/options.vim +++ b/options.vim @@ -1,3 +1,5 @@ +scriptencoding utf-8 + "{ Builtin options and settings " change filechar for folding, vertical split, and message sepator set fillchars=fold:\ ,vert:\│,msgsep:‾ @@ -52,7 +54,6 @@ set ignorecase smartcase " File and script encoding settings for vim set fileencoding=utf-8 set fileencodings=ucs-bom,utf-8,cp936,gb18030,big5,euc-jp,euc-kr,latin1 -scriptencoding utf-8 " Break line at predefined characters set linebreak |
