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

Skip to content

Tags: t9md/vim

Tags

v7.4.1046

Toggle v7.4.1046's commit message
patch 7.4.1046

Problem:    No test coverage for menus.
Solution:   Load the standard menus and check there is no error.

v7.4.1045

Toggle v7.4.1045's commit message
patch 7.4.1045

Problem:    Having shadow and coverage on the same build results in the source
            files not being available in the coverage view.
Solution:   Move using shadow to the normal build.

v7.4.1044

Toggle v7.4.1044's commit message
patch 7.4.1044

Problem:    Can't build without the +eval feature.
Solution:   Add #ifdef.

v7.4.1043

Toggle v7.4.1043's commit message
patch 7.4.1043

Problem:    Another small thing.
Solution:   Now really update the Mac install text.

v7.4.1042

Toggle v7.4.1042's commit message
patch 7.4.1042

Problem:    g-CTRL-G shows the word count, but there is no way to get the word
            count in a script.
Solution:   Add the wordcount() function. (Christian Brabandt)

v7.4.1041

Toggle v7.4.1041's commit message
patch 7.4.1041

Problem:    Various small things.
Solution:   Add file to list of distributed files.  Adjust README.  Fix typo.

v7.4.1040

Toggle v7.4.1040's commit message
patch 7.4.1040

Problem:    The tee command is not available on MS-Windows.
Solution:   Adjust tee.c for MSVC and add a makefile. (Yasuhiro Matsumoto)

v7.4.1039

Toggle v7.4.1039's commit message
patch 7.4.1039

Problem:    Test 31 fails with small build.
Solution:   Bail out for small build. (Hirohito Higashi)

v7.4.1038

Toggle v7.4.1038's commit message
patch 7.4.1038

Problem:    Still get a warning for a deprecated function with gdk-pixbuf
            2.31.
Solution:   Change minimum minor version from 32 to 31.

v7.4.1037

Toggle v7.4.1037's commit message
patch 7.4.1037

Problem:    Using "q!" when there is a modified hidden buffer does not unload
            the current buffer, resulting in the need to abandon it again.
Solution:   When using "q!" unload the current buffer when needed. (Yasuhiro
            Matsumoto, Hirohito Higashi)