- Jul 07, 2018
-
-
Bram Moolenaar authored
Problem: Completion for user names does not work if a prefix is also a full matching name. (Nazri Ramliy) Solution: Accept both full and partial matches. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: GUI: input() fails if CTRL-C was pressed before. (Michael Naumann) Solution: call vpeekc() to drop the CTRL-C from the input stream.
-
- Jul 06, 2018
-
-
Bram Moolenaar authored
Problem: Old iTerm2 is not recognized, resulting in stray output. Solution: Recognize the termresponse.
-
Bram Moolenaar authored
Problem: MS-Windows compiler warning. Solution: Add a type cast. (Mike Williams)
-
- Jul 05, 2018
-
-
Bram Moolenaar authored
Problem: Evim.man missing from the distribution. Solution: Add it to the list.
-
Bram Moolenaar authored
Problem: Crash with "set smarttab shiftwidth=0 softtabstop=-1". Solution: Fall back to using 'tabstop'. (closes #3155)
-
Bram Moolenaar authored
Problem: Build with SHADOWDIR fails. (Elimar Riesebieter) Solution: Create a link for Make_all.mak. (Tony Mechelynck)
-
- Jul 04, 2018
-
-
Bram Moolenaar authored
Problem: Cannot easily run individual tests on MS-Windows. Solution: Move the list of tests to a separate file. Add a build rule in the MSVC makefile.
-
Bram Moolenaar authored
Problem: Mksession test fails on MS-Windows. Solution: Always use an argument for :lcd.
-
Bram Moolenaar authored
Problem: Insufficient test coverage for Tcl. Solution: Add more tests. (Dominique Pelle, closes #3140)
-
Bram Moolenaar authored
Problem: The generated sessions file does not restore tabs properly if :lcd was used in one of them. Solution: Create the tab pages before setting the directory. (Yee Cheng Chin, closes #3152)
-
Bram Moolenaar authored
Problem: Memory leak when using :tcl expr command. Solution: Free the result of expression evaluation. (Dominique Pelle, closes #3150)
-
Bram Moolenaar authored
Problem: Compiler warning when building with Python 3.7. Solution: #undef PySlice_GetIndicesEx before redefining it. (Ozaki Kiichi, closes #3153)
-
- Jul 03, 2018
-
-
Bram Moolenaar authored
Problem: When $LANG is set the compiler test may fail. Solution: Unset $LANG.
-
Bram Moolenaar authored
Problem: Test with grep is failing on MS-Windows. Solution: Skip the test.
-
Bram Moolenaar authored
Problem: The :cd command does not have good test coverage. Solution: Add more tests. (Dominique Pelle, closes #2972)
-
Bram Moolenaar authored
Problem: Matchit and matchparen don't handle E363. Solution: Catch the E363 error. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: Xterm and vt320 builtin termcap missing keypad keys. Solution: Add the escape sequences. (Kouichi Iwamoto, closes #2973)
-
Bram Moolenaar authored
Problem: :cexpr no longer jumps to the first error. Solution: Use the quickfix list identifier. (Yegappan Lakshmanan, closes #3092)
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Recording into a register has focus events. (Michael Naumann) Solution: Don't record K_FOCUSGAINED and K_FOCUSLOST. (closes #3143)
-
- Jul 02, 2018
-
-
Bram Moolenaar authored
Problem: Lua tests fail on some platforms. Solution: Accept a hex number with and without "0x". (Ken Takata, closes #3137)
-
Bram Moolenaar authored
Problem: Negative value of 'softtabstop' not used correctly. Solution: Use get_sts_value(). (Tom Ryder)
-
- Jul 01, 2018
-
-
Bram Moolenaar authored
Problem: CI does not run with TCL. Solution: Add TCL to the travis config. (Dominique Pelle, closes #3133)
-
Bram Moolenaar authored
Problem: Lua tests don't cover new features. Solution: Add more tests. (Dominique Pelle, closes #3130)
-
Bram Moolenaar authored
Problem: Undo message delays screen update for CTRL-O u. Solution: Add smsg_attr_keep(). (closes #3125)
-
Bram Moolenaar authored
Problem: Lua interface does not support funcref. Solution: Add funcref support. (Luis Carvalho)
-
Bram Moolenaar authored
-
- Jun 30, 2018
-
-
Bram Moolenaar authored
Problem: tagfiles() can have duplicate entries. Solution: Simplify the filename to make checking for duplicates work better. Add a test. (Dominique Pelle, closes #2979)
-
Bram Moolenaar authored
Problem: Lua tests are old style. Solution: Convert to new style tests. Improve coverage. (Dominique Pelle, closes #3091)
-
Bram Moolenaar authored
Problem: :profdel is not tested. Solution: Add a test. (Dominique Pelle, closes #3123)
-
Bram Moolenaar authored
Problem: ":profdel func" does not work if func was called already. (Dominique Pelle) Solution: Reset uf_profiling and add a flag to indicate initialization was done.
-
Bram Moolenaar authored
Problem: Still some xterm-like terminals get a stray "p" on startup. Solution: Consider all terminals that reply with a version smaller than 95 as not an xterm. (James McCoy)
-
Bram Moolenaar authored
Problem: Building with MinGW does not work out-of-the-box. Solution: Add instructions for MSYS2. Set default WINVER. Add batch files to set $PATH for MSYS2.
-
- Jun 29, 2018
-
-
Bram Moolenaar authored
Problem: Build failure when disabling the session feature. (Pawel Slowik) Solution: Adjust #ifdef for vim_chdirfile().
-
- Jun 28, 2018
-
-
Bram Moolenaar authored
Problem: Various problems with 'vartabstop'. Solution: Fix memory leak. Fix crash. Add a few more tests. (Christian Brabandt, closes #3076)
-
Bram Moolenaar authored
Problem: Virtual edit replace with multi-byte fails at end of line. (Lukas Werling) Solution: use ins_char() to add the character. (Christian Brabandt, closes #3114) Rename PCHAR() to PBYTE() to avoid mistakes like this.
-
Bram Moolenaar authored
Problem: has('vcon') returns true even for non-win32 terminal. Solution: Check the terminal type. (Nobuhiro Takasaki, closes #3106)
-
Bram Moolenaar authored
Problem: MS-Windows: colors are wrong after setting 'notgc'. Solution: Only call control_console_color_rgb() for the win32 terminal. (Nobuhiro Takasaki, closes #3107)
-
Bram Moolenaar authored
Problem: Translators don't always understand the maintainer message. Solution: Add a comment that ends up in the generated po file. (Christian Brabandt, closes #3037)
-