From 6dd04ed5f6c0b68eed38aeb2a3f930d8d6353678 Mon Sep 17 00:00:00 2001 From: Thiago Mota Martins Date: Fri, 21 May 2021 20:59:48 -0300 Subject: doc/options: Removed vim-only text from ambiwidth. (#14602) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NeoVim always includes all features and doesn´t have termcap-options (t_u7). --- runtime/doc/options.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'runtime') 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 -- cgit