diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-01 01:24:44 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-01 01:37:13 -0400 |
commit | d1a2523f6c98f4113e1859830ae448f34d89012c (patch) | |
tree | 0997236bf1238a30137c466b138407da50ca71b6 /runtime/doc/options.txt | |
parent | f5d1f0bf0372ac57c8b1f814bb5b18f13b3b53de (diff) | |
download | rneovim-d1a2523f6c98f4113e1859830ae448f34d89012c.tar.gz rneovim-d1a2523f6c98f4113e1859830ae448f34d89012c.tar.bz2 rneovim-d1a2523f6c98f4113e1859830ae448f34d89012c.zip |
vim-patch:1d59aa1fdfb1
Update runtime files.
https://github.com/vim/vim/commit/1d59aa1fdfb191d9872ff87eb94652acd374b293
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index a7ad94db6d..473f680cab 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2093,7 +2093,9 @@ A jump table for the options with a short description can be found at |Q_op|. 'emoji' 'emo' boolean (default: on) global When on all Unicode emoji characters are considered to be full width. - + This excludes "text emoji" characters, which are normally displayed as + single width. Unfortunately there is no good specification for this + and it has been determined on trial-and-error basis. *'encoding'* *'enc'* *E543* 'encoding' 'enc' @@ -5903,8 +5905,8 @@ A jump table for the options with a short description can be found at |Q_op|. N N Printer page number. (Only works in the 'printheader' option.) l N Line number. L N Number of lines in buffer. - c N Column number. - v N Virtual column number. + c N Column number (byte index). + v N Virtual column number (screen column). V N Virtual column number as -{num}. Not displayed if equal to 'c'. p N Percentage through file in lines as in |CTRL-G|. P S Percentage through file of displayed window. This is like the |