diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-07-31 22:23:58 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-07-31 22:23:58 +0200 |
commit | d2855f5454c5c6c5f786b228c5b67757edfefcb1 (patch) | |
tree | 6c1100da61df9c7ac9bf887e674e2a9f50e595ac /runtime/doc/todo.txt | |
parent | 79c2ad50b8069bbb3281bcabe412bd6641756724 (diff) | |
download | vim-git-d2855f5454c5c6c5f786b228c5b67757edfefcb1.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 69294172d..cf81ccb17 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -38,6 +38,8 @@ browser use: https://github.com/vim/vim/issues/1234 *known-bugs* -------------------- Known bugs and current work ----------------------- +Graduate FEAT_VREPLACE, it's not much code and a lot of #ifdefs + Prompt buffer: - Add a command line history. - delay next prompt until plugin gives OK? @@ -102,10 +104,6 @@ Pelle, 2018 Jul 22, #3239) Also see 8.0.0722. Check both console and GUI. More warnings from static analysis: https://lgtm.com/projects/g/vim/vim/alerts/?mode=list -When handle_drop() is called while the updating_screen is true, it fails -completely. Should store the file list and use it when updating_screen is set -to false in reset_updating_screen(). - Pasting foo} causes Vim to behave weird. (John Little, 2018 Jun 17) Related to bracketed paste. I cannot reproduce it. @@ -155,9 +153,6 @@ gethostbyname() is old, use getaddrinfo() if available. (#3227) matchaddpos() gets slow with many matches. Proposal by Rick Howe, 2018 Jul 19. -Patch to make mode() return something different for Normal mode when coming -from Insert mode with CTRL-O. (#3000) Useful for positioning the cursor. - Script generated by :mksession does not work well if there are windows with modified buffers change "silent only" into "silent only!" @@ -167,6 +162,9 @@ modified buffers Patch to make :help work for tags with a ?. (Hirohito Higashi, 2018 May 28) +Patch to have a stack trace in Ruby. (Masataka Pocke Kuwabara, 2018 Jul 30, +#3267) + Patch to adjust to DPI setting for GTK. (Roel van de Kraats, 2017 Nov 20, #2357) |