@@ -39,7 +39,7 @@ browser use: https://github.com/vim/vim/issues/1234
3939-------------------- Known bugs and current work -----------------------
4040
4141Terminal emulator window:
42- - Win32: Termdebug doesn't work, because gdb does not support mi2.
42+ - Win32: Termdebug doesn't work, because gdb does not support mi2 on a tty .
4343 This plugin: https://github.com/cpiger/NeoDebug runs gdb as a job,
4444 redirecting input and output.
4545 Open new console for for program with: "set new-console on"
@@ -61,13 +61,13 @@ Terminal emulator window:
6161 after "run". Everything else works, including communication channel. Not
6262 initializing mzscheme avoid the problem, thus it's not some #ifdef.
6363
64- Patch to refactor efm_to_regpat(). (Yegappan Lakshmanan, 2018 May 16, #2924)
64+ Does not build with MinGW out of the box:
65+ - _stat64 is not defined, need to use "struct stat" in vim.h
66+ - WINVER conflict, should use 0x0600 by default?
6567
6668Crash when mixing matchadd and substitute()? (Max Christian Pohle, 2018 May
676913, #2910) Can't reproduce?
6870
69- Deprecate using has("patch213") always include the version number.
70-
7171On Win32 when not in the console and t_Co >= 256, allow using 'tgc' .
7272(Nobuhiro Takasaki, #2833) Also check t_Co.
7373
@@ -123,11 +123,8 @@ CreateFile() returns ERROR_SHARING_VIOLATION (Linwei, 2018 May 5)
123123Should add a test for every command line argument. Check coverage for what is
124124missing: --nofork, -A , -b, -h, etc.
125125
126- Completing a command sometimes results in duplicates, since 7.4.672.
127- (Yegappan Lakshmanan, 2018 May 16)
128- Duplication of completion suggestions for ":!hom". Issue #539.
129- Patch by Christian, 2016 Jan 29
130- Another patch in #2733.
126+ Patch for variable tabstops. On github (Christian Brabandt, 2014 May 15)
127+ Update 2018 March 12, #2711
131128
132129Improve the installer for MS-Windows. There are a few alternatives:
133130- Add silent install option. (Shane Lee, #751)
@@ -152,6 +149,7 @@ When using :packadd files under "later" are not used, which is inconsistent
152149with packages under "start". (xtal8, #1994)
153150
154151Patch to support "xxd -ps". (Erik Auerswald, 2018 May 1)
152+ Lacks a test.
155153
156154Column number is wrong when using 'linebreak' and 'wrap' . (Keith Smiley, 2018
157155Jan 15, #2555)
@@ -160,8 +158,6 @@ Jan 15, #2555)
160158
161159Check argument of systemlist(). (Pavlov)
162160
163- Patch to add reg_executing() and reg_recording(). (Hirohito Higashi, #2745)
164-
165161No maintainer for Vietnamese translations.
166162No maintainer for Simplified Chinese translations.
167163
@@ -1184,9 +1180,6 @@ Patch for building a 32bit Vim with 64bit MingW compiler.
11841180Patch: On MS-Windows shellescape() may have to triple double quotes.
11851181(Ingo Karkat, 2015 Jan 16)
11861182
1187- Patch for variable tabstops. On github (Christian Brabandt, 2014 May 15)
1188- Update 2018 March 12, #2711
1189-
11901183Redo only remembers the last change. Could use "{count} g." to redo an older
11911184change. How does the user know which change? At least have a way to list
11921185them: ":repeats".
0 commit comments