Skip to content

Tags: Hacklin/vim

Tags

v8.0.1129

Toggle v8.0.1129's commit message
patch 8.0.1129: window toolbar missing a part of the patch

Problem:    Window toolbar missing a part of the patch.
Solution:   Add change in vim.h.

v8.0.1128

Toggle v8.0.1128's commit message
patch 8.0.1128: old xterm sends CTRL-X in response to t_RS

Problem:    Old xterm sends CTRL-X in response to t_RS.
Solution:   Only send t_RS for xterm 279 and later.  Remove the workaround to
            ignore CTRL-X.

v8.0.1127

Toggle v8.0.1127's commit message
patch 8.0.1127: Test_peek_and_get_char fails on 32 bit system

Problem:    Test_peek_and_get_char fails on 32 bit system. (Eliminate
            Riesebieter)
Solution:   Avoid an integer overflow. (James McCoy, closes vim#2116)

v8.0.1126

Toggle v8.0.1126's commit message
patch 8.0.1126: endless resize when terminal showing in two buffers

Problem:    Endless resize when terminal showing in two buffers. (Hirohito
            Higashi)
Solution:   Set a flag to prevent resizing the window.

v8.0.1125

Toggle v8.0.1125's commit message
patch 8.0.1125: wrong window height when splitting window with window…

… toolbar

Problem:    Wrong window height when splitting window with window toolbar.
Solution:   Add or subtract the window toolbar height.

v8.0.1124

Toggle v8.0.1124's commit message
patch 8.0.1124: use of MZSCHEME_VER is unclear

Problem:    Use of MZSCHEME_VER is unclear.
Solution:   Add a comment. (Ken Takata)

v8.0.1123

Toggle v8.0.1123's commit message
patch 8.0.1123: cannot define a toolbar for a window

Problem:    Cannot define a toolbar for a window.
Solution:   Add a window-local toolbar.

v8.0.1122

Toggle v8.0.1122's commit message
patch 8.0.1122: vimtutor.bat doesn't work well with vim.bat

Problem:    vimtutor.bat doesn't work well with vim.bat.
Solution:   Use "call vim". (Ken Takata, closes vim#2105)

v8.0.1121

Toggle v8.0.1121's commit message
patch 8.0.1121: can uncheck executables in MS-Windows installer

Problem:    Can uncheck executables in MS-Windows installer.
Solution:   Make the choice read-only. (Ken Takata, closes vim#2106)

v8.0.1120

Toggle v8.0.1120's commit message
patch 8.0.1120: :tm means :tmap instead of :tmenu

Problem:    :tm means :tmap instead of :tmenu. (Taro Muraoka)
Solution:   Move the new entry below the old entry. (closes vim#2102)