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

Skip to content

Tags: degouville/vim

Tags

v7.4.1743

Toggle v7.4.1743's commit message
patch 7.4.1743

Problem:    Clang warns for uninitialzed variable. (Michael Jarvis)
Solution:   Initialize it.

v7.4.1742

Toggle v7.4.1742's commit message
patch 7.4.1742

Problem:    strgetchar() does not work correctly.
Solution:   use mb_cptr2len().  Add a test. (Naruhiko Nishino)

v7.4.1741

Toggle v7.4.1741's commit message
patch 7.4.1741

Problem:    Not testing utf-8 characters.
Solution:   Move the right asserts to the test_expr_utf8 test.

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.