diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-10-28 20:47:54 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-10-28 20:47:54 +0100 |
commit | 6ebe4f970b8b398087076a72a7aae6e680fb92da (patch) | |
tree | d92a85620e8a242846fd6984f30ef31633d4be26 /runtime/doc/todo.txt | |
parent | 3f68a4136eb99840d739af5133ab31948f273f63 (diff) | |
download | vim-git-6ebe4f970b8b398087076a72a7aae6e680fb92da.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index d6562d5a9..e1971b686 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 9.0. Last change: 2022 Oct 16 +*todo.txt* For Vim version 9.0. Last change: 2022 Oct 28 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41,10 +41,7 @@ browser use: https://github.com/vim/vim/issues/1234 'smoothscroll': - CTRL-E and gj in long line with 'scrolloff' 5 not working well yet. - computing 'scrolloff' position row use w_skipcol - -Check textprop right/above/below with 'number' set and "n" in 'cpo'. - -Don't do anything for ":!". #11372 +- PR: Error in screen dump for Test_smoothscroll_one_long_line. (PR #11436) Further Vim9 improvements, possibly after launch: @@ -164,6 +161,8 @@ Terminal emulator window: - When 'encoding' is not utf-8, or the job is using another encoding, setup conversions. +Crash when a variable is removed while listing variables (Issue #11435) + Autoconf: must use autoconf 2.69, later version generates lots of warnings - try using autoconf 2.71 and fix all "obsolete" warnings #11322 @@ -267,6 +266,9 @@ New English spell files also have very slow suggestions. French spell files don't work correctly. #4916 Make Vim understand the format somehow? +When 'spelloptions' is "camel" then zG doesn't work on some words. +(Gary Johnson, 17 Oct 2022) + Make "g>" and "g<" in Visual mode move the text right or left. Also for a block selection. #8558 @@ -340,6 +342,7 @@ Is this the right solution? Need to cleanup langmap behavior: So that replaying the register doesn't use keymap/langmap and still does the same thing. Also see #737: langmap not applied to replaying recording. +Perhaps also related: #5147 Matchparen doesn't remove highlight after undo. (#7054) Is OK when syntax HL is active. @@ -380,6 +383,8 @@ and/or "sandbox" are set. Problem with auto-formatting - inserting space and putting cursor before added character. (#6154) +Auto-formatting comments joins a following non-comment line when the comment +ends in a space. (Adam Levy, 18 Oct 2022) When 'lazyredraw' is set sometimes the title is not updated. (Jason Franklin, 2020 Feb 3) Looks like a race condition. |