summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.1204v7.3.1204v7-3-1204Bram Moolenaar2013-06-165-13/+42
| | | | | | Problem: Calling gettabwinvar() in 'tabline' cancels Visual mode. (Hirohito Higashi) Solution: Don't always use goto_tabpage_tp().
* Added tag v7-3-1203 for changeset ba328b4a990eBram Moolenaar2013-06-150-0/+0
|
* updated for version 7.3.1203v7.3.1203v7-3-1203Bram Moolenaar2013-06-152-0/+6
| | | | | | | Problem: Matches from matchadd() might be highlighted incorrectly when they are at a fixed position and inserting lines. (John Szakmeister) Solution: Redraw all lines below a change if there are highlighted matches. (idea by Christian Brabandt)
* Added tag v7-3-1202 for changeset 1707ddb6f5aeBram Moolenaar2013-06-150-0/+0
|
* updated for version 7.3.1202v7.3.1202v7-3-1202Bram Moolenaar2013-06-152-1/+8
| | | | | | | Problem: Tags are not found in case-folded tags file. (Darren cole, Issue 90) Solution: Take into account that when case folding was used for the tags file "!rm" sorts before the "!_TAG" header lines.
* Added tag v7-3-1201 for changeset d8f65e6238faBram Moolenaar2013-06-150-0/+0
|
* updated for version 7.3.1201v7.3.1201v7-3-1201Bram Moolenaar2013-06-152-1/+21
| | | | | | Problem: When a startup script creates a preview window, it probably becomes the current window. Solution: Make another window the current one. (Christian Brabandt)
* Updated runtime files.Bram Moolenaar2013-06-158-78/+129
|
* Added tag v7-3-1200 for changeset 2945fe016b93Bram Moolenaar2013-06-150-0/+0
|
* updated for version 7.3.1200v7.3.1200v7-3-1200Bram Moolenaar2013-06-154-4/+20
| | | | | | Problem: When calling setline() from Insert mode, using CTRL-R =, undo does not work properly. (Israel Chauca) Solution: Sync undo after evaluating the expression. (Christian Brabandt)
* Added tag v7-3-1199 for changeset be2973afe770Bram Moolenaar2013-06-150-0/+0
|
* updated for version 7.3.1199v7.3.1199v7-3-1199Bram Moolenaar2013-06-152-9/+38
| | | | | | | Problem: When evaluating 'foldexpr' causes an error this is silently ignored and evaluation is retried every time. Solution: Set emsg_silent instead of emsg_off. Stop evaluating 'foldexpr' is it is causing errors. (Christian Brabandt)
* Added tag v7-3-1198 for changeset 517fa1a34c7cBram Moolenaar2013-06-150-0/+0
|
* updated for version 7.3.1198v7.3.1198v7-3-1198Bram Moolenaar2013-06-152-0/+12
| | | | | Problem: Build error when using Perl 5.18.0 and dynamic loading. Solution: Change #ifdefs for Perl_croak_xs_usage. (Ike Devolder)
* Added tag v7-3-1197 for changeset 2fc1f3346bfbBram Moolenaar2013-06-150-0/+0
|
* updated for version 7.3.1197v7.3.1197v7-3-1197Bram Moolenaar2013-06-154-10/+28
| | | | | | Problem: ":wviminfo!" does not write history previously read from a viminfo file. (Roland Eggner) Solution: When not merging history write all entries.
* Added tag v7-3-1196 for changeset 56fbf60e9476Bram Moolenaar2013-06-150-0/+0
|
* updated for version 7.3.1196v7.3.1196v7-3-1196Bram Moolenaar2013-06-154-59/+67
| | | | | | Problem: Old regexp engine does not match pattern with backref correctly. (Dominique Pelle) Solution: Fix setting status. Test multi-line patterns better.
* Added tag v7-3-1195 for changeset 4837fd61be52Bram Moolenaar2013-06-140-0/+0
|
* updated for version 7.3.1195v7.3.1195v7-3-1195Bram Moolenaar2013-06-142-1/+3
| | | | | Problem: Compiler warning for unitialized variable. (Tony Mechelynck) Solution: Set the length to the matching backref.
* Added tag v7-3-1194 for changeset 91136a41f83fBram Moolenaar2013-06-140-0/+0
|
* updated for version 7.3.1194v7.3.1194v7-3-1194Bram Moolenaar2013-06-142-1/+15
| | | | | Problem: Yaml highlighting is slow. Solution: Tune the estimation of pattern failure chance.
* Added tag v7-3-1193 for changeset 8b46c37c4b84Bram Moolenaar2013-06-140-0/+0
|
* updated for version 7.3.1193v7.3.1193v7-3-1193Bram Moolenaar2013-06-143-0/+8
| | | | | Problem: fail_if_missing not used for Python 3. Solution: Give an error when Python 3 can't be configured. (Andrei Olsen)
* Added tag v7-3-1192 for changeset 07b9c48a30e9Bram Moolenaar2013-06-140-0/+0
|
* updated for version 7.3.1192v7.3.1192v7-3-1192Bram Moolenaar2013-06-142-36/+11
| | | | | | Problem: Valgrind reports errors when using backreferences. (Dominique Pelle) Solution: Do not check the end of submatches.
* Added tag v7-3-1191 for changeset 4c42efb4c098Bram Moolenaar2013-06-140-0/+0
|
* updated for version 7.3.1191v7.3.1191v7-3-1191Bram Moolenaar2013-06-145-71/+113
| | | | | Problem: Backreference to previous line doesn't work. (Lech Lorens) Solution: Implement looking in another line.
* Added tag v7-3-1190 for changeset 25d64a4edc0bBram Moolenaar2013-06-140-0/+0
|
* updated for version 7.3.1190v7.3.1190v7-3-1190Bram Moolenaar2013-06-142-3/+7
| | | | | Problem: Compiler warning for parentheses. (Christian Wellenbrock) Solution: Change #ifdef.
* Added tag v7-3-1189 for changeset dc78a26f6f64Bram Moolenaar2013-06-130-0/+0
|
* updated for version 7.3.1189v7.3.1189v7-3-1189Bram Moolenaar2013-06-132-2/+4
| | | | | Problem: Highlighting is still wrong sometimes. (Dominique Pelle) Solution: Also restore reginput properly.
* Added tag v7-3-1188 for changeset 6f7ed9b799a3Bram Moolenaar2013-06-130-0/+0
|
* updated for version 7.3.1188v7.3.1188v7-3-1188Bram Moolenaar2013-06-132-6/+8
| | | | | Problem: Newline characters messing up error message. Solution: Remove the newlines. (Kazunobu Kuriyama)
* Added tag v7-3-1187 for changeset fefd8d33a7eaBram Moolenaar2013-06-130-0/+0
|
* updated for version 7.3.1187v7.3.1187v7-3-1187Bram Moolenaar2013-06-132-7/+10
| | | | | Problem: "s:" is recognized but "<SID>" is not. (ZyX) Solution: Translate "<SID>" like "s:".
* Added tag v7-3-1186 for changeset 7b8991e084f9Bram Moolenaar2013-06-130-0/+0
|
* updated for version 7.3.1186v7.3.1186v7-3-1186Bram Moolenaar2013-06-132-6/+3
| | | | | Problem: Python 3: test 87 may crash. Solution: Use _PyArg_Parse_SizeT instead of PyArg_Parse. (Jun Takimoto)
* Added tag v7-3-1185 for changeset 6d935f45c489Bram Moolenaar2013-06-130-0/+0
|
* updated for version 7.3.1185v7.3.1185v7-3-1185Bram Moolenaar2013-06-134-2/+18
| | | | | Problem: New regexp engine: no match with ^ after \n. (SungHyun Nam) Solution: Fix it, add a test.
* Added tag v7-3-1184 for changeset 9e36c6b1ebf4Bram Moolenaar2013-06-130-0/+0
|
* updated for version 7.3.1184v7.3.1184v7-3-1184Bram Moolenaar2013-06-132-2/+4
| | | | | Problem: Highlighting is sometimes wrong. (Axel Bender) Solution: Fetch regline again when returning from recursive regmatch.
* Add missing files from 7.3.1183.Bram Moolenaar2013-06-132-0/+2
|
* Added tag v7-3-1183 for changeset 044d23a64c17Bram Moolenaar2013-06-130-0/+0
|
* updated for version 7.3.1183v7.3.1183v7-3-1183Bram Moolenaar2013-06-131-0/+2
| | | | | Problem: Python tests 86 and 87 fail. Solution: Add "empty" files. (ZyX)
* Added tag v7-3-1182 for changeset fa98c2b030edBram Moolenaar2013-06-120-0/+0
|
* updated for version 7.3.1182v7.3.1182v7-3-1182Bram Moolenaar2013-06-124-75/+219
| | | | | | Problem: 'backupcopy' default on MS-Windows does not work for hard and soft links. Solution: Check for links. (David Pope, Ken Takata)
* Added tag v7-3-1181 for changeset b7bb20390111Bram Moolenaar2013-06-120-0/+0
|
* updated for version 7.3.1181v7.3.1181v7-3-1181Bram Moolenaar2013-06-122-6/+13
| | | | | Problem: Wrong error message for 1.0[0]. Solution: Check for funcref and float separately. (Yasuhiro Matsumoto)
* Update runtime files.Bram Moolenaar2013-06-1234-2083/+6284
|