- Mar 30, 2014
-
-
Bram Moolenaar authored
Problem: Compiler warnings when building with Python 3.2. Solution: Make type cast depend on Python version. (Ken Takata)
-
- Mar 28, 2014
-
-
Bram Moolenaar authored
Problem: Can't build with Ruby 1.8. Solution: Do include a check for the Ruby version. (Ken Takata)
-
Bram Moolenaar authored
Problem: Cursurline highlighting not redrawn when scrolling. (John Marriott) Solution: Check for required redraw in two places.
-
- Mar 27, 2014
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Dynamic Ruby doesn't work on Solaris. Solution: Always use the stubs. (Danek Duvall, Yukihiro Nakadaira)
-
Bram Moolenaar authored
Problem: /usr/bin/grep on Solaris does not support -F. Solution: Add configure check to find a good grep. (Danek Duvall)
-
Bram Moolenaar authored
Problem: Still using an older autoconf version. Solution: Switch to autoconf 2.69.
-
Bram Moolenaar authored
Problem: The Ruby directory is constructed from parts. Solution: Use 'rubyarchhdrdir' if it exists. (James McCoy)
-
Bram Moolenaar authored
Problem: Quickfix doesn't resize on ":copen 20". (issue 199) Solution: Resize the window when requested. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: Test 105 does not work in a shadow dir. (James McCoy) Solution: Omit "src/" from the checked path.
-
Bram Moolenaar authored
Problem: When 'relativenumber' or 'cursorline' are set the window is redrawn much to often. (Patrick Hemmer, Dominique Pelle) Solution: Check the VALID_CROW flag instead of VALID_WROW.
-
- Mar 25, 2014
-
-
Bram Moolenaar authored
Problem: It's not easy to remove duplicates from a list. Solution: Add the uniq() function. (LCD)
-
Bram Moolenaar authored
Problem: When src/auto/configure was updated, "make clean" would run configure pointlessly. Solution: Do not run configure for "make clean" and "make distclean" when the make program supports $MAKECMDGOALS. (Ken Takata)
-
Bram Moolenaar authored
Problem: Compiler warnings. (Tony Mechelynck) Solution: Initialize variables, add #ifdef.
-
Bram Moolenaar authored
Problem: Inconsistency: ":sp foo" does not reload "foo", unless "foo" is the current buffer. (Liang Li) Solution: Do not reload the current buffer on a split command.
-
- Mar 24, 2014
-
-
Bram Moolenaar authored
Problem: Compilation problems on HP_nonStop (Tandem). Solution: Add #defines. (Joachim Schmitz)
-
- Mar 23, 2014
-
-
Bram Moolenaar authored
Problem: It's not possible to open a new buffer without creating a swap file. Solution: Add the ":noswapfile" modifier. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL.
-
- Mar 22, 2014
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: ":lu" is an abbreviation for ":lua", but it should be ":lunmap". (ZyX) Solution: Move "lunmap" to above "lua".
-
- Mar 19, 2014
-
-
Bram Moolenaar authored
Problem: Visual block mode plus virtual edit doesn't work well with tabs. (Liang Li) Solution: Take coladd into account. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: When repeating a filter command "%" and "#" are expanded. Solution: Escape the command when storing for redo. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: Mercurial picks up some files that are not distributed. Solution: Add patterns to the ignore list. (Cade Forester)
-
Bram Moolenaar authored
Problem: The cursor report sequence is sometimes not recognized and results in entering replace mode. Solution: Also check for the cursor report when not asked for.
-
Bram Moolenaar authored
Problem: Compiler warnings on 64 bit Windows. Solution: Add type casts. (Mike Williams)
-
- Mar 12, 2014
-
-
Bram Moolenaar authored
Problem: ":mksession" writes command to move to second argument while it does not exist. When it does exist the order might be wrong. Solution: Use ":argadd" for each argument instead of using ":args" with a list of names. (Nobuhiro Takasaki)
-
Bram Moolenaar authored
Problem: A mapping where the second byte is 0x80 doesn't work. Solution: Unescape before checking for incomplete multi-byte char. (Nobuhiro Takasaki)
-
Bram Moolenaar authored
Problem: Parsing 'errorformat' is not correct. Solution: Reset "multiignore" at the start of a multi-line message. (Lcd)
-
Bram Moolenaar authored
Problem: MS-Windows: non-ASCII font names don't work. Solution: Convert between the current code page and 'encoding'. (Ken Takata)
-
Bram Moolenaar authored
Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae)
-
Bram Moolenaar authored
Problem: Too many #ifdefs in the code. Solution: Enable FEAT_VISUAL always, await any complaints
-
Bram Moolenaar authored
Problem: (issue 197) ]P doesn't paste over Visual selection. Solution: Handle Visual mode specifically. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: Can't build Vim with Perl when -Dusethreads is not specified for building Perl, and building Vim with --enable-perlinterp=dynamic. Solution: Adjust #ifdefs. (Yasuhiro Matsumoto)
-
Bram Moolenaar authored
Problem: Various problems on VMS. Solution: Fix several VMS problems. (Zoltan Arpadffy)
-
Bram Moolenaar authored
Problem: Tests fail on Solaris 9 and 10. Solution: Use "test -f" instead of "test -e". (Laurent Blume)
-
Bram Moolenaar authored
Problem: Python tests fail. Solution: Change "then" to "than" in more places. (Dominique Pelle, Taro Muraoka)
-
Bram Moolenaar authored
Problem: Can't build for Android. Solution: Add #if condition. (Fredrik Fornwall)
-
- Mar 08, 2014
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Typos in messages. Solution: "then" -> "than". (Dominique Pelle)
-
- Feb 24, 2014
-
-
Bram Moolenaar authored
Problem: Memory leak when giving E853. Solution: Free the argument. (Dominique Pelle)
-