summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.4.635v7.4.635v7-4-635Bram Moolenaar2015-02-172-0/+12
| | | | | | Problem: If no NL or CR is found in the first block of a file then the 'fileformat' may be set to "mac". (Issue 77) Solution: Check if a CR was found. (eswald)
* Added tag v7-4-634 for changeset 290631797b76Bram Moolenaar2015-02-170-0/+0
|
* updated for version 7.4.634v7.4.634v7-4-634Bram Moolenaar2015-02-178-2/+14
| | | | | Problem: Marks are not restored after redo + undo. Solution: Fix the way marks are restored. (Olaf Dabrunz)
* Added tag v7-4-633 for changeset 03688be95994Bram Moolenaar2015-02-170-0/+0
|
* updated for version 7.4.633v7.4.633v7-4-633Bram Moolenaar2015-02-172-2/+11
| | | | | Problem: After 7.4.630 the problem persists. Solution: Also skip redo when calling a user function.
* Added tag v7-4-632 for changeset cd7b5bbe4952Bram Moolenaar2015-02-170-0/+0
|
* updated for version 7.4.632v7.4.632v7-4-632Bram Moolenaar2015-02-172-8/+2
| | | | | | Problem: 7.4.592 breaks the netrw plugin, because the autocommands are skipped. Solution: Roll back the change.
* Added tag v7-4-631 for changeset 86f00f7678ebBram Moolenaar2015-02-170-0/+0
|
* updated for version 7.4.631v7.4.631v7-4-631Bram Moolenaar2015-02-172-1/+3
| | | | | | Problem: The default conceal character is documented to be a space but it's initially a dash. (Christian Brabandt) Solution: Make the intial value a space.
* Added tag v7-4-630 for changeset a5ba0921efcbBram Moolenaar2015-02-170-0/+0
|
* updated for version 7.4.630v7.4.630v7-4-630Bram Moolenaar2015-02-172-2/+10
| | | | | | | Problem: When using Insert mode completion combined with autocommands the redo command may not work. Solution: Do not save the redo buffer when executing autocommands. (Yasuhiro Matsumoto)
* Added tag v7-4-629 for changeset f28c171348fbBram Moolenaar2015-02-100-0/+0
|
* updated for version 7.4.629v7.4.629v7-4-629Bram Moolenaar2015-02-102-2/+5
| | | | | Problem: Coverity warning for Out-of-bounds read. Solution: Increase MAXWLEN to 254. (Eliseo Mart?nez)
* Added tag v7-4-628 for changeset 6eecaf5a18caBram Moolenaar2015-02-100-0/+0
|
* updated for version 7.4.628v7.4.628v7-4-628Bram Moolenaar2015-02-102-1/+3
| | | | | Problem: Compiler warning for variable might be clobbered by longjmp. Solution: Add volatile. (Michael Jarvis)
* Added tag v7-4-627 for changeset c77ef1bf9623Bram Moolenaar2015-02-100-0/+0
|
* updated for version 7.4.627v7.4.627v7-4-627Bram Moolenaar2015-02-106-7/+25
| | | | | Problem: The last screen cell is not updated. Solution: Respect the "tn" termcap feature. (Hayaki Saito)
* Added tag v7-4-626 for changeset 68e0e6bb8250Bram Moolenaar2015-02-100-0/+0
|
* updated for version 7.4.626v7.4.626v7-4-626Bram Moolenaar2015-02-102-0/+16
| | | | | Problem: MSVC with W4 gives useless warnings. Solution: Disable more warnings. (Mike Williams)
* Added tag v7-4-625 for changeset 4b1e3b3aa78aBram Moolenaar2015-02-100-0/+0
|
* updated for version 7.4.625v7.4.625v7-4-625Bram Moolenaar2015-02-102-2/+7
| | | | | Problem: Possible NULL pointer dereference. Solution: Check for NULL before using it. (Mike Williams)
* Added tag v7-4-624 for changeset f8f2a61e538dBram Moolenaar2015-02-100-0/+0
|
* updated for version 7.4.624v7.4.624v7-4-624Bram Moolenaar2015-02-105-0/+47
| | | | | Problem: May leak memory or crash when vim_realloc() returns NULL. Solution: Handle a NULL value properly. (Mike Williams)
* Added tag v7-4-623 for changeset 3cca9b0cc1a0Bram Moolenaar2015-02-100-0/+0
|
* updated for version 7.4.623v7.4.623v7-4-623Bram Moolenaar2015-02-102-4/+7
| | | | | Problem: Crash with pattern: \(\)\{80000} (Dominique Pelle) Solution: When the max limit is large fall back to the old engine.
* Added tag v7-4-622 for changeset 599112d00aa9Bram Moolenaar2015-02-050-0/+0
|
* updated for version 7.4.622v7.4.622v7-4-622Bram Moolenaar2015-02-052-1/+3
| | | | | Problem: Compiler warning for unused argument. Solution: Add UNUSED.
* Added tag v7-4-621 for changeset f884a1140a0aBram Moolenaar2015-02-040-0/+0
|
* updated for version 7.4.621v7.4.621v7-4-621Bram Moolenaar2015-02-042-2/+4
| | | | | Problem: Returning 1 in the wrong function. (Raymond Ko) Solution: Return 1 in the right function (hopefully).
* Added tag v7-4-620 for changeset 1ffe91b5e514Bram Moolenaar2015-02-040-0/+0
|
* updated for version 7.4.620v7.4.620v7-4-620Bram Moolenaar2015-02-042-1/+3
| | | | | Problem: Compiler warning for unitinialized variable. (Tony Mechelynck) Solution: Initialize "did_free". (Ben Fritz)
* Added tag v7-4-619 for changeset 9ac723b9f54dBram Moolenaar2015-02-040-0/+0
|
* updated for version 7.4.619v7.4.619v7-4-619Bram Moolenaar2015-02-042-2/+5
| | | | | Problem: luaV_setref() not returning the correct value. Solution: Return one.
* Added tag v7-4-618 for changeset d129b939a190Bram Moolenaar2015-02-030-0/+0
|
* updated for version 7.4.618v7.4.618v7-4-618Bram Moolenaar2015-02-032-0/+3
| | | | | Problem: luaV_setref() is missing a return statement. (Ozaki Kiichi) Solution: Put the return statement back.
* Update runtime files.Bram Moolenaar2015-02-0310-58/+90
|
* Added tag v7-4-617 for changeset 05202d6ba0efBram Moolenaar2015-02-030-0/+0
|
* updated for version 7.4.617v7.4.617v7-4-617Bram Moolenaar2015-02-032-2/+9
| | | | | Problem: Wrong ":argdo" range does not cause an error. Solution: Reset "cmd" to NULL. (Marcin Szamotulski, Ingo Karkat)
* Added tag v7-4-616 for changeset a287b0e9e87bBram Moolenaar2015-02-030-0/+0
|
* updated for version 7.4.616v7.4.616v7-4-616Bram Moolenaar2015-02-034-6/+29
| | | | | Problem: Cannot insert a tab in front of a block. Solution: Correctly compute aop->start. (Christian Brabandt)
* Added tag v7-4-615 for changeset 7092ec5d5ef1Bram Moolenaar2015-02-030-0/+0
|
* updated for version 7.4.615v7.4.615v7-4-615Bram Moolenaar2015-02-032-15/+14
| | | | | | Problem: Vim hangs when freeing a lot of objects. Solution: Do not go back to the start of the list every time. (Yasuhiro Matsumoto and Ariya Mizutani)
* Added tag v7-4-614 for changeset a7e485b683d8Bram Moolenaar2015-02-030-0/+0
|
* updated for version 7.4.614v7.4.614v7-4-614Bram Moolenaar2015-02-033-0/+13
| | | | | Problem: There is no test for what patch 7.4.601 fixes. Solution: Add a test. (Christian Brabandt)
* Added tag v7-4-613 for changeset ffba266e064dBram Moolenaar2015-02-030-0/+0
|
* updated for version 7.4.613v7.4.613v7-4-613Bram Moolenaar2015-02-032-9/+34
| | | | | Problem: The NFA engine does not implement the 'redrawtime' time limit. Solution: Implement the time limit.
* Added tag v7-4-612 for changeset 75238dbe8543Bram Moolenaar2015-02-030-0/+0
|
* updated for version 7.4.612v7.4.612v7-4-612Bram Moolenaar2015-02-033-6/+8
| | | | | Problem: test_eval fails on Mac. Solution: Use the * register instead of the + register. (Jun Takimoto)
* Added tag v7-4-611 for changeset 7fa1a7359a56Bram Moolenaar2015-02-030-0/+0
|
* updated for version 7.4.611v7.4.611v7-4-611Bram Moolenaar2015-02-032-1/+3
| | | | | Problem: Syntax error. Solution: Change statement to return.