summaryrefslogtreecommitdiffstats
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-06 20:39:55 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-06 20:39:55 +0200
commit773a97c254d02784079fb3b20447620412588850 (patch)
tree0028f4ee956a7ba3a69b3850ca23be484f40ab80 /runtime/doc/todo.txt
parentc07f67ad0e9c48a07d49f2d67eb63e183a22386a (diff)
Update runtime files - Add typescript syntax and indent.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 5e7b33d13d..b03633fab8 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -44,9 +44,6 @@ Popup windows are being implemented, see |popup-window|.
Listener causes extra } to be inserted. (Paul Jolly, #4455)
-Patch to beautify the output of a test run. (Christian Brabandt, #4391)
-can be improved.
-
Patch to fix session file when using multiple tabs. (Jason Franklin, 2019 May
20)
Also put :argadd commands at the start for all buffers, so that their order
@@ -54,14 +51,9 @@ remains equal? Then %argdel to clean it up. Do try this with 'hidden' set.
Patch for Chinese translations for nsis. (#4407) Comments handled?
-Add test that does ":set t_k1&" to cover add_termcap_entry().
-
Patch to add v:searchstat. (Takuya Fujiwara, #4446) Should be independent of
'shortmess', filled on demand and cached until search changes.
-Problem with resolve() improvement. (Ken Takata, #4492)
-Yasuhiro will check it.
-
listener callback is invoked while another is still busy? (Paul Jolly)
Should not happen because of text lock.
@@ -175,9 +167,6 @@ Improve fallback for menu translations, to avoid having to create lots of
files that source the actual file. E.g. menu_da_de -> menu_da
Include part of #3242?
-Add typescript syntax, but as one file:
-- https://github.com/HerringtonDarkholme/yats.vim
-
When a terminal exit_cb closes the window, a following typed key is lost, if
it's in a mapping. (2018 Oct 6, #2302, #3522)