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

Skip to content

Tags: zhoujianqing/vim

Tags

v7.4.1952

Toggle v7.4.1952's commit message
patch 7.4.1952

Problem:    Cscope interface does not support finding assignments.
Solution:   Add the "a" command. (ppettina, closes vim#882)

v7.4.1951

Toggle v7.4.1951's commit message
patch 7.4.1951

Problem:    Ruby test is old style.
Solution:   Convert to a new style test. (Ken Takata)

v7.4.1950

Toggle v7.4.1950's commit message
patch 7.4.1950

Problem:    Quickfix long lines test not executed for buffer.
Solution:   Call the function to test long lines. (Yegappan Lakshmanan)

v7.4.1949

Toggle v7.4.1949's commit message
patch 7.4.1949

Problem:    Minor problems with the quickfix code.
Solution:   Fix the problems. (Yegappan Lakshmanan)

v7.4.1948

Toggle v7.4.1948's commit message
patch 7.4.1948

Problem:    Using Ctrl-A with double-byte encoding may result in garbled text.
Solution:   Skip to the start of a character. (Hirohito Higashi)

v7.4.1947

Toggle v7.4.1947's commit message
patch 7.4.1947

Problem:    Viminfo continuation line with wrong length isn't skipped. (Marius
            Gedminas)
Solution:   Skip a line when encountering an error, but not two lines.

v7.4.1946

Toggle v7.4.1946's commit message
patch 7.4.1946

Problem:    File list does not include new XPM libraries.
Solution:   Add the file list entries.

v7.4.1945

Toggle v7.4.1945's commit message
patch 7.4.1945

Problem:    The Man plugin doesn't work that well.
Solution:   Use "g:ft_man_open_mode" to be able open man pages in vert split
            or separate tab. Set nomodifiable for buffer with man content. Add
            a test. (Andrey Starodubtsev, closes vim#873)

v7.4.1944

Toggle v7.4.1944's commit message
patch 7.4.1944

Problem:    Win32: Cannot compile with XPM feature using VC2015
Solution:   Add XPM libraries compiled with VC2015, and enable to build
            gvim.exe which supports XPM using VC2015. (Ken Takata)

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.