- Mar 05, 2018
-
-
Bram Moolenaar authored
Problem: Mac: getting memory size doesn't work everywhere. Solution: Use MACOS_X instead of MACOS_X_DARWIN. (Kazunobu Kuriyama)
-
Bram Moolenaar authored
Problem: Can't build without GUI. Solution: Adjust #ifdef for gui_find_menu().
-
Bram Moolenaar authored
Problem: Can't use :popup for a menu in the terminal. (Wei Zhang) Solution: Make :popup work in the terminal. Also fix that entries were included that don't work in the current state.
-
Bram Moolenaar authored
Problem: Warning for uninitialized variable from gcc. Solution: Initialize the variable.
-
Bram Moolenaar authored
Problem: Can't build on older Mac, header file is missing. Solution: Remove the header file. (Ozaki Kiichi, closes #2691)
-
- Mar 04, 2018
-
-
Bram Moolenaar authored
Problem: Cannot build Win32 GUI without IME. (John Marriott) Solution: Adjust when IME_WITHOUT_XIM and HAVE_INPUT_METHOD are defined and use it in a few more places.
-
Bram Moolenaar authored
Problem: Too many #ifdefs. Solution: Graduate FEAT_SCROLLBIND and FEAT_CURSORBIND.
-
Bram Moolenaar authored
Problem: Can't build Mac version without GUI. Solution: Adjust when IME_WITHOUT_XIM is defined.
-
Bram Moolenaar authored
Problem: Too many #ifdefs. Solution: Graduate the +autocmd feature. Takes away 450 #ifdefs and increases code size of tiny Vim by only 40 Kbyte.
-
- Mar 03, 2018
-
-
Bram Moolenaar authored
Problem: Timeout of getwinposx() can be too short. (lilydjwg) Solution: Add getwinpos(). (closes #2689)
-
Bram Moolenaar authored
Problem: The terminal debugger can't set a breakpoint with the mouse. Solution: Add popup menu entries.
-
Bram Moolenaar authored
Problem: Crash with rust syntax highligting. (Edd Barrett) Solution: Avoid going past the end of an empty line.
-
Bram Moolenaar authored
Problem: Build failure without GUI on MS-Windows. Solution: Adjust #ifdef for vcol2col().
-
Bram Moolenaar authored
Problem: Build failure without GUI. Solution: Adjust #ifdef for get_fpos_of_mouse().
-
Bram Moolenaar authored
Problem: No right-click menu in a terminal. Solution: Implement the right click menu for the terminal.
-
Bram Moolenaar authored
Problem: printf() does not work with only one argument. (Daniel Hahler) Solution: Allow using just the format. (Ken Takata, closes #2687)
-
- Mar 02, 2018
-
-
Bram Moolenaar authored
Problem: May not parse the t_RS response correctly, resulting in wrong characters in the input stream. Solution: When the t_RS response is partly received wait for more characters.
-
- Mar 01, 2018
-
-
Bram Moolenaar authored
Problem: Build error for some combination of features. Solution: Declare variable in more situations.
-
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.
-