diff options
author | ZyX <kp-pav@yandex.ru> | 2015-07-05 14:08:50 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-10-08 21:59:56 +0300 |
commit | b7ebd16af099defc76264d3e525c83d799ad875c (patch) | |
tree | ed68aa3f171d420ee8549716dcab124f88766a9d /runtime/doc/mbyte.txt | |
parent | 98e8c1f37cee11b440a04257fe45f7d1a80ce6c1 (diff) | |
download | rneovim-b7ebd16af099defc76264d3e525c83d799ad875c.tar.gz rneovim-b7ebd16af099defc76264d3e525c83d799ad875c.tar.bz2 rneovim-b7ebd16af099defc76264d3e525c83d799ad875c.zip |
documentation: Update documentation
Diffstat (limited to 'runtime/doc/mbyte.txt')
-rw-r--r-- | runtime/doc/mbyte.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/mbyte.txt b/runtime/doc/mbyte.txt index c959c12fb4..17d96103b8 100644 --- a/runtime/doc/mbyte.txt +++ b/runtime/doc/mbyte.txt @@ -387,7 +387,7 @@ Vim will automatically convert from one to another encoding in several places: 'encoding' (requires a gettext version that supports this). - When reading a Vim script where |:scriptencoding| is different from 'encoding'. -- When reading or writing a |viminfo| file. +- When reading or writing a |shada| file. Most of these require the |+iconv| feature. Conversion for reading and writing files may also be specified with the 'charconvert' option. |