summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-01-09patch 7.4.1070v7.4.1070Bram Moolenaar
Problem: The Tcl interface can't be loaded dynamically on Unix. Solution: Make it possible to load it dynamically. (Ken Takata)
2016-01-09patch 7.4.1069v7.4.1069Bram Moolenaar
Problem: Compiler warning for unused argument. Solution: Add UNUSED.
2016-01-09patch 7.4.1068v7.4.1068Bram Moolenaar
Problem: Wrong way to check for unletting internal variables. Solution: Use a better way. (Olaf Dabrunz)
2016-01-09patch 7.4.1067v7.4.1067Bram Moolenaar
Problem: Can't build with MingW and Python on MS-Windows. Solution: Move the build flags to CFLAGS.
2016-01-09patch 7.4.1066v7.4.1066Bram Moolenaar
Problem: Build fails on MS-Windows. Solution: Adjust the #ifdefs for "dll" options.
2016-01-09patch 7.4.1065v7.4.1065Bram Moolenaar
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.
2016-01-09patch 7.4.1064v7.4.1064Bram Moolenaar
Problem: When a spell file has single letter compounding creating suggestions takes an awful long time. Solution: Add th eNOCOMPOUNDSUGS flag.
2016-01-09Update to newer English spell files,Bram Moolenaar
but without the COMPOUND rules that make suggestions very slow.
2016-01-07patch 7.4.1063v7.4.1063Bram Moolenaar
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.
2016-01-07patch 7.4.1062v7.4.1062Bram Moolenaar
Problem: Building with Ruby on MS-Windows requires a lot of arguments. Solution: Make it simpler. (Ken Takata)
2016-01-07patch 7.4.1061v7.4.1061Bram Moolenaar
Problem: Compiler warning for ignoring return value of fwrite(). Solution: Do use the return value. (idea: Charles Campbell)
2016-01-07patch 7.4.1060v7.4.1060Bram Moolenaar
Problem: Instructions for writing tests are outdated. Solution: Mention Make_all.mak. Add steps for new style tests.
2016-01-07patch 7.4.1059v7.4.1059Bram Moolenaar
Problem: Code will never be executed. Solution: Remove the code.
2016-01-07patch 7.4.1058v7.4.1058Bram Moolenaar
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.
2016-01-07patch 7.4.1057v7.4.1057Bram Moolenaar
Problem: Typos in the :options window. Solution: Fix the typos. (Dominique Pelle)
2016-01-07patch 7.4.1056v7.4.1056Bram Moolenaar
Problem: Don't know why finding spell suggestions is slow. Solution: Add some code to gather profiling information.
2016-01-07Revert English spell file updateBram Moolenaar
2016-01-06patch 7.4.1055v7.4.1055Bram Moolenaar
Problem: Running "make newtests" in src/testdir has no output. Solution: List the messages file when a test fails. (Christian Brabandt) Update the list of tests.
2016-01-05patch 7.4.1054v7.4.1054Bram Moolenaar
Problem: Illegal memory access. Solution: Check for missing pattern. (Dominique Pelle)
2016-01-05patch 7.4.1053v7.4.1053Bram Moolenaar
Problem: Insufficient testing for quickfix commands. Solution: Add a new style quickfix test. (Yegappan Lakshmanan)
2016-01-05patch 7.4.1052v7.4.1052Bram Moolenaar
Problem: Illegal memory access with weird syntax command. (Dominique Pelle) Solution: Check for column past end of line.
2016-01-04patch 7.4.1051v7.4.1051Bram Moolenaar
Problem: Segfault when unletting "count". Solution: Check for readonly and locked first. (Dominique Pelle) Add a test.
2016-01-04patch 7.4.1050v7.4.1050Bram Moolenaar
Problem: Warning for unused var with tiny features. (Tony Mechelynck) Solution: Add #ifdef. Use vim_snprintf(). Reduce number of statemements.
2016-01-04patch 7.4.1049v7.4.1049Bram Moolenaar
Problem: Wordcount test still still fails on MS-Windows. Solution: Set 'fileformats' to "unix".
2016-01-04patch 7.4.1048v7.4.1048Bram Moolenaar
Problem: Wordcount test still fail on MS-Windows. Solution: Set 'fileformat' to "unix".
2016-01-04patch 7.4.1047v7.4.1047Bram Moolenaar
Problem: Tests fail on MS-Windows. Solution: Set 'selection' to inclusive.
2016-01-03patch 7.4.1046v7.4.1046Bram Moolenaar
Problem: No test coverage for menus. Solution: Load the standard menus and check there is no error.
2016-01-03patch 7.4.1045v7.4.1045Bram Moolenaar
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.
2016-01-03patch 7.4.1044v7.4.1044Bram Moolenaar
Problem: Can't build without the +eval feature. Solution: Add #ifdef.
2016-01-03patch 7.4.1043v7.4.1043Bram Moolenaar
Problem: Another small thing. Solution: Now really update the Mac install text.
2016-01-03patch 7.4.1042v7.4.1042Bram Moolenaar
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)
2016-01-03patch 7.4.1041v7.4.1041Bram Moolenaar
Problem: Various small things. Solution: Add file to list of distributed files. Adjust README. Fix typo.
2016-01-03Updated runtime files.Bram Moolenaar
2016-01-03patch 7.4.1040v7.4.1040Bram Moolenaar
Problem: The tee command is not available on MS-Windows. Solution: Adjust tee.c for MSVC and add a makefile. (Yasuhiro Matsumoto)
2016-01-03patch 7.4.1039v7.4.1039Bram Moolenaar
Problem: Test 31 fails with small build. Solution: Bail out for small build. (Hirohito Higashi)
2016-01-02patch 7.4.1038v7.4.1038Bram Moolenaar
Problem: Still get a warning for a deprecated function with gdk-pixbuf 2.31. Solution: Change minimum minor version from 32 to 31.
2016-01-02patch 7.4.1037v7.4.1037Bram Moolenaar
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)
2016-01-02patch 7.4.1036v7.4.1036Bram Moolenaar
Problem: Only terminals with up to 256 colors work properly. Solution: Use the 256 color behavior for all terminals with 256 or more colors. (Robert de Bath, closes #504)
2016-01-02patch 7.4.1035v7.4.1035Bram Moolenaar
Problem: An Ex range gets adjusted for folded lines even when the range is not using line numbers. Solution: Only adjust line numbers for folding. (Christian Brabandt)
2016-01-02Add new file left out from patch 7.4.1034.Bram Moolenaar
2016-01-02patch 7.4.1034v7.4.1034Bram Moolenaar
Problem: There is no test for the 'backspace' option behavior. Solution: Add a test. (Hirohito Higashi)
2016-01-02patch 7.4.1033v7.4.1033Bram Moolenaar
Problem: Memory use on MS-Windows is very conservative. Solution: Use the global memory status to estimate amount of memory. (Mike Williams)
2016-01-02patch 7.4.1032v7.4.1032Bram Moolenaar
Problem: message from assert_false() does not look nice. Solution: Handle missing sourcing_name. Use right number of spaces. (Watiko) Don't use line number if it's zero.
2016-01-02patch 7.4.1031v7.4.1031Bram Moolenaar
Problem: Can't build with Python interface using MingW. Solution: Update the Makefile. (Yasuhiro Matsumoto)
2016-01-02patch 7.4.1030v7.4.1030Bram Moolenaar
Problem: test49 is still slow. Solution: Move more tests from old to new style.
2016-01-02patch 7.4.1029v7.4.1029Bram Moolenaar
Problem: test_increment fails on systems with 32 bit long. Solution: Only test with 32 bits.
2016-01-02patch 7.4.1028v7.4.1028Bram Moolenaar
Problem: Nsis version file missing from the distribution. Solution: Add the file to the list.
2016-01-02Update ignored files. Delete file that should have been deleted by patch ↵Bram Moolenaar
7.4.1016.
2016-01-02patch 7.4.1027v7.4.1027Bram Moolenaar
Problem: No support for binary numbers. Solution: Add "bin" to nrformats. (Jason Schulz)
2016-01-02patch 7.4.1026v7.4.1026Bram Moolenaar
Problem: When using MingW the tests do not clean up all files. E.g. test 17 leaves Xdir1 behind. (Michael Soyka) Solution: Also delete directories, like Make_dos.mak. Delete files after directories to reduce warnings.