Skip to content

Tags: unasuke/vim

Tags

v7.4.891

Toggle v7.4.891's commit message
patch 7.4.891

Problem:    Indentation of array initializer is wrong.
Solution:   Avoid that calling find_start_rawstring() changes the position
            returned by find_start_comment(), add a test. (Hirohito Higashi)

v7.4.890

Toggle v7.4.890's commit message
patch 7.4.890

Problem:    Build failure when using dynamic python but not python3.
Solution:   Adjust the #if to also include DYNAMIC_PYTHON3 and UNIX.

v7.4.889

Toggle v7.4.889's commit message
patch 7.4.889

Problem:    Triggering OptionSet from setwinvar() isn't tested.
Solution:   Add a test. (Christian Brabandt)

v7.4.888

Toggle v7.4.888's commit message
patch 7.4.888

Problem:    The OptionSet autocommands are not triggered from setwinvar().
Solution:   Do not use switch_win() when not needed. (Hirohito Higashi)

v7.4.887

Toggle v7.4.887's commit message
patch 7.4.887

Problem:    Using uninitialized memory for regexp with back reference.
            (Dominique Pelle)
Solution:   Initialize end_lnum.

v7.4.886

Toggle v7.4.886's commit message
patch 7.4.886

Problem:    Windows7: Switching screen buffer causes flicker when using
            system().
Solution:   Instead of actually switching screen buffer, duplicate the handle.
            (Yasuhiro Matsumoto)

v7.4.885

Toggle v7.4.885's commit message
patch 7.4.885

Problem:    When doing an upwards search without wildcards the search fails if
            the initial directory doesn't exist.
Solution:   Fix the non-wildcard case. (Stefan Kempf)

v7.4.884

Toggle v7.4.884's commit message
patch 7.4.884

Problem:    Travis also builds on a tag push.
Solution:   Filter out tag pushes. (Kenichi Ito)

v7.4.883

Toggle v7.4.883's commit message
patch 7.4.883

Problem:    Block-mode replace works characterwise instead of blockwise after
            column 147. (Issue vim#422)
Solution:   Set Visual mode. (Christian Brabandt)

v7.4.882

Toggle v7.4.882's commit message
patch 7.4.882

Problem:    When leaving the command line window with CTRL-C while a
            completion menu is displayed the menu isn't removed.
Solution:   Force a screen update. (Hirohito Higashi)