diff options
author | Thiago Mota Martins <thiagomota510@gmail.com> | 2021-05-21 20:59:48 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 19:59:48 -0400 |
commit | 6dd04ed5f6c0b68eed38aeb2a3f930d8d6353678 (patch) | |
tree | b933090161a1b88c84f7a8f31e446798b4d2417a | |
parent | efe33fc79927e6a3f70ab61afc5cb9dec6dc208d (diff) | |
download | rneovim-6dd04ed5f6c0b68eed38aeb2a3f930d8d6353678.tar.gz rneovim-6dd04ed5f6c0b68eed38aeb2a3f930d8d6353678.tar.bz2 rneovim-6dd04ed5f6c0b68eed38aeb2a3f930d8d6353678.zip |
doc/options: Removed vim-only text from ambiwidth. (#14602)
NeoVim always includes all features and doesn´t have termcap-options (t_u7).
-rw-r--r-- | runtime/doc/options.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index fd7af55e87..fa3ceb1142 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -595,10 +595,6 @@ A jump table for the options with a short description can be found at |Q_op|. set to one of CJK locales. See Unicode Standard Annex #11 (http://www.unicode.org/reports/tr11). - Vim may set this option automatically at startup time when Vim is - compiled with the |+termresponse| feature and if t_u7 is set to the - escape sequence to request cursor position report. - *'autochdir'* *'acd'* *'noautochdir'* *'noacd'* 'autochdir' 'acd' boolean (default off) global |