diff options
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. |