Skip to content

Tags: Mylexstar/vim

Tags

v8.1.2110

Toggle v8.1.2110's commit message
patch 8.1.2110: CTRL-C closes two popups instead of one

Problem:    CTRL-C closes two popups instead of one.
Solution:   Reset got_int when the filter consumed the key.

v8.1.2109

Toggle v8.1.2109's commit message
patch 8.1.2109: popup_getoptions() hangs with tab-local popup

Problem:    popup_getoptions() hangs with tab-local popup.
Solution:   Correct pointer name. (Marko Mahnič, closes vim#5006)

v8.1.2108

Toggle v8.1.2108's commit message
patch 8.1.2108: cannot close the cmdline window from CmdWinEnter

Problem:    Cannot close the cmdline window from CmdWinEnter. (George Brown)
Solution:   Reset cmdwin_result earlier. (Christian Brabandt, closes vim#4980)

v8.1.2107

Toggle v8.1.2107's commit message
patch 8.1.2107: various memory leaks reported by asan

Problem:    Various memory leaks reported by asan.
Solution:   Free the memory. (Ozaki Kiichi, closes vim#5003)

v8.1.2106

Toggle v8.1.2106's commit message
patch 8.1.2106: no tests for dragging the mouse beyond the window

Problem:    No tests for dragging the mouse beyond the window.
Solution:   Add a test. (Dominique Pelle, closes vim#5004)

v8.1.2105

Toggle v8.1.2105's commit message
patch 8.1.2105: MS-Windows: system() may crash

Problem:    MS-Windows: system() may crash.
Solution:   Do not use "itmp" when it is NULL. (Yasuhiro Matsumoto,
            closes vim#5005)

v8.1.2104

Toggle v8.1.2104's commit message
patch 8.1.2104: the normal.c file is too big

Problem:    The normal.c file is too big.
Solution:   Move do_pending_operator() to ops.c. (Yegappan Lakshmanan,
            closes vim#4999).

v8.1.2103

Toggle v8.1.2103's commit message
patch 8.1.2103: wrong error message if "termdebugger" is not executable

Problem:    wrong error message if "termdebugger" is not executable.
Solution:   Check if "termdebugger" is executable and give a clear error
            message. (Ozaki Kiichi, closes vim#5000)  Fix indents.

v8.1.2102

Toggle v8.1.2102's commit message
patch 8.1.2102: can't build with GTK and FEAT_GUI_GNOME

Problem:    Can't build with GTK and FEAT_GUI_GNOME. (Tony Mechelynck)
Solution:   Adjust the #ifdef. (Yegappan Lakshmanan)

v8.1.2101

Toggle v8.1.2101's commit message
patch 8.1.2101: write_session_file() often defined but not used

Problem:    write_session_file() often defined but not used.
Solution:   Adjust the #ifdef. (Yegappan Lakshmanan, closes vim#4998)