summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make clear that this version is oudated, display a message when building Vim.HEADmasterBram Moolenaar2015-08-241-2/+22
|
* Rename tags to match the normal version notationBram Moolenaar2015-08-180-0/+0
|
* Add missing tagsBram Moolenaar2015-08-180-0/+0
|
* Remove unused tag from invalid line of historyBram Moolenaar2015-08-180-0/+0
|
* Fix wrong tagsBram Moolenaar2015-08-180-0/+0
| | | | | | | v7-2-167fix has been renamed to v7-2-167 because the state in repository matched version 7.2.167. The others have been moved to the correct changeset.
* Added tag v7-4-827 for changeset 47680d36e484Bram Moolenaar2015-08-180-0/+0
|
* patch 7.4.827v7.4.827v7-4-827Bram Moolenaar2015-08-182-0/+8
| | | | | Problem: Not all test targets are in the Makefile. Solution: Add the missing targets.
* Added tag v7-4-826 for changeset db0328a2fa2aBram Moolenaar2015-08-130-0/+0
|
* patch 7.4.826v7.4.826v7-4-826Bram Moolenaar2015-08-133-4/+6
| | | | | Problem: Compiler warnings and errors. Solution: Make it build properly without the multi-byte feature.
* Added tag v7-4-825 for changeset 0dbbdcf13e03Bram Moolenaar2015-08-130-0/+0
|
* patch 7.4.825v7.4.825v7-4-825Bram Moolenaar2015-08-132-3/+10
| | | | | Problem: Invalid memory access for ":syn keyword x a[". Solution: Do not skip over the NUL. (Dominique Pelle)
* Add a .gitignore file, it's very similar to the .hgignore file.Bram Moolenaar2015-08-131-0/+77
|
* Added tag v7-4-824 for changeset 962b3ae252a9Bram Moolenaar2015-08-120-0/+0
|
* patch 7.4.824v7.4.824v7-4-824Bram Moolenaar2015-08-122-0/+5
| | | | | Problem: Can't compile without the multi-byte feature. (John Marriott) Solution: Add #ifdef.
* Update runtime files.Bram Moolenaar2015-08-1116-195/+171
|
* Added tag v7-4-823 for changeset 6cde6404ff7cBram Moolenaar2015-08-110-0/+0
|
* patch 7.4.823v7.4.823v7-4-823Bram Moolenaar2015-08-114-1/+35
| | | | | Problem: Cursor moves after CTRL-A on alphabetic character. Solution: (Hirohito Higashi, test by Christian Brabandt)
* Added tag v7-4-822 for changeset 286fd54c7ae3Bram Moolenaar2015-08-110-0/+0
|
* patch 7.4.822v7.4.822v7-4-822Bram Moolenaar2015-08-1118-45/+46
| | | | | Problem: More problems reported by coverity. Solution: Avoid the warnings. (Christian Brabandt)
* Added tag v7-4-821 for changeset 5ea5bd9c18d2Bram Moolenaar2015-08-110-0/+0
|
* patch 7.4.821v7.4.821v7-4-821Bram Moolenaar2015-08-114-1/+8
| | | | | Problem: Coverity reports a few problems. Solution: Avoid the warnings. (Christian Brabandt)
* Added tag v7-4-820 for changeset bb44542231dcBram Moolenaar2015-08-110-0/+0
|
* patch 7.4.820v7.4.820v7-4-820Bram Moolenaar2015-08-112-1/+3
| | | | | Problem: Invalid memory access in file_pat_to_reg_pat. Solution: Avoid looking before the start of a string. (Dominique Pelle)
* Added tag v7-4-819 for changeset bc269cf15ccdBram Moolenaar2015-08-110-0/+0
|
* patch 7.4.819v7.4.819v7-4-819Bram Moolenaar2015-08-1110-42/+44
| | | | | Problem: Beeping when running the tests. Solution: Fix 41 beeps. (Roland Eggner)
* Added tag v7-4-818 for changeset 27f8247d2619Bram Moolenaar2015-08-110-0/+0
|
* patch 7.4.818v7.4.818v7-4-818Bram Moolenaar2015-08-114-4/+17
| | | | | | Problem: 'linebreak' breaks c% if the last Visual selection was block. (Chris Morganiser, Issue 389) Solution: Handle Visual block mode differently. (Christian Brabandt)
* Added tag v7-4-817 for changeset dc1b678f0e4eBram Moolenaar2015-08-110-0/+0
|
* patch 7.4.817v7.4.817v7-4-817Bram Moolenaar2015-08-112-2/+4
| | | | | | Problem: Invalid memory access in file_pat_to_reg_pat(). Solution: Use vim_isspace() instead of checking for a space only. (Dominique Pelle)
* Added tag v7-4-816 for changeset cdd862e0f896Bram Moolenaar2015-08-110-0/+0
|
* patch 7.4.816v7.4.816v7-4-816Bram Moolenaar2015-08-112-0/+4
| | | | | Problem: Invalid memory access when doing ":fun X(". Solution: Check for missing ')'. (Dominique Pelle)
* Added tag v7-4-815 for changeset fc099c55a36aBram Moolenaar2015-08-110-0/+0
|
* patch 7.4.815v7.4.815v7-4-815Bram Moolenaar2015-08-112-0/+5
| | | | | Problem: Invalid memory access when doing ":call g:". Solution: Check for an empty name. (Dominique Pelle)
* Added tag v7-4-814 for changeset dcc108222d70Bram Moolenaar2015-08-110-0/+0
|
* patch 7.4.814v7.4.814v7-4-814Bram Moolenaar2015-08-112-1/+3
| | | | | Problem: Illegal memory access with "sy match a fold". Solution: Check for empty string. (Dominique Pelle)
* Added tag v7-4-813 for changeset 814f1f569e4aBram Moolenaar2015-08-110-0/+0
|
* patch 7.4.813v7.4.813v7-4-813Bram Moolenaar2015-08-1113-22/+225
| | | | | Problem: It is not possible to save and restore character search state. Solution: Add getcharsearch() and setcharsearch(). (James McCoy)
* Added tag v7-4-812 for changeset c0a23e04c929Bram Moolenaar2015-08-080-0/+0
|
* patch 7.4.812v7.4.812v7-4-812Bram Moolenaar2015-08-082-1/+4
| | | | | | Problem: Gcc sanitizer complains about using a NULL pointer to memmove(). Solution: Only call memmove when there is something to move. (Vittorio Zecca)
* Added tag v7-4-811 for changeset 1661dd8df592Bram Moolenaar2015-08-040-0/+0
|
* patch 7.4.811v7.4.811v7-4-811Bram Moolenaar2015-08-042-2/+4
| | | | | Problem: Invalid memory access when using "exe 'sc'". Solution: Avoid going over the end of the string. (Dominique Pelle)
* Added tag v7-4-810 for changeset a07c3f9cd616Bram Moolenaar2015-08-040-0/+0
|
* patch 7.4.810v7.4.810v7-4-810Bram Moolenaar2015-08-042-2/+4
| | | | | | Problem: With a sequence of commands using buffers in diff mode E749 is given. (itchyny) Solution: Skip unloaded buffer. (Hirohito Higashi)
* Added tag v7-4-809 for changeset c7d12c7eb2b6Bram Moolenaar2015-08-040-0/+0
|
* patch 7.4.809v7.4.809v7-4-809Bram Moolenaar2015-08-043-6/+2
| | | | | Problem: Test is duplicated. Solution: Roll back 7.4.802.
* Added tag v7-4-808 for changeset f77d1f32c357Bram Moolenaar2015-08-040-0/+0
|
* patch 7.4.808v7.4.808v7-4-808Bram Moolenaar2015-08-042-3/+32
| | | | | | Problem: On MS-Windows 8 IME input doen't work correctly. Solution: Read console input before calling MsgWaitForMultipleObjects(). (vim-jp, Nobuhiro Takasaki)
* Added tag v7-4-807 for changeset a25618cbc68aBram Moolenaar2015-08-040-0/+0
|
* patch 7.4.807v7.4.807v7-4-807Bram Moolenaar2015-08-042-13/+22
| | | | | Problem: After CTRL-V CTRL-A mode isn't updated. (Hirohito Higashi) Solution: Clear the command line or update the displayed command.
* Added tag v7-4-806 for changeset b10995a2f7c3Bram Moolenaar2015-08-040-0/+0
|