- Jul 08, 2018
-
-
Bram Moolenaar authored
Problem: Output of :marks is too short with multi-byte chars. (Tony Mechelynck) Solution: Get more bytes from the text line.
-
Bram Moolenaar authored
Problem: Lock flag in new dictitem is reset in many places. Solution: Always reset the lock flag.
-
Bram Moolenaar authored
Problem: Using dict_add_nr_str() is clumsy. Solution: Split into two functions. (Ozaki Kiichi, closes #3154)
-
Bram Moolenaar authored
Problem: :clist output can be very long. Solution: Support filtering :clist entries. (Yegappan Lakshmanan)
-
- Jul 07, 2018
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: luaeval('vim.buffer().name') returns an error. Solution: Return an empty string. (Dominique Pelle, closes #3167)
-
Bram Moolenaar authored
Problem: Insufficient testing for Tcl. Solution: Add a few more tests. (Dominique Pelle, closes #3166)
-
Bram Moolenaar authored
Problem: Danish and German man pages are not installed. (Tony Mechelynck) Solution: Adjust the makefile
-
Bram Moolenaar authored
Problem: Buffer not updated with 'autoread' set if file was deleted. (Michael Naumann) Solution: Don't set the timestamp to zero. (closes #3165)
-
Bram Moolenaar authored
Problem: No Danish manual translations. Solution: Add the Danish manual translations to the file list.
-
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)
-