- Jan 05, 2016
-
-
Bram Moolenaar authored
Problem: Illegal memory access with weird syntax command. (Dominique Pelle) Solution: Check for column past end of line.
-
- Jan 04, 2016
-
-
Bram Moolenaar authored
Problem: Segfault when unletting "count". Solution: Check for readonly and locked first. (Dominique Pelle) Add a test.
-
Bram Moolenaar authored
Problem: Warning for unused var with tiny features. (Tony Mechelynck) Solution: Add #ifdef. Use vim_snprintf(). Reduce number of statemements.
-
Bram Moolenaar authored
Problem: Wordcount test still still fails on MS-Windows. Solution: Set 'fileformats' to "unix".
-
Bram Moolenaar authored
Problem: Wordcount test still fail on MS-Windows. Solution: Set 'fileformat' to "unix".
-
Bram Moolenaar authored
Problem: Tests fail on MS-Windows. Solution: Set 'selection' to inclusive.
-
- Jan 03, 2016
-
-
Bram Moolenaar authored
Problem: No test coverage for menus. Solution: Load the standard menus and check there is no error.
-
Bram Moolenaar authored
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.
-
Bram Moolenaar authored
Problem: Can't build without the +eval feature. Solution: Add #ifdef.
-
Bram Moolenaar authored
Problem: Another small thing. Solution: Now really update the Mac install text.
-
Bram Moolenaar authored
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)
-
Bram Moolenaar authored
Problem: Various small things. Solution: Add file to list of distributed files. Adjust README. Fix typo.
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: The tee command is not available on MS-Windows. Solution: Adjust tee.c for MSVC and add a makefile. (Yasuhiro Matsumoto)
-
Bram Moolenaar authored
Problem: Test 31 fails with small build. Solution: Bail out for small build. (Hirohito Higashi)
-
- Jan 02, 2016
-
-
Bram Moolenaar authored
Problem: Still get a warning for a deprecated function with gdk-pixbuf 2.31. Solution: Change minimum minor version from 32 to 31.
-
Bram Moolenaar authored
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)
-
Bram Moolenaar authored
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)
-
Bram Moolenaar authored
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)
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: There is no test for the 'backspace' option behavior. Solution: Add a test. (Hirohito Higashi)
-
Bram Moolenaar authored
Problem: Memory use on MS-Windows is very conservative. Solution: Use the global memory status to estimate amount of memory. (Mike Williams)
-
Bram Moolenaar authored
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.
-
Bram Moolenaar authored
Problem: Can't build with Python interface using MingW. Solution: Update the Makefile. (Yasuhiro Matsumoto)
-
Bram Moolenaar authored
Problem: test49 is still slow. Solution: Move more tests from old to new style.
-
Bram Moolenaar authored
Problem: test_increment fails on systems with 32 bit long. Solution: Only test with 32 bits.
-
Bram Moolenaar authored
Problem: Nsis version file missing from the distribution. Solution: Add the file to the list.
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: No support for binary numbers. Solution: Add "bin" to nrformats. (Jason Schulz)
-
Bram Moolenaar authored
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.
-
Bram Moolenaar authored
Problem: Version in installer needs to be updated manually. Solution: Generate a file with the version number. (Guopeng Wen)
-
Bram Moolenaar authored
Problem: Interfaces for MS-Windows are outdated. Solution: Use Python 2.7.10, Python 3.4.4, Perl 5.22, TCL 8.6.
-
Bram Moolenaar authored
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.
-
- Jan 01, 2016
-
-
Bram Moolenaar authored
Problem: The README file contains some outdated information. Solution: Update the information about supported systems.
-
Bram Moolenaar authored
Problem: Some makefiles are outdated. Solution: Add a note to warn developers.
-
Bram Moolenaar authored
Problem: On MS-Windows there is no target to run tests with gvim. Solution: Add the testgvim target.
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Directory listing of "src" is too long. Solution: Rename the resources file to make it shorter.
-
Bram Moolenaar authored
Problem: Failure running tests. Solution: Add missing change to list of old style tests.
-
Bram Moolenaar authored
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.
-