summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* patch 7.4.1043v7.4.1043Bram Moolenaar2016-01-032-5/+12
| | | | | Problem: Another small thing. Solution: Now really update the Mac install text.
* patch 7.4.1042v7.4.1042Bram Moolenaar2016-01-0311-59/+293
| | | | | | 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)
* patch 7.4.1041v7.4.1041Bram Moolenaar2016-01-034-1/+6
| | | | | Problem: Various small things. Solution: Add file to list of distributed files. Adjust README. Fix typo.
* Updated runtime files.Bram Moolenaar2016-01-0311-156/+112
|
* patch 7.4.1040v7.4.1040Bram Moolenaar2016-01-034-14/+48
| | | | | Problem: The tee command is not available on MS-Windows. Solution: Adjust tee.c for MSVC and add a makefile. (Yasuhiro Matsumoto)
* patch 7.4.1039v7.4.1039Bram Moolenaar2016-01-032-1/+3
| | | | | Problem: Test 31 fails with small build. Solution: Bail out for small build. (Hirohito Higashi)
* patch 7.4.1038v7.4.1038Bram Moolenaar2016-01-023-3/+5
| | | | | | Problem: Still get a warning for a deprecated function with gdk-pixbuf 2.31. Solution: Change minimum minor version from 32 to 31.
* patch 7.4.1037v7.4.1037Bram Moolenaar2016-01-0210-13/+40
| | | | | | | 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)
* patch 7.4.1036v7.4.1036Bram Moolenaar2016-01-022-14/+13
| | | | | | 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)
* patch 7.4.1035v7.4.1035Bram Moolenaar2016-01-023-4/+8
| | | | | | 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)
* Add new file left out from patch 7.4.1034.Bram Moolenaar2016-01-021-0/+58
|
* patch 7.4.1034v7.4.1034Bram Moolenaar2016-01-022-0/+3
| | | | | Problem: There is no test for the 'backspace' option behavior. Solution: Add a test. (Hirohito Higashi)
* patch 7.4.1033v7.4.1033Bram Moolenaar2016-01-024-0/+65
| | | | | | Problem: Memory use on MS-Windows is very conservative. Solution: Use the global memory status to estimate amount of memory. (Mike Williams)
* patch 7.4.1032v7.4.1032Bram Moolenaar2016-01-022-5/+16
| | | | | | 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.
* patch 7.4.1031v7.4.1031Bram Moolenaar2016-01-023-17/+49
| | | | | Problem: Can't build with Python interface using MingW. Solution: Update the Makefile. (Yasuhiro Matsumoto)
* patch 7.4.1030v7.4.1030Bram Moolenaar2016-01-025-512/+521
| | | | | Problem: test49 is still slow. Solution: Move more tests from old to new style.
* patch 7.4.1029v7.4.1029Bram Moolenaar2016-01-023-3/+5
| | | | | Problem: test_increment fails on systems with 32 bit long. Solution: Only test with 32 bits.
* patch 7.4.1028v7.4.1028Bram Moolenaar2016-01-022-0/+3
| | | | | Problem: Nsis version file missing from the distribution. Solution: Add the file to the list.
* Update ignored files. Delete file that should have been deleted by patch ↵Bram Moolenaar2016-01-022-3/+1
| | | | 7.4.1016.
* patch 7.4.1027v7.4.1027Bram Moolenaar2016-01-0219-85/+495
| | | | | Problem: No support for binary numbers. Solution: Add "bin" to nrformats. (Jason Schulz)
* patch 7.4.1026v7.4.1026Bram Moolenaar2016-01-023-2/+10
| | | | | | | 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.
* patch 7.4.1025v7.4.1025Bram Moolenaar2016-01-024-3/+21
| | | | | Problem: Version in installer needs to be updated manually. Solution: Generate a file with the version number. (Guopeng Wen)
* patch 7.4.1024v7.4.1024Bram Moolenaar2016-01-022-1/+3
| | | | | Problem: Interfaces for MS-Windows are outdated. Solution: Use Python 2.7.10, Python 3.4.4, Perl 5.22, TCL 8.6.
* patch 7.4.1023v7.4.1023Bram Moolenaar2016-01-022-61/+50
| | | | | | 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.
* patch 7.4.1022v7.4.1022Bram Moolenaar2016-01-013-8/+10
| | | | | Problem: The README file contains some outdated information. Solution: Update the information about supported systems.
* patch 7.4.1021v7.4.1021Bram Moolenaar2016-01-016-0/+13
| | | | | Problem: Some makefiles are outdated. Solution: Add a note to warn developers.
* patch 7.4.1020v7.4.1020Bram Moolenaar2016-01-012-0/+7
| | | | | Problem: On MS-Windows there is no target to run tests with gvim. Solution: Add the testgvim target.
* Update gitignore for files created when running tests.Bram Moolenaar2016-01-011-0/+2
|
* patch 7.4.1019v7.4.1019Bram Moolenaar2016-01-014-5/+7
| | | | | Problem: Directory listing of "src" is too long. Solution: Rename the resources file to make it shorter.
* patch 7.4.1018v7.4.1018Bram Moolenaar2016-01-012-1/+2
| | | | | Problem: Failure running tests. Solution: Add missing change to list of old style tests.
* patch 7.4.1017v7.4.1017Bram Moolenaar2016-01-018-18/+40
| | | | | | 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.
* patch 7.4.1016v7.4.1016Bram Moolenaar2015-12-314-76/+4
| | | | | Problem: Still a few OS/2 pieces remain. Solution: Delete more.
* patch 7.4.1015v7.4.1015Bram Moolenaar2015-12-313-3/+12
| | | | | | | 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.
* patch 7.4.1014v7.4.1014Bram Moolenaar2015-12-312-1/+6
| | | | | | Problem: fnamemodify('.', ':.') returns an empty string in Cygwin. Solution: Use CCP_RELATIVE in the call to cygwin_conv_path. (Jacob Niehus, closes #505)
* patch 7.4.1013v7.4.1013Bram Moolenaar2015-12-313-5/+10
| | | | | | | 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.
* patch 7.4.1012v7.4.1012Bram Moolenaar2015-12-313-2/+10
| | | | | | Problem: Vim overwrites the value of $PYTHONHOME. Solution: Do not set $PYTHONHOME if it is already set. (Kazuki Sakamoto, closes #500)
* patch 7.4.1011v7.4.1011Bram Moolenaar2015-12-314-0/+11
| | | | | Problem: Can't build with Strawberry Perl. Solution: Include stdbool.h. (Ken Takata, closes #328)
* patch 7.4.1010v7.4.1010Bram Moolenaar2015-12-313-1/+11
| | | | | Problem: Some developers are unhappy while running tests. Solution: Add a test and some color.
* patch 7.4.1009v7.4.1009Bram Moolenaar2015-12-318-23/+16
| | | | | Problem: There are still #ifdefs for ARCHIE. Solution: Remove references to ARCHIE, the code was removed in Vim 5.
* patch 7.4.1008v7.4.1008Bram Moolenaar2015-12-3130-1002/+126
| | | | | Problem: The OS/2 code pollutes the source while nobody uses it these days. Solution: Drop the support for OS/2.
* patch 7.4.1007v7.4.1007Bram Moolenaar2015-12-312-4/+8
| | | | | | | 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)
* patch 7.4.1006v7.4.1006Bram Moolenaar2015-12-315-0/+14
| | | | | Problem: The fix in patch 7.3.192 is not tested. Solution: Add a test, one for each regexp engine. (Elias Diem)
* patch 7.4.1005v7.4.1005Bram Moolenaar2015-12-314-28/+56
| | | | | Problem: Vim users are not always happy. Solution: Make them happy.
* Update English spell files.Bram Moolenaar2015-12-3013-3547/+12494
|
* patch 7.4.1004v7.4.1004Bram Moolenaar2015-12-302-0/+8
| | | | | | Problem: Using Makefile when auto/config.mk does not exists results in warnings. Solution: Use default values for essential variables.
* patch 7.4.1003v7.4.1003Bram Moolenaar2015-12-302-2/+8
| | | | | | 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.
* patch 7.4.1002v7.4.1002Bram Moolenaar2015-12-302-3/+7
| | | | | Problem: Cannot run an individual test on MS-Windows. Solution: Move the rule to run test1 downwards. (Ken Takata)
* patch 7.4.1001v7.4.1001Bram Moolenaar2015-12-303-0/+411
| | | | | Problem: test_viml isn't run. Solution: Include change in makefile.
* patch 7.4.1000v7.4.1000Bram Moolenaar2015-12-305-356/+22
| | | | | Problem: Test 49 is slow and doesn't work on MS-Windows. Solution: Start moving parts of test 49 to test_viml.
* patch 7.4.999v7.4.999Bram Moolenaar2015-12-302-1/+2
| | | | | Problem: "make shadow" creates a broken link. (Tony Mechelynck) Solution: Remove vimrc.unix from the list.