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

Skip to content

Tags: Bluelich/vim-1

Tags

v7.4.1066

Toggle v7.4.1066's commit message
patch 7.4.1066

Problem:    Build fails on MS-Windows.
Solution:   Adjust the #ifdefs for "dll" options.

v7.4.1065

Toggle v7.4.1065's commit message
patch 7.4.1065

Problem:    Cannot use the "dll" options on MS-Windows.
Solution:   Support the options on all platforms.  Use the built-in name as
            the default, so that it's clear what Vim is looking for.

v7.4.1064

Toggle v7.4.1064's commit message
patch 7.4.1064

Problem:    When a spell file has single letter compounding creating
            suggestions takes an awful long time.
Solution:   Add th eNOCOMPOUNDSUGS flag.

v7.4.1063

Toggle v7.4.1063's commit message
patch 7.4.1063

Problem:    TCL_VER_LONG and DYNAMIC_TCL_VER are not set when building with
            Cygwin and MingW.
Solution:   Add TCL_VER_LONG and DYNAMIC_TCL_VER to the makefile.

v7.4.1062

Toggle v7.4.1062's commit message
patch 7.4.1062

Problem:    Building with Ruby on MS-Windows requires a lot of arguments.
Solution:   Make it simpler. (Ken Takata)

v7.4.1061

Toggle v7.4.1061's commit message
patch 7.4.1061

Problem:    Compiler warning for ignoring return value of fwrite().
Solution:   Do use the return value. (idea: Charles Campbell)

v7.4.1060

Toggle v7.4.1060's commit message
patch 7.4.1060

Problem:    Instructions for writing tests are outdated.
Solution:   Mention Make_all.mak.  Add steps for new style tests.

v7.4.1059

Toggle v7.4.1059's commit message
patch 7.4.1059

Problem:    Code will never be executed.
Solution:   Remove the code.

v7.4.1058

Toggle v7.4.1058's commit message
patch 7.4.1058

Problem:    It is not possible to test code that is only reached when memory
            allocation fails.
Solution:   Add the alloc_fail() function.  Try it out with :vimgrep.

v7.4.1057

Toggle v7.4.1057's commit message
patch 7.4.1057

Problem:    Typos in the :options window.
Solution:   Fix the typos. (Dominique Pelle)