- Mar 01, 2018
-
-
Bram Moolenaar authored
Problem: Custom plugins loaded with --clean. Solution: Do not include the home directory in 'runtimepath'.
-
- Feb 27, 2018
-
-
Bram Moolenaar authored
Problem: Cannot see what digraph is used to insert a character. Solution: Show the digraph with the "ga" command. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: May leak file descriptors when executing job. Solution: Close more file descriptors. (Ozaki Kiichi, closes #2531)
-
Bram Moolenaar authored
Problem: On Mac 'maxmemtot' is set to a weird value. Solution: For Mac use total memory and subtract system memory. For other systems accept both a 32 bit and 64 bit result. (Ozaki Kiichi, closes #2646)
-
Bram Moolenaar authored
Problem: Various small problems in source files. Solution: Fix the problems.
-
Bram Moolenaar authored
Problem: Various small problems in test files. Solution: Include small changes.
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Screen dump test script not included in distribution. Solution: Add the script to the list of distributed files.
-
Bram Moolenaar authored
Problem: Undo in the options window makes it empty. Solution: Set 'undolevels' while filling the buffer. (Yasuhiro Matthew, closes #2645)
-
Bram Moolenaar authored
Problem: Using feedkeys() in a terminal window may trigger mappings. (Charles Sheridan) Solution: Avoid triggering a mapping when peeking for a key.
-
Bram Moolenaar authored
Problem: Screen dumps not included in distribution. Solution: Add dumps to the list of distributed files.
-
Bram Moolenaar authored
Add Serbian translations and spell checking.
-
Bram Moolenaar authored
Problem: When using 'termguicolors' SpellBad doesn't show. Solution: When the GUI colors are not set fall back to the cterm colors.
-
Bram Moolenaar authored
Problem: With 'termguicolors' Normal color doesn't work correctly. Solution: Set cterm_normal_bg_gui_color and cterm_normal_fg_color always. (Kazunobu Kuriyama, closes #981, closes #2332)
-
- Feb 25, 2018
-
-
Bram Moolenaar authored
Problem: Terminal screen dump does not include cursor position. Solution: Mark the cursor position in the cump.
-
- Feb 24, 2018
-
-
Bram Moolenaar authored
Problem: synpat_T is taking too much memory. Solution: Reorder members to reduce padding. (Dominique Pelle, closes #2671)
-
Bram Moolenaar authored
Problem: Popup menu positioning fails with longer string. Solution: Only align with right side of window when width is less than 'pumwidth' (closes #2661)
-
Bram Moolenaar authored
Problem: No test for the popup menu positioning. Solution: Add a screendump test for the popup menu.
-
Bram Moolenaar authored
Problem: Popupmenu is too far left when completion is long. (Linwei) Solution: Adjust column computations. (Hirohito Higashi, closes #2661)
-
Bram Moolenaar authored
Problem: Xxd does not skip NUL lines when using ebcdic. Solution: Check for a NUL before converting a character for ebcdic. (Tim Sell, closes #2668)
-
Bram Moolenaar authored
Problem: Quotestar test is flaky when using the GUI. Solution: Add check that the star register arrived at the server. Increase timeouts.
-
Bram Moolenaar authored
Problem: C syntax test still fails when using gvim. Solution: Clear Normal cterm highlighting instead of setting it.
-
Bram Moolenaar authored
Problem: C syntax test fails when using gvim Solution: Force running in a terminal. Check that 'background' is correct even when $COLORFGBG is set.
-
Bram Moolenaar authored
Problem: Libterm doesn't support requesting fg and bg color. Solution: Implement t_RF and t_RB.
-
- Feb 23, 2018
-
-
Bram Moolenaar authored
Problem: Compiler warnings without termguicolors feature. Solution: Add #ifdef. (John Marriott) Cleanup the code a bit.
-
- Feb 22, 2018
-
-
Bram Moolenaar authored
Problem: Cannot use 24 bit colors in MS-Windows console. Solution: Add support for vcon. (Nobuhiro Takasaki, Ken Takasaki, fixes #1270, fixes #2060)
-
Bram Moolenaar authored
Problem: Dump test fails when using a shadow directory. Solution: Add the directory to the list of symlinks to make (Elimar Riesebieter)
-
- Feb 20, 2018
-
-
Bram Moolenaar authored
Problem: Assert_equalfile() does not close file descriptors. (Coverity) Solution: Close the file descriptors.
-
Bram Moolenaar authored
Problem: Dead code found. Solution: Remove the useless lines. (CodeAi, closes #2656)
-
Bram Moolenaar authored
Problem: Screen dump test fails on MS-Windows. Solution: Skip dump test on MS-Windows for now.
-
Bram Moolenaar authored
Problem: No test using a screen dump yet. Solution: Add a test for C syntax highlighting. Add helper functions.
-
- Feb 19, 2018
-
-
Bram Moolenaar authored
Problem: Using :wqa exits even if a job runs in a terminal window. (Jason Felice) Solution: Check if a terminal has a running job. (closes #2654)
-
Bram Moolenaar authored
Problem: Compiler warnings for uninitialized variables. (Tony Mechelynck) Solution: Initialize variables.
-
- Feb 18, 2018
-
-
Bram Moolenaar authored
Problem: Cannot write and read terminal screendumps. Solution: Add term_dumpwrite(), term_dumpread() and term_dumpdiff(). Also add assert_equalfile().
-
- Feb 17, 2018
-
-
Bram Moolenaar authored
Problem: Popup menu is positioned in the wrong place. (Davit Samvelyan, Boris Staletic) Solution: Correct computation of the column and the conditions for that. (Hirohito Higashi, closes #2640)
-
- Feb 16, 2018
-
-
Bram Moolenaar authored
Problem: Shift-Tab does not work in a terminal window. Solution: Recognize Shift-Tab key press. (Jsees Luehrs, closes #2644)
-
- Feb 13, 2018
-
-
Bram Moolenaar authored
Problem: Cursor is in the wrong line when using a WinBar in a Terminal window. Solution: Adjust the row number. (Christian Brabandt, closes #2362)
-
Bram Moolenaar authored
Problem: Getchangelist() does not use argument as bufname(). Solution: Use get_buf_tv(). (Yegappan Lakshmanan, closes #2641)
-
Bram Moolenaar authored
Problem: Error messages suppressed after ":silent! try". (Ben Reilly) Solution: Restore emsg_silent before executing :try. (closes #2531)
-
Bram Moolenaar authored
Problem: Invalid memory acces with pattern using look-behind match. (Dominique Pelle) Solution: Get a pointer to the right line.
-