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

Skip to content

Tags: SivanSong/vim

Tags

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)

v7.4.1957

Toggle v7.4.1957's commit message
patch 7.4.1957

Problem:    Perl interface has obsolete workaround.
Solution:   Remove the workaround added by 7.3.623. (Ken Takata)

v7.4.1956

Toggle v7.4.1956's commit message
patch 7.4.1956

Problem:    When using CTRL-W f and pressing "q" at the ATTENTION dialog the
            newly opened window is not closed.
Solution:   Close the window and go back to the original one. (Norio Takagi,
            Hirohito Higashi)