summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.216v7.3.216v7-3-216Bram Moolenaar2011-06-138-8/+12
| | | | | | Problem: When recovering a file a range of lines is missing. (Charles Jie) Solution: Reset the index when advancing to the next pointer block. Add a test to verify recovery works.
* Added tag v7-3-215 for changeset b7523ef31e23Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.215v7.3.215v7-3-215Bram Moolenaar2011-06-123-0/+10
| | | | | Problem: Wrong file names in previous patch. (Toothpik) Solution: Include the option changes.
* Added tag v7-3-214 for changeset d84a564f28c9Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.214v7.3.214v7-3-214Bram Moolenaar2011-06-122-2/+4
| | | | | Problem: The text displayed by ":z-" isn't exactly like old Vi. Solution: Add one to the start line number. (ChangZhuo Chen)
* Added tag v7-3-213 for changeset 493897f8bf90Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.213v7.3.213v7-3-213Bram Moolenaar2011-06-124-2/+43
| | | | | Problem: Javascript object literal is not indented correctly. Solution: Make a special case for when "J1" is in 'cino'. (Luc Deschenaux)
* Added tag v7-3-212 for changeset 6bbdb9c7a425Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.212v7.3.212v7-3-212Bram Moolenaar2011-06-124-11/+48
| | | | | | Problem: With Python 3.2 ":py3" fails. Solution: Move PyEval_InitThreads() to after Py_Initialize(). (Roland Puntaier) Check abiflags in configure. (Andreas Behr)
* Added tag v7-3-211 for changeset c7d942260772Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.211v7.3.211v7-3-211Bram Moolenaar2011-06-122-1/+3
| | | | | Problem: Compiler warning. Solution: Add type cast.
* Added tag v7-3-210 for changeset eeb1ac4f66d1Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.210v7.3.210v7-3-210Bram Moolenaar2011-06-124-16/+56
| | | | | Problem: Can't always find the file when using cscope. Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu)
* Added tag v7-3-209 for changeset 82cd9f1e8d6bBram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.209v7.3.209v7-3-209Bram Moolenaar2011-06-123-3/+7
| | | | | Problem: MSVC Install instructions point to wrong batch file. Solution: Add a batch file for use with MSVC 10.
* Added tag v7-3-208 for changeset 205adc87d579Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.208v7.3.208v7-3-208Bram Moolenaar2011-06-122-1/+3
| | | | | Problem: Early terminated if statement. Solution: Remove the semicolon. (Lech Lorens)
* Added tag v7-3-207 for changeset d1445b72ddb7Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.207v7.3.207v7-3-207Bram Moolenaar2011-06-122-2/+4
| | | | | Problem: Can't compile with MSVC with pentium4 and 64 bit. Solution: Only use SSE2 for 32 bit. (Mike Williams)
* Added tag v7-3-206 for changeset 46544d3ae7ecBram Moolenaar2011-05-250-0/+0
|
* updated for version 7.3.206v7.3.206v7-3-206Bram Moolenaar2011-05-252-1/+3
| | | | | Problem: 64bit MS-Windows compiler warning. Solution: Use HandleToLong() instead of type cast. (Mike Williams)
* Added tag v7-3-205 for changeset 8d8bd6307b1aBram Moolenaar2011-05-250-0/+0
|
* updated for version 7.3.205v7.3.205v7-3-205Bram Moolenaar2011-05-252-4/+7
| | | | | Problem: Syntax "extend" doesn't work correctly. Solution: Avoid calling check_state_ends() recursively (Ben Schmidt)
* Added tag v7-3-204 for changeset e6ce47f06836Bram Moolenaar2011-05-250-0/+0
|
* updated for version 7.3.204v7.3.204v7-3-204Bram Moolenaar2011-05-252-1/+3
| | | | | Problem: Compiler warning. Solution: Add type cast. (Mike Williams)
* Added tag v7-3-203 for changeset ce1dce2af2a3Bram Moolenaar2011-05-250-0/+0
|
* updated for version 7.3.203v7.3.203v7-3-203Bram Moolenaar2011-05-253-2/+55
| | | | | Problem: MS-Windows: Can't run an external command without a console window. Solution: Support ":!start /b cmd". (Xaizek)
* Added tag v7-3-202 for changeset f80e67bd6271Bram Moolenaar2011-05-250-0/+0
|
* updated for version 7.3.202v7.3.202v7-3-202Bram Moolenaar2011-05-255-7/+426
| | | | | Problem: Cannot influence the indent inside a namespace. Solution: Add the "N" 'cino' parameter. (Konstantin Lepa)
* Added tag v7-3-201 for changeset 78859ef2982bBram Moolenaar2011-05-250-0/+0
|
* updated for version 7.3.201v7.3.201v7-3-201Bram Moolenaar2011-05-254-7/+43
| | | | | Problem: "} else" still causes following lines to be indented too much. Solution: Better detection for the "else" block. (Lech Lorens)
* Added tag v7-3-200 for changeset 41b17dd07029Bram Moolenaar2011-05-250-0/+0
|
* updated for version 7.3.200v7.3.200v7-3-200Bram Moolenaar2011-05-252-2/+15
| | | | | Problem: CTRL-D doesn't complete :lang. Solution: Add the missing part of the change. (Dominique Pelle)
* Added tag v7-3-199 for changeset c76efe33a3c1Bram Moolenaar2011-05-250-0/+0
|
* updated for version 7.3.199v7.3.199v7-3-199Bram Moolenaar2011-05-252-2/+7
| | | | | Problem: MS-Windows: Compilation problem of OLE with MingW compiler. Solution: Put #ifdef around declarations. (Guopeng Wen)
* Added tag v7-3-198 for changeset b0190e93e601Bram Moolenaar2011-05-190-0/+0
|
* updated for version 7.3.198v7.3.198v7-3-198Bram Moolenaar2011-05-197-27/+134
| | | | | Problem: No completion for ":lang". Solution: Get locales to complete from. (Dominique Pelle)
* Added tag v7-3-197 for changeset 45c536fe48dbBram Moolenaar2011-05-190-0/+0
|
* updated for version 7.3.197v7.3.197v7-3-197Bram Moolenaar2011-05-192-4/+10
| | | | | | Problem: When a QuickfixCmdPost event removes all errors, Vim still tries to jump to the first error, resulting in E42. Solution: Get the number of error after the autocmd event. (Mike Lundy)
* Added tag v7-3-196 for changeset d641f141f937Bram Moolenaar2011-05-190-0/+0
|
* updated for version 7.3.196v7.3.196v7-3-196Bram Moolenaar2011-05-198-8/+57
| | | | | Problem: Can't intercept a character that is going to be inserted. Solution: Add the InsertCharPre autocommand event. (Jakson A. Aquino)
* Added tag v7-3-195 for changeset 8dbea5adc937Bram Moolenaar2011-05-190-0/+0
|
* updated for version 7.3.195v7.3.195v7-3-195Bram Moolenaar2011-05-194-6/+68
| | | | | | Problem: "} else" causes following lines to be indented too much. (Rouben Rostamian) Solution: Better detection for the "else". (Lech Lorens)
* Added tag v7-3-194 for changeset 664c1adcb909Bram Moolenaar2011-05-190-0/+0
|
* updated for version 7.3.194v7.3.194v7-3-194Bram Moolenaar2011-05-192-0/+5
| | | | | | Problem: When "b" is a symlink to directory "a", resolve("b/") doesn't result in "a/". (ZyX) Solution: Remove the trailing slash. (Jean-Rene David)
* Added tag v7-3-193 for changeset e1c5f69de95bBram Moolenaar2011-05-190-0/+0
|
* updated for version 7.3.193v7.3.193v7-3-193Bram Moolenaar2011-05-193-1/+9
| | | | | | | Problem: In the command line window ":close" doesn't work properly. (Tony Mechelynck) Solution: Use Ctrl_C instead of K_IGNORE for cmdwin_result. (Jean-Rene David)
* Added tag v7-3-192 for changeset 8470ac4679c1Bram Moolenaar2011-05-190-0/+0
|
* updated for version 7.3.192v7.3.192v7-3-192Bram Moolenaar2011-05-192-1/+11
| | | | | | Problem: Ex command ":s/ \?/ /g" splits multi-byte characters into bytes. (Dominique Pelle) Solution: Advance over whole character instead of one byte.
* Updated message translations.Bram Moolenaar2011-05-1933-590/+0
|