summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-01-03patch 7.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.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.1044Bram Moolenaar
Problem: Can't build without the +eval feature. Solution: Add #ifdef.
2016-01-03patch 7.4.1043Bram Moolenaar
Problem: Another small thing. Solution: Now really update the Mac install text.
2016-01-03patch 7.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.1041Bram Moolenaar
Problem: Various small things. Solution: Add file to list of distributed files. Adjust README. Fix typo.
2016-01-03patch 7.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.1039Bram Moolenaar
Problem: Test 31 fails with small build. Solution: Bail out for small build. (Hirohito Higashi)
2016-01-02patch 7.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.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.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.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.1034Bram Moolenaar
Problem: There is no test for the 'backspace' option behavior. Solution: Add a test. (Hirohito Higashi)
2016-01-02patch 7.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.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.1031Bram Moolenaar
Problem: Can't build with Python interface using MingW. Solution: Update the Makefile. (Yasuhiro Matsumoto)
2016-01-02patch 7.4.1030Bram Moolenaar
Problem: test49 is still slow. Solution: Move more tests from old to new style.
2016-01-02patch 7.4.1029Bram Moolenaar
Problem: test_increment fails on systems with 32 bit long. Solution: Only test with 32 bits.
2016-01-02patch 7.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.1027Bram Moolenaar
Problem: No support for binary numbers. Solution: Add "bin" to nrformats. (Jason Schulz)
2016-01-02patch 7.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.
2016-01-02patch 7.4.1025Bram Moolenaar
Problem: Version in installer needs to be updated manually. Solution: Generate a file with the version number. (Guopeng Wen)
2016-01-02patch 7.4.1024Bram Moolenaar
Problem: Interfaces for MS-Windows are outdated. Solution: Use Python 2.7.10, Python 3.4.4, Perl 5.22, TCL 8.6.
2016-01-02patch 7.4.1023Bram Moolenaar
Problem: The distribution files for MS-Windows use CR-LF, which is inconsistent with what one gets from github. Solution: Use LF in the distribution files.
2016-01-01patch 7.4.1022Bram Moolenaar
Problem: The README file contains some outdated information. Solution: Update the information about supported systems.
2016-01-01patch 7.4.1021Bram Moolenaar
Problem: Some makefiles are outdated. Solution: Add a note to warn developers.
2016-01-01patch 7.4.1020Bram Moolenaar
Problem: On MS-Windows there is no target to run tests with gvim. Solution: Add the testgvim target.
2016-01-01patch 7.4.1019Bram Moolenaar
Problem: Directory listing of "src" is too long. Solution: Rename the resources file to make it shorter.
2016-01-01patch 7.4.1018Bram Moolenaar
Problem: Failure running tests. Solution: Add missing change to list of old style tests.
2016-01-01patch 7.4.1017Bram Moolenaar
Problem: When there is a backslash in an option ":set -=" doesn't work. Solution: Handle a backslash better. (Jacob Niehus) Add a new test, merge in old test.
2015-12-31patch 7.4.1016Bram Moolenaar
Problem: Still a few OS/2 pieces remain. Solution: Delete more.
2015-12-31patch 7.4.1015Bram Moolenaar
Problem: The column is not restored properly when the matchparen plugin is used in Insert mode and the cursor is after the end of the line. Solution: Set the curswant flag. (Christian Brabandt). Also fix highlighting the match of the character before the cursor.
2015-12-31patch 7.4.1014Bram Moolenaar
Problem: fnamemodify('.', ':.') returns an empty string in Cygwin. Solution: Use CCP_RELATIVE in the call to cygwin_conv_path. (Jacob Niehus, closes #505)
2015-12-31patch 7.4.1013Bram Moolenaar
Problem: The local value of 'errorformat' is not used for ":lexpr" and ":cexpr". Solution: Use the local value if it exists. (Christian Brabandt) Adjust the help for this.
2015-12-31patch 7.4.1012Bram Moolenaar
Problem: Vim overwrites the value of $PYTHONHOME. Solution: Do not set $PYTHONHOME if it is already set. (Kazuki Sakamoto, closes #500)
2015-12-31patch 7.4.1011Bram Moolenaar
Problem: Can't build with Strawberry Perl. Solution: Include stdbool.h. (Ken Takata, closes #328)
2015-12-31patch 7.4.1010Bram Moolenaar
Problem: Some developers are unhappy while running tests. Solution: Add a test and some color.
2015-12-31patch 7.4.1009Bram Moolenaar
Problem: There are still #ifdefs for ARCHIE. Solution: Remove references to ARCHIE, the code was removed in Vim 5.
2015-12-31patch 7.4.1008Bram Moolenaar
Problem: The OS/2 code pollutes the source while nobody uses it these days. Solution: Drop the support for OS/2.
2015-12-31patch 7.4.1007Bram Moolenaar
Problem: When a symbolic link points to a file in the root directory, the swapfile is not correct. Solution: Do not try getting the full name of a file in the root directory. (Milly, closes #501)
2015-12-31patch 7.4.1006Bram Moolenaar
Problem: The fix in patch 7.3.192 is not tested. Solution: Add a test, one for each regexp engine. (Elias Diem)
2015-12-31patch 7.4.1005Bram Moolenaar
Problem: Vim users are not always happy. Solution: Make them happy.
2015-12-30patch 7.4.1004Bram Moolenaar
Problem: Using Makefile when auto/config.mk does not exists results in warnings. Solution: Use default values for essential variables.
2015-12-30patch 7.4.1003Bram Moolenaar
Problem: Travis could check a few more things. Solution: Run autoconf on one of the builds. (James McCoy, closes #510) Also build with normal features.
2015-12-30patch 7.4.1002Bram Moolenaar
Problem: Cannot run an individual test on MS-Windows. Solution: Move the rule to run test1 downwards. (Ken Takata)
2015-12-30patch 7.4.1001Bram Moolenaar
Problem: test_viml isn't run. Solution: Include change in makefile.
2015-12-30patch 7.4.1000Bram Moolenaar
Problem: Test 49 is slow and doesn't work on MS-Windows. Solution: Start moving parts of test 49 to test_viml.
2015-12-30patch 7.4.999Bram Moolenaar
Problem: "make shadow" creates a broken link. (Tony Mechelynck) Solution: Remove vimrc.unix from the list.