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

Skip to content

Tags: ujihisa/vim

Tags

v8.0.1139

Toggle v8.0.1139's commit message
patch 8.0.1139: using window toolbar changes state

Problem:    Using window toolbar changes state.
Solution:   Always execute window toolbar actions in Normal mode.

v8.0.1138

Toggle v8.0.1138's commit message
patch 8.0.1138: click in window toolbar starts Visual mode

Problem:    Click in window toolbar starts Visual mode.
Solution:   Add the MOUSE_WINBAR flag.

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)