Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pocke/vim

Tags

v8.0.1137

Toggle v8.0.1137's commit message
patch 8.0.1137: cannot build with Ruby

Problem:    Cannot build with Ruby.
Solution:   Fix misplaced brace.

v8.0.1136

Toggle v8.0.1136's commit message
patch 8.0.1136: W_WIDTH() is always the same

Problem:    W_WIDTH() is always the same.
Solution:   Expand the macro.

v8.0.1135

Toggle v8.0.1135's commit message
patch 8.0.1135: W_WINCOL() is always the same

Problem:    W_WINCOL() is always the same.
Solution:   Expand the macro.

v8.0.1134

Toggle v8.0.1134's commit message
patch 8.0.1134: superfluous call to syn_get_final_id()

Problem:    Superfluous call to syn_get_final_id().
Solution:   Remove it. (Ken Takata)

v8.0.1133

Toggle v8.0.1133's commit message
patch 8.0.1133: syntax timeout not used correctly

Problem:    Syntax timeout not used correctly.
Solution:   Do not pass the timeout to syntax_start() but set it explicitly.
            (Yasuhiro Matsumoto, closes vim#2139)

v8.0.1132

Toggle v8.0.1132's commit message
patch 8.0.1132: #if condition is not portable

Problem:    #if condition is not portable.
Solution:   Add defined(). (Zuloloxi, closes vim#2136)

v8.0.1131

Toggle v8.0.1131's commit message
patch 8.0.1131: not easy to trigger an autocommand for new terminal w…

…indow

Problem:    It is not easy to trigger an autocommand for new terminal window.
            (Marco Restelli)
Solution:   Trigger BufWinEnter after setting 'buftype'.

v8.0.1130

Toggle v8.0.1130's commit message
patch 8.0.1130: the qf_jump() function is still too long

Problem:    The qf_jump() function is still too long.
Solution:   Split of parts to separate functions. (Yegappan Lakshmanan)

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.