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

Skip to content

Tags: dz/vim

Tags

v7.4.1740

Toggle v7.4.1740's commit message
patch 7.4.1740

Problem:    syn-cchar defined with matchadd() does not appear if there are no
            other syntax definitions which matches buffer text.
Solution:   Check for startcol. (Ozaki Kiichi, haya14busa, closes vim#757)

v7.4.1739

Toggle v7.4.1739's commit message
patch 7.4.1739

Problem:    Messages test fails on MS-Windows.
Solution:   Adjust the asserts.  Skip the "messages maintainer" line if not
            showing all messages.

v7.4.1738

Toggle v7.4.1738's commit message
patch 7.4.1738

Problem:    Count for ":messages" depends on number of lines.
Solution:   Add ADDR_OTHER address type.

v7.4.1737

Toggle v7.4.1737's commit message
patch 7.4.1737

Problem:    Argument marked as unused is used.
Solution:   Remove UNUSED.

v7.4.1736

Toggle v7.4.1736's commit message
patch 7.4.1736

Problem:    Unused variable.
Solution:   Remove it. (Yasuhiro Matsumoto)

v7.4.1735

Toggle v7.4.1735's commit message
patch 7.4.1735

Problem:    It is not possible to only see part of the message history.  It is
            not possible to clear messages.
Solution:   Add a count to ":messages" and a clear argument. (Yasuhiro
            Matsumoto)

v7.4.1734

Toggle v7.4.1734's commit message
patch 7.4.1734

Problem:    Test fails when not using utf-8.
Solution:   Split test in regularand utf-8 part.

v7.4.1733

Toggle v7.4.1733's commit message
patch 7.4.1733

Problem:    "make install" doesn't know about cross-compiling. (Christian
            Neukirchen)
Solution:   Add CROSS_COMPILING. (closes vim#740)

v7.4.1732

Toggle v7.4.1732's commit message
patch 7.4.1732

Problem:    Folds may close when using autocomplete. (Anmol Sethi)
Solution:   Increment/decrement disable_fold. (Christian Brabandt, closes
            vim#643)

v7.4.1731

Toggle v7.4.1731's commit message
patch 7.4.1731

Problem:    Python: turns partial into simple funcref.
Solution:   Use partials like partials. (Nikolai Pavlov, closes vim#734)