summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.4.247v7.4.247Bram Moolenaar2014-04-053-40/+73
| | | | | | Problem: When passing input to system() there is no way to keep NUL and NL characters separate. Solution: Optionally use a list for the system() input. (ZyX)
* updated for version 7.4.246v7.4.246Bram Moolenaar2014-04-053-8/+10
| | | | | Problem: Configure message for detecting smack are out of sequence. Solution: Put the messages in the right place. (Kazunobu Kuriyama)
* updated for version 7.4.245v7.4.245Bram Moolenaar2014-04-042-1/+3
| | | | | Problem: Crash for "vim -u NONE -N -c '&&'". Solution: Check for the pattern to be NULL. (Dominique Pelle)
* updated for version 7.4.244v7.4.244Bram Moolenaar2014-04-022-8/+4
| | | | | Problem: The smack feature causes stray error messages. Solution: Remove the error messages.
* updated for version 7.4.243v7.4.243Bram Moolenaar2014-04-027-90/+356
| | | | | Problem: Cannot use setreg() to add text that includes a NUL. Solution: Make setreg() accept a list.
* updated for version 7.4.242v7.4.242Bram Moolenaar2014-04-0214-25/+138
| | | | | | Problem: getreg() does not distinguish between a NL used for a line break and a NL used for a NUL character. Solution: Add another argument to return a list. (ZyX)
* updated for version 7.4.241v7.4.241Bram Moolenaar2014-04-029-6/+128
| | | | | | Problem: The string returned by submatch() does not distinguish between a NL from a line break and a NL that stands for a NUL character. Solution: Add a second argument to return a list. (ZyX)
* updated for version 7.4.240v7.4.240Bram Moolenaar2014-04-022-2/+6
| | | | | Problem: ":tjump" shows "\n" as "\\n". Solution: Skip over "\" that escapes a backslash. (Gary Johnson)
* updated for version 7.4.239v7.4.239Bram Moolenaar2014-04-022-1/+3
| | | | | Problem: ":e +" does not position cursor at end of the file. Solution: Check for "+" being the last character (ZyX)
* updated for version 7.4.238v7.4.238Bram Moolenaar2014-04-028-24/+214
| | | | | Problem: Vim does not support the smack library. Solution: Add smack support (Jose Bollo)
* updated for version 7.4.237v7.4.237Bram Moolenaar2014-04-023-3/+4
| | | | | | Problem: When some patches was not included has("patch-7.4.123") may return true falsely. Solution: Check for the specific patch number.
* updated for version 7.4.236v7.4.236Bram Moolenaar2014-04-014-2/+39
| | | | | Problem: It's not that easy to check the Vim patch version. Solution: Make has("patch-7.4.123") work. (partly by Marc Weber)
* updated for version 7.4.235v7.4.235Bram Moolenaar2014-04-0113-20/+82
| | | | | Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function.
* updated for version 7.4.234v7.4.234Bram Moolenaar2014-04-015-1/+12
| | | | | Problem: Can't get the command that was used to start Vim. Solution: Add v:progpath. (Viktor Kojouharov)
* updated for version 7.4.233v7.4.233Bram Moolenaar2014-04-012-12/+4
| | | | | | Problem: Escaping special characters for using "%" with a shell command is inconsistant, parenthesis are escaped but spaces are not. Solution: Only escape "!". (Gary Johnson)
* updated for version 7.4.232v7.4.232Bram Moolenaar2014-04-014-2/+29
| | | | | Problem: ":%s/\n//" uses a lot of memory. (Aidan Marlin) Solution: Turn this into a join command. (Christian Brabandt)
* updated for version 7.4.231v7.4.231Bram Moolenaar2014-04-0110-9/+39
| | | | | | Problem: An error in ":options" is not caught by the tests. Solution: Add a test for ":options". Set $VIMRUNTIME for the tests so that it uses the current runtime files instead of the installed ones.
* updated for version 7.4.230v7.4.230Bram Moolenaar2014-04-012-1/+3
| | | | | Problem: Error when using ":options". Solution: Fix the entry for 'lispwords'. (Kenichi Ito)
* updated for version 7.4.229v7.4.229Bram Moolenaar2014-03-304-7/+37
| | | | | | Problem: Using ":let" for listing variables and the second one is a curly braces expression may fail. Solution: Check for an "=" in a better way. (ZyX)
* updated for version 7.4.228v7.4.228Bram Moolenaar2014-03-304-7/+21
| | | | | Problem: Compiler warnings when building with Python 3.2. Solution: Make type cast depend on Python version. (Ken Takata)
* updated for version 7.4.227v7.4.227Bram Moolenaar2014-03-282-3/+11
| | | | | Problem: Can't build with Ruby 1.8. Solution: Do include a check for the Ruby version. (Ken Takata)
* updated for version 7.4.226v7.4.226Bram Moolenaar2014-03-282-16/+28
| | | | | | Problem: Cursurline highlighting not redrawn when scrolling. (John Marriott) Solution: Check for required redraw in two places.
* Update runtime files.Bram Moolenaar2014-03-2724-392/+512
|
* updated for version 7.4.225v7.4.225Bram Moolenaar2014-03-272-6/+4
| | | | | Problem: Dynamic Ruby doesn't work on Solaris. Solution: Always use the stubs. (Danek Duvall, Yukihiro Nakadaira)
* updated for version 7.4.224v7.4.224Bram Moolenaar2014-03-273-5/+75
| | | | | Problem: /usr/bin/grep on Solaris does not support -F. Solution: Add configure check to find a good grep. (Danek Duvall)
* updated for version 7.4.223v7.4.223Bram Moolenaar2014-03-274-516/+562
| | | | | Problem: Still using an older autoconf version. Solution: Switch to autoconf 2.69.
* updated for version 7.4.222v7.4.222Bram Moolenaar2014-03-273-6/+8
| | | | | Problem: The Ruby directory is constructed from parts. Solution: Use 'rubyarchhdrdir' if it exists. (James McCoy)
* updated for version 7.4.221v7.4.221Bram Moolenaar2014-03-272-0/+17
| | | | | Problem: Quickfix doesn't resize on ":copen 20". (issue 199) Solution: Resize the window when requested. (Christian Brabandt)
* updated for version 7.4.220v7.4.220Bram Moolenaar2014-03-273-5/+7
| | | | | Problem: Test 105 does not work in a shadow dir. (James McCoy) Solution: Omit "src/" from the checked path.
* updated for version 7.4.219v7.4.219Bram Moolenaar2014-03-272-13/+22
| | | | | | 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.
* updated for version 7.4.218v7.4.218Bram Moolenaar2014-03-257-31/+124
| | | | | Problem: It's not easy to remove duplicates from a list. Solution: Add the uniq() function. (LCD)
* updated for version 7.4.217v7.4.217Bram Moolenaar2014-03-252-2/+7
| | | | | | | 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)
* updated for version 7.4.216v7.4.216Bram Moolenaar2014-03-253-2/+6
| | | | | Problem: Compiler warnings. (Tony Mechelynck) Solution: Initialize variables, add #ifdef.
* updated for version 7.4.215v7.4.215Bram Moolenaar2014-03-253-6/+17
| | | | | | 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.
* updated for version 7.4.214v7.4.214Bram Moolenaar2014-03-242-0/+6
| | | | | Problem: Compilation problems on HP_nonStop (Tandem). Solution: Add #defines. (Joachim Schmitz)
* updated for version 7.4.213v7.4.213Bram Moolenaar2014-03-236-12/+37
| | | | | | Problem: It's not possible to open a new buffer without creating a swap file. Solution: Add the ":noswapfile" modifier. (Christian Brabandt)
* updated for version 7.4.212v7.4.212Bram Moolenaar2014-03-2339-856/+119
| | | | | | Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL.
* Updated runtime files.Bram Moolenaar2014-03-2223-6914/+4881
|
* updated for version 7.4.211v7.4.211Bram Moolenaar2014-03-222-2/+4
| | | | | | Problem: ":lu" is an abbreviation for ":lua", but it should be ":lunmap". (ZyX) Solution: Move "lunmap" to above "lua".
* updated for version 7.4.210v7.4.210Bram Moolenaar2014-03-194-2/+30
| | | | | | Problem: Visual block mode plus virtual edit doesn't work well with tabs. (Liang Li) Solution: Take coladd into account. (Christian Brabandt)
* updated for version 7.4.209v7.4.209Bram Moolenaar2014-03-192-1/+14
| | | | | Problem: When repeating a filter command "%" and "#" are expanded. Solution: Escape the command when storing for redo. (Christian Brabandt)
* updated for version 7.4.208v7.4.208Bram Moolenaar2014-03-192-0/+6
| | | | | Problem: Mercurial picks up some files that are not distributed. Solution: Add patterns to the ignore list. (Cade Forester)
* updated for version 7.4.207v7.4.207Bram Moolenaar2014-03-192-13/+28
| | | | | | 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.
* updated for version 7.4.206v7.4.206Bram Moolenaar2014-03-193-2/+4
| | | | | Problem: Compiler warnings on 64 bit Windows. Solution: Add type casts. (Mike Williams)
* updated for version 7.4.205v7.4.205Bram Moolenaar2014-03-122-6/+10
| | | | | | | 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)
* updated for version 7.4.204v7.4.204Bram Moolenaar2014-03-124-4/+30
| | | | | | Problem: A mapping where the second byte is 0x80 doesn't work. Solution: Unescape before checking for incomplete multi-byte char. (Nobuhiro Takasaki)
* updated for version 7.4.203v7.4.203Bram Moolenaar2014-03-1210-6/+32
| | | | | Problem: Parsing 'errorformat' is not correct. Solution: Reset "multiignore" at the start of a multi-line message. (Lcd)
* updated for version 7.4.202v7.4.202Bram Moolenaar2014-03-125-12/+71
| | | | | Problem: MS-Windows: non-ASCII font names don't work. Solution: Convert between the current code page and 'encoding'. (Ken Takata)
* updated for version 7.4.201v7.4.201Bram Moolenaar2014-03-1210-5/+51
| | | | | Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae)
* updated for version 7.4.200v7.4.200Bram Moolenaar2014-03-122-10/+6
| | | | | Problem: Too many #ifdefs in the code. Solution: Enable FEAT_VISUAL always, await any complaints