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

Skip to content

Tags: ungrim97/vim

Tags

v7.4.947

Toggle v7.4.947's commit message
patch 7.4.947

Problem:    Test_listchars fails with MingW. (Michael Soyka)
Solution:   Add the test to the ones that need the fileformat fixed.
            (Christian Brabandt)

v7.4.946

Toggle v7.4.946's commit message
patch 7.4.946

Problem:    Missing changes in source file.
Solution:   Include changes to the eval.c file.

v7.4.945

Toggle v7.4.945's commit message
patch 7.4.945

Problem:    New style testing is incomplete.
Solution:   Add the runtest script to the list of distributed files.
            Add the new functions to the function overview.
            Rename the functions to match Vim function style.
            Move undolevels testing into a new style test script.

v7.4.944

Toggle v7.4.944's commit message
patch 7.4.944

Problem:    Writing tests for Vim script is hard.
Solution:   Add assertEqual(), assertFalse() and assertTrue() functions.  Add
            the v:errors variable.  Add the runtest script. Add a first new
            style test script.

v7.4.943

Toggle v7.4.943's commit message
patch 7.4.943

Problem:    Tests are not run.
Solution:   Add test_writefile to makefiles. (Ken Takata)

v7.4.942

Toggle v7.4.942's commit message
patch 7.4.942

Problem:    test_tagcase breaks for small builds.
Solution:   Bail out of the test early. (Hirohito Higashi)

v7.4.941

Toggle v7.4.941's commit message
patch 7.4.941

Problem:    There is no way to ignore case only for tag searches.
Solution:   Add the 'tagcase' option. (Gary Johnson)

v7.4.940

Toggle v7.4.940's commit message
patch 7.4.940

Problem:    vt52 terminal codes are not correct.
Solution:   Move entries outside of #if. (Random)  Adjustments based on
            documented codes.

v7.4.939

Toggle v7.4.939's commit message
patch 7.4.939

Problem:    Memory leak when encountering a syntax error.
Solution:   Free the memory. (Dominique Pelle)

v7.4.938

Toggle v7.4.938's commit message
patch 7.4.938

Problem:    X11 and GTK have moure mouse buttons than Vim supports.
Solution:   Recognize more mouse buttons. (Benoit Pierre, closes vim#498)