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

Skip to content

Tags: yukpiz/vim

Tags

v7.4.1967

Toggle v7.4.1967's commit message
patch 7.4.1967

Problem:    Falling back from NFA to old regexp engine does not work properly.
            (fritzophrenic)
Solution:   Do not restore nfa_match. (Christian Brabandt, closes vim#867)

v7.4.1966

Toggle v7.4.1966's commit message
patch 7.4.1966

Problem:    Coverity reports a resource leak.
Solution:   Close "fd" also when bailing out.

v7.4.1965

Toggle v7.4.1965's commit message
patch 7.4.1965

Problem:    When using a job in raw mode to append to a buffer garbage
            characters are added.
Solution:   Do not replace the trailing NUL with a NL. (Ozaki Kiichi)

v7.4.1964

Toggle v7.4.1964's commit message
patch 7.4.1964

Problem:    The quickfix init function is too big.
Solution:   Factor out parsing 'errorformat' to a separate function. (Yegappan
            Lakshmanan)

v7.4.1963

Toggle v7.4.1963's commit message
patch 7.4.1963

Problem:    Running Win32 Vim in mintty does not work.
Solution:   Detect mintty and give a helpful error message. (Ken Takata)

v7.4.1962

Toggle v7.4.1962's commit message
patch 7.4.1962

Problem:    Two test files for increment/decrement.
Solution:   Move the old style test into the new style test. (Hirohito
            Higashi, closes vim#881)

v7.4.1961

Toggle v7.4.1961's commit message
patch 7.4.1961

Problem:    When 'insertmode' is reset while doing completion the popup menu
            remains even though Vim is in Normal mode.
Solution:   Ignore stop_insert_mode when the popup menu is visible.  Don't set
            stop_insert_mode when 'insertmode' was already off. (Christian
            Brabandt)

v7.4.1960

Toggle v7.4.1960's commit message
patch 7.4.1960

Problem:    Unicode standard 9 was released.
Solution:   Update the character property tables. (Christian Brabandt)

v7.4.1959

Toggle v7.4.1959's commit message
patch 7.4.1959

Problem:    Crash when running test_channel.vim on Windows.
Solution:   Check for NULL pointer result from FormatMessage(). (Christian
            Brabandt)

v7.4.1958

Toggle v7.4.1958's commit message
patch 7.4.1958

Problem:    Perl interface preprocessor statements not nicely indented.
Solution:   Improve the indenting. (Ken Takata)