@@ -38,6 +38,10 @@ browser use: https://github.com/vim/vim/issues/1234
3838 *known-bugs*
3939-------------------- Known bugs and current work -----------------------
4040
41+ Prompt buffer:
42+ - Add a command line history.
43+ - delay next prompt until plugin gives OK?
44+
4145Terminal emulator window:
4246- Win32: Termdebug doesn't work, because gdb does not support mi2 on a tty.
4347 This plugin: https://github.com/cpiger/NeoDebug runs gdb as a job,
@@ -71,33 +75,66 @@ Crash when mixing matchadd and substitute()? (Max Christian Pohle, 2018 May
7175On Win32 when not in the console and t_Co >= 256, allow using 'tgc' .
7276(Nobuhiro Takasaki, #2833) Also check t_Co.
7377
74- balloon_show() does not work properly in the terminal. (Ben Jackson, 2017 Dec
75- 20, #2481)
76- Also see #2352, want better control over balloon, perhaps set the position.
78+ Patch to fix arguments of :edit. (Dominique Pelle, 2018 May 28 #2966)
79+
80+ Ptch to update html syntax. (Jorge Maldonado Ventura, #2974)
81+
82+ Patch to fix that restoring window doesn't work when 'winheight' is large.
83+ (Darrell Nash, 2018 May 30, #2971) Doesn't work? Issue #2970
84+
85+ Patch to add completion to :unlet for environment vars. (Jason Franklin, 2018
86+ May 30) Last update.
7787
7888Errors found with random data:
7989 heap-buffer-overflow in alist_add (#2472)
8090
8191More warnings from static analysis:
8292https://lgtm.com/projects/g/vim/vim/alerts/?mode=list
8393
94+ Patch to make "is" and "as" work bettter. (Jason Franklin, 2018 May 19)
95+
96+ Patch to add tests for user and language completion. (Dominique Pelle, 2018
97+ Jun 2, #2978)
98+
99+ Using ":file" in quickfix window during an autocommand doesn't work.
100+ (Jason Franklin, 2018 May 23) Allow for using it when there is no argument.
101+
102+ Pull request #2967: Allow white space in sign text. (Ben Jackson)
103+
104+ Patch for xterm and vt320 builtin termcap. (Kouichi Iwamoto, 2018 May 31,
105+ #2973)
106+
107+ Patch to add more testing for :cd command. (Dominique Pelle, 2018 May 30,
108+ #2972)
109+
84110Script generated by :mksession does not work well if there are windows with
85111modified buffers
86112 change "silent only" into "silent only!"
87113 change "edit fname" of first buffer to "hide edit fname"
88114 skip "badd fname" if "fname" is already in the buffer list
89115 remove remark about unloading buffers from documentation
90116
117+ Patch to make :help work for tags with a ?. (Hirohito Higashi, 2018 May 28)
118+
91119Compiler warnings (geeknik, 2017 Oct 26):
92120- signed integer overflow in do_sub() (#2249)
93121- signed integer overflow in get_address() (#2248)
94122- signed integer overflow in getdecchrs() (#2254)
95123- undefined left shift in get_string_tv() (#2250)
96124
125+ Patch for more quickfix refactoring. (Yegappan Lakshmanan, #2950)
126+
97127Tests failing for "make testgui" with GTK:
98128- Test_setbufvar_options()
99129- Test_exit_callback_interval()
100130
131+ Make balloon_show() work outside of 'balloonexpr' ? Users expect it to work:
132+ #2948. (related to #1512?)
133+ On Win32 it stops showing, because showState is already ShS_SHOWING.
134+ balloon_show() does not work properly in the terminal. (Ben Jackson, 2017 Dec
135+ 20, #2481)
136+ Also see #2352, want better control over balloon, perhaps set the position.
137+
101138Try out background make plugin:
102139 https://github.com/AndrewVos/vim-make-background
103140or asyncmake:
@@ -112,6 +149,8 @@ used for git temp files.
112149
113150Cursor in wrong position when line wraps. (#2540)
114151
152+ Patch for Lua support. (Kazunobu Kuriyama, 2018 May 26)
153+
115154Add an option similar to 'lazyredraw' to skip redrawing while executing a
116155script or function.
117156
@@ -141,6 +180,9 @@ How to test that it works well for all Vim users?
141180
142181Alternative manpager.vim. (Enno, 2018 Jan 5, #2529)
143182
183+ Patch to use NGETTEXT() in many more places. (Sergey Alyoshin, 2018 May 25)
184+ Updated ptach May 27.
185+
144186Does setting 'cursorline' cause syntax highlighting to slow down? Perhaps is
145187mess up the cache? (Mike Lee Williams, 2018 Jan 27, #2539)
146188Also: 'foldtext' is evaluated too often. (Daniel Hahler, #2773)
0 commit comments