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

Skip to content

Tags: lgon528/vim

Tags

v7.4.1943

Toggle v7.4.1943's commit message
patch 7.4.1943

Problem:    Coverity warns for unreachable code.
Solution:   Remove the code that won't do anything.

v7.4.1942

Toggle v7.4.1942's commit message
patch 7.4.1942

Problem:    Background is not drawn properly when 'termguicolors' is set.
Solution:   Check cterm_normal_bg_color. (Jacob Niehus, closes vim#805)

v7.4.1941

Toggle v7.4.1941's commit message
patch 7.4.1941

Problem:    Not all quickfix tests are also done  with the location lists.
Solution:   Test more quickfix code.  Use user commands instead of "exe".
            (Yegappan Lakshmanan)

v7.4.1940

Toggle v7.4.1940's commit message
patch 7.4.1940

Problem:    "gd" hangs in some situations. (Eric Biggers)
Solution:   Remove the SEARCH_START flag when looping.  Add a test.

v7.4.1939

Toggle v7.4.1939's commit message
patch 7.4.1939

Problem:    Memory access error when reading viminfo. (Dominique Pelle)
Solution:   Correct index in jumplist when at the end.

v7.4.1938

Toggle v7.4.1938's commit message
patch 7.4.1938

Problem:    When writing viminfo numbered marks were duplicated.
Solution:   Check for duplicates between current numbered marks and the ones
            read from viminfo.

v7.4.1937

Toggle v7.4.1937's commit message
patch 7.4.1937

Problem:    No test for directory stack in quickfix.
Solution:   Add a test. (Yegappan Lakshmanan)

v7.4.1936

Toggle v7.4.1936's commit message
patch 7.4.1936

Problem:    Off-by-one error in bounds check. (Coverity)
Solution:   Check register number properly.

v7.4.1935

Toggle v7.4.1935's commit message
patch 7.4.1935

Problem:    When using the GUI search/replace a second match right after the
            replacement is skipped.
Solution:   Add the SEARCH_START flag. (Mleddy)

v7.4.1934

Toggle v7.4.1934's commit message
patch 7.4.1934

Problem:    New style tests not executed with MinGW compiler.
Solution:   Add new style test support. (Yegappan Lakshmanan)