summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* updated for version 7.4.199v7.4.199Bram Moolenaar2014-03-122-3/+53
| | | | | Problem: (issue 197) ]P doesn't paste over Visual selection. Solution: Handle Visual mode specifically. (Christian Brabandt)
* updated for version 7.4.198v7.4.198Bram Moolenaar2014-03-122-1/+13
| | | | | | 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)
* updated for version 7.4.197v7.4.197Bram Moolenaar2014-03-1215-68/+254
| | | | | Problem: Various problems on VMS. Solution: Fix several VMS problems. (Zoltan Arpadffy)
* updated for version 7.4.196v7.4.196Bram Moolenaar2014-03-122-1/+3
| | | | | Problem: Tests fail on Solaris 9 and 10. Solution: Use "test -f" instead of "test -e". (Laurent Blume)
* updated for version 7.4.195v7.4.195Bram Moolenaar2014-03-125-10/+12
| | | | | | Problem: Python tests fail. Solution: Change "then" to "than" in more places. (Dominique Pelle, Taro Muraoka)
* updated for version 7.4.194v7.4.194Bram Moolenaar2014-03-122-1/+3
| | | | | Problem: Can't build for Android. Solution: Add #if condition. (Fredrik Fornwall)
* Updated runtime files.Bram Moolenaar2014-03-0813-50/+132
|
* updated for version 7.4.193v7.4.193Bram Moolenaar2014-03-083-4/+6
| | | | | Problem: Typos in messages. Solution: "then" -> "than". (Dominique Pelle)
* updated for version 7.4.192v7.4.192Bram Moolenaar2014-02-242-0/+3
| | | | | Problem: Memory leak when giving E853. Solution: Free the argument. (Dominique Pelle)
* Update runtime files. Add Euphoria syntax files.Bram Moolenaar2014-02-2411-66/+461
|
* updated for version 7.4.191v7.4.191Bram Moolenaar2014-02-2320-26/+126
| | | | | | Problem: Escaping a file name for shell commands can't be done without a function. Solution: Add the :S file name modifier.
* updated for version 7.4.190v7.4.190Bram Moolenaar2014-02-232-2/+4
| | | | | Problem: Compiler warning for using %lld for off_t. Solution: Add type cast.
* updated for version 7.4.189v7.4.189Bram Moolenaar2014-02-232-1/+3
| | | | | Problem: Compiler warning for unused argument. Solution: Add UNUSED.