@@ -44,24 +44,16 @@ Popup windows are being implemented, see |popup-window|.
4444
4545Listener causes extra } to be inserted. (Paul Jolly, #4455)
4646
47- Patch to beautify the output of a test run. (Christian Brabandt, #4391)
48- can be improved.
49-
5047Patch to fix session file when using multiple tabs. (Jason Franklin, 2019 May
514820)
5249Also put :argadd commands at the start for all buffers, so that their order
5350remains equal? Then %argdel to clean it up. Do try this with 'hidden' set.
5451
5552Patch for Chinese translations for nsis. (#4407) Comments handled?
5653
57- Add test that does ":set t_k1&" to cover add_termcap_entry().
58-
5954Patch to add v:searchstat. (Takuya Fujiwara, #4446) Should be independent of
6055'shortmess' , filled on demand and cached until search changes.
6156
62- Problem with resolve() improvement. (Ken Takata, #4492)
63- Yasuhiro will check it.
64-
6557listener callback is invoked while another is still busy? (Paul Jolly)
6658Should not happen because of text lock.
6759
@@ -175,9 +167,6 @@ Improve fallback for menu translations, to avoid having to create lots of
175167files that source the actual file. E.g. menu_da_de -> menu_da
176168Include part of #3242?
177169
178- Add typescript syntax, but as one file:
179- - https://github.com/HerringtonDarkholme/yats.vim
180-
181170When a terminal exit_cb closes the window, a following typed key is lost, if
182171it's in a mapping. (2018 Oct 6, #2302, #3522)
183172
0 commit comments