Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make clear that this version is oudated, display a message when building Vim.HEADmaster | Bram Moolenaar | 2015-08-24 | 1 | -2/+22 |
| | |||||
* | Rename tags to match the normal version notation | Bram Moolenaar | 2015-08-18 | 0 | -0/+0 |
| | |||||
* | Add missing tags | Bram Moolenaar | 2015-08-18 | 0 | -0/+0 |
| | |||||
* | Remove unused tag from invalid line of history | Bram Moolenaar | 2015-08-18 | 0 | -0/+0 |
| | |||||
* | Fix wrong tags | Bram Moolenaar | 2015-08-18 | 0 | -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 47680d36e484 | Bram Moolenaar | 2015-08-18 | 0 | -0/+0 |
| | |||||
* | patch 7.4.827v7.4.827v7-4-827 | Bram Moolenaar | 2015-08-18 | 2 | -0/+8 |
| | | | | | Problem: Not all test targets are in the Makefile. Solution: Add the missing targets. | ||||
* | Added tag v7-4-826 for changeset db0328a2fa2a | Bram Moolenaar | 2015-08-13 | 0 | -0/+0 |
| | |||||
* | patch 7.4.826v7.4.826v7-4-826 | Bram Moolenaar | 2015-08-13 | 3 | -4/+6 |
| | | | | | Problem: Compiler warnings and errors. Solution: Make it build properly without the multi-byte feature. | ||||
* | Added tag v7-4-825 for changeset 0dbbdcf13e03 | Bram Moolenaar | 2015-08-13 | 0 | -0/+0 |
| | |||||
* | patch 7.4.825v7.4.825v7-4-825 | Bram Moolenaar | 2015-08-13 | 2 | -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 Moolenaar | 2015-08-13 | 1 | -0/+77 |
| | |||||
* | Added tag v7-4-824 for changeset 962b3ae252a9 | Bram Moolenaar | 2015-08-12 | 0 | -0/+0 |
| | |||||
* | patch 7.4.824v7.4.824v7-4-824 | Bram Moolenaar | 2015-08-12 | 2 | -0/+5 |
| | | | | | Problem: Can't compile without the multi-byte feature. (John Marriott) Solution: Add #ifdef. | ||||
* | Update runtime files. | Bram Moolenaar | 2015-08-11 | 16 | -195/+171 |
| | |||||
* | Added tag v7-4-823 for changeset 6cde6404ff7c | Bram Moolenaar | 2015-08-11 | 0 | -0/+0 |
| | |||||
* | patch 7.4.823v7.4.823v7-4-823 | Bram Moolenaar | 2015-08-11 | 4 | -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 286fd54c7ae3 | Bram Moolenaar | 2015-08-11 | 0 | -0/+0 |
| | |||||
* | patch 7.4.822v7.4.822v7-4-822 | Bram Moolenaar | 2015-08-11 | 18 | -45/+46 |
| | | | | | Problem: More problems reported by coverity. Solution: Avoid the warnings. (Christian Brabandt) | ||||
* | Added tag v7-4-821 for changeset 5ea5bd9c18d2 | Bram Moolenaar | 2015-08-11 | 0 | -0/+0 |
| | |||||
* | patch 7.4.821v7.4.821v7-4-821 | Bram Moolenaar | 2015-08-11 | 4 | -1/+8 |
| | | | | | Problem: Coverity reports a few problems. Solution: Avoid the warnings. (Christian Brabandt) | ||||
* | Added tag v7-4-820 for changeset bb44542231dc | Bram Moolenaar | 2015-08-11 | 0 | -0/+0 |
| | |||||
* | patch 7.4.820v7.4.820v7-4-820 | Bram Moolenaar | 2015-08-11 | 2 | -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 bc269cf15ccd | Bram Moolenaar | 2015-08-11 | 0 | -0/+0 |
| | |||||
* | patch 7.4.819v7.4.819v7-4-819 | Bram Moolenaar | 2015-08-11 | 10 | -42/+44 |
| | | | | | Problem: Beeping when running the tests. Solution: Fix 41 beeps. (Roland Eggner) | ||||
* | Added tag v7-4-818 for changeset 27f8247d2619 | Bram Moolenaar | 2015-08-11 | 0 | -0/+0 |
| | |||||
* | patch 7.4.818v7.4.818v7-4-818 | Bram Moolenaar | 2015-08-11 | 4 | -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 dc1b678f0e4e | Bram Moolenaar | 2015-08-11 | 0 | -0/+0 |
| | |||||
* | patch 7.4.817v7.4.817v7-4-817 | Bram Moolenaar | 2015-08-11 | 2 | -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 cdd862e0f896 | Bram Moolenaar | 2015-08-11 | 0 | -0/+0 |
| | |||||
* | patch 7.4.816v7.4.816v7-4-816 | Bram Moolenaar | 2015-08-11 | 2 | -0/+4 |
| | | | | | Problem: Invalid memory access when doing ":fun X(". Solution: Check for missing ')'. (Dominique Pelle) | ||||
* | Added tag v7-4-815 for changeset fc099c55a36a | Bram Moolenaar | 2015-08-11 | 0 | -0/+0 |
| | |||||
* | patch 7.4.815v7.4.815v7-4-815 | Bram Moolenaar | 2015-08-11 | 2 | -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 dcc108222d70 | Bram Moolenaar | 2015-08-11 | 0 | -0/+0 |
| | |||||
* | patch 7.4.814v7.4.814v7-4-814 | Bram Moolenaar | 2015-08-11 | 2 | -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 814f1f569e4a | Bram Moolenaar | 2015-08-11 | 0 | -0/+0 |
| | |||||
* | patch 7.4.813v7.4.813v7-4-813 | Bram Moolenaar | 2015-08-11 | 13 | -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 c0a23e04c929 | Bram Moolenaar | 2015-08-08 | 0 | -0/+0 |
| | |||||
* | patch 7.4.812v7.4.812v7-4-812 | Bram Moolenaar | 2015-08-08 | 2 | -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 1661dd8df592 | Bram Moolenaar | 2015-08-04 | 0 | -0/+0 |
| | |||||
* | patch 7.4.811v7.4.811v7-4-811 | Bram Moolenaar | 2015-08-04 | 2 | -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 a07c3f9cd616 | Bram Moolenaar | 2015-08-04 | 0 | -0/+0 |
| | |||||
* | patch 7.4.810v7.4.810v7-4-810 | Bram Moolenaar | 2015-08-04 | 2 | -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 c7d12c7eb2b6 | Bram Moolenaar | 2015-08-04 | 0 | -0/+0 |
| | |||||
* | patch 7.4.809v7.4.809v7-4-809 | Bram Moolenaar | 2015-08-04 | 3 | -6/+2 |
| | | | | | Problem: Test is duplicated. Solution: Roll back 7.4.802. | ||||
* | Added tag v7-4-808 for changeset f77d1f32c357 | Bram Moolenaar | 2015-08-04 | 0 | -0/+0 |
| | |||||
* | patch 7.4.808v7.4.808v7-4-808 | Bram Moolenaar | 2015-08-04 | 2 | -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 a25618cbc68a | Bram Moolenaar | 2015-08-04 | 0 | -0/+0 |
| | |||||
* | patch 7.4.807v7.4.807v7-4-807 | Bram Moolenaar | 2015-08-04 | 2 | -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 b10995a2f7c3 | Bram Moolenaar | 2015-08-04 | 0 | -0/+0 |
| |