summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.1212v7.3.1212Bram Moolenaar2013-06-163-11/+19
| | | | | Problem: "make test" on MS-Windows does not report failure like Unix does. Solution: Make it work like on Unix. (Taro Muraoka)
* updated for version 7.3.1211v7.3.1211Bram Moolenaar2013-06-163-11/+67
| | | | | | Problem: MS-Windows: When 'encoding' differs from the current codepage ":hardcopy" does not work properly. Solution: Use TextOutW() and SetDlgItemTextW(). (Ken Takata)
* updated for version 7.3.1210v7.3.1210Bram Moolenaar2013-06-162-6/+10
| | | | | | Problem: 'backupcopy' default on MS-Windows is wrong when 'encoding' equals the current codepage. Solution: Change the #else block. (Ken Takata)
* updated for version 7.3.1209v7.3.1209Bram Moolenaar2013-06-162-0/+3
| | | | | Problem: No completion for ":tabdo". Solution: Add tabdo to the list of modifiers. (Dominique Pelle)
* updated for version 7.3.1208v7.3.1208Bram Moolenaar2013-06-163-2/+5
| | | | | Problem: Compiler warnings on MS-Windows. Solution: Add type cast. Move variable declaration. (Mike Williams)
* updated for version 7.3.1207v7.3.1207Bram Moolenaar2013-06-164-0/+9
| | | | | Problem: New regexp engine: no match found on "#if FOO". (Lech Lorens) Solution: When adding a state gets skipped don't adjust the index.
* updated for version 7.3.1206v7.3.1206Bram Moolenaar2013-06-162-15/+14
| | | | | Problem: Inconsistent function argument declarations. Solution: Use ANSI style.
* updated for version 7.3.1205v7.3.1205Bram Moolenaar2013-06-162-1/+3
| | | | | Problem: logtalk.dict is not removed on uninstall. Solution: Remove the file. (Kazunobu Kuriyama)
* updated for version 7.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().
* updated for version 7.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)
* updated for version 7.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.
* updated for version 7.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
|
* updated for version 7.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)
* updated for version 7.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)
* updated for version 7.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)
* updated for version 7.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.
* updated for version 7.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.
* updated for version 7.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.
* updated for version 7.3.1194v7.3.1194Bram Moolenaar2013-06-142-1/+15
| | | | | Problem: Yaml highlighting is slow. Solution: Tune the estimation of pattern failure chance.
* updated for version 7.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)
* updated for version 7.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.
* updated for version 7.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.
* updated for version 7.3.1190v7.3.1190Bram Moolenaar2013-06-142-3/+7
| | | | | Problem: Compiler warning for parentheses. (Christian Wellenbrock) Solution: Change #ifdef.
* updated for version 7.3.1189v7.3.1189Bram Moolenaar2013-06-132-2/+4
| | | | | Problem: Highlighting is still wrong sometimes. (Dominique Pelle) Solution: Also restore reginput properly.
* updated for version 7.3.1188v7.3.1188Bram Moolenaar2013-06-132-6/+8
| | | | | Problem: Newline characters messing up error message. Solution: Remove the newlines. (Kazunobu Kuriyama)
* updated for version 7.3.1187v7.3.1187Bram Moolenaar2013-06-132-7/+10
| | | | | Problem: "s:" is recognized but "<SID>" is not. (ZyX) Solution: Translate "<SID>" like "s:".
* updated for version 7.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)
* updated for version 7.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.
* updated for version 7.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
|
* updated for version 7.3.1183v7.3.1183Bram Moolenaar2013-06-131-0/+2
| | | | | Problem: Python tests 86 and 87 fail. Solution: Add "empty" files. (ZyX)
* updated for version 7.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)
* updated for version 7.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
|
* updated for version 7.3.1180v7.3.1180Bram Moolenaar2013-06-122-0/+17
| | | | | | Problem: When current directory changes, path from cscope may no longer be valid. (AS Budden) Solution: Always store the absolute path. (Christian Brabandt)
* updated for version 7.3.1179v7.3.1179Bram Moolenaar2013-06-122-0/+14
| | | | | | | Problem: When a global mapping starts with the same characters as a buffer-local mapping Vim waits for a character to be typed to find out whether the global mapping is to be used. (Andy Wokula) Solution: Use the local mapping without waiting. (Michael Henry)
* updated for version 7.3.1178v7.3.1178Bram Moolenaar2013-06-127-16/+73
| | | | | Problem: Can't put all Vim config files together in one directory. Solution: Load ~/.vim/vimrc if ~/.vimrc does not exist. (Lech Lorens)
* updated for version 7.3.1177v7.3.1177Bram Moolenaar2013-06-123-7/+9
| | | | | Problem: Wasting memory on padding. Solution: Reorder struct fields. (Dominique Pelle)
* updated for version 7.3.1176v7.3.1176Bram Moolenaar2013-06-123-3/+6
| | | | | Problem: Compiler warnings on 64 bit system. Solution: Add type casts. (Mike Williams)
* updated for version 7.3.1175v7.3.1175Bram Moolenaar2013-06-123-8/+10
| | | | | Problem: Using isalpha() and isalnum() can be slow. Solution: Use range checks. (Mike Williams)
* updated for version 7.3.1174v7.3.1174Bram Moolenaar2013-06-125-325/+213
| | | | | Problem: Python 2 and 3 use different ways to load modules. Solution: Use the same method. (ZyX)
* updated for version 7.3.1173v7.3.1173Bram Moolenaar2013-06-123-402/+415
| | | | | Problem: Python 2 tests don't have the same output everywhere. Solution: Make the Python 2 tests more portable. (ZyX)
* updated for version 7.3.1172v7.3.1172Bram Moolenaar2013-06-1213-107/+243
| | | | | Problem: Python 2: loading modules doesn't work well. Solution: Fix the code. Add more tests. (ZyX)
* updated for version 7.3.1171v7.3.1171Bram Moolenaar2013-06-122-5/+6
| | | | | Problem: Check for digits and ascii letters can be faster. Solution: Use a trick with one comparison. (Dominique Pelle)
* updated for version 7.3.1170v7.3.1170Bram Moolenaar2013-06-122-11/+21
| | | | | | Problem: Patch 7.3.1058 breaks backwards compatibility, not possible to use a function reference as a string. (lilydjwg) Solution: Instead of translating the function name only translate "s:".
* updated for version 7.3.1169v7.3.1169Bram Moolenaar2013-06-112-45/+109
| | | | | | Problem: New regexp engine: some work is done while executing a pattern, even though the result is predictable. Solution: Do the work while compiling the pattern.
* updated for version 7.3.1168v7.3.1168Bram Moolenaar2013-06-113-8/+10
| | | | | Problem: Python "sane" configure checks give a warning message. Solution: Use single quotes intead of escaped double quotes. (Ben Fritz)
* updated for version 7.3.1167v7.3.1167Bram Moolenaar2013-06-113-244/+278
| | | | | | Problem: Python configure check doesn't reject Python 2 when requesting Python 3. Some systems need -pthreads instead of -pthread. Solution: Adjust configure accordingly. (Andrei Olsen)
* updated for version 7.3.1166v7.3.1166Bram Moolenaar2013-06-1111-14/+26
| | | | | Problem: Loading Python modules is not tested. Solution: Enable commented-out tests, add missing files. (ZyX)