summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.769v7.4.769v7-4-769Bram Moolenaar2015-07-043-2/+75
| | | | | Problem: Behavior of :diffoff is not tested. Solution: Add a bit of testing. (Olaf Dabrunz)
* Added tag v7-4-768 for changeset d3a23af4bba1Bram Moolenaar2015-07-030-0/+0
|
* patch 7.4.768v7.4.768v7-4-768Bram Moolenaar2015-07-032-45/+40
| | | | | Problem: :diffoff only works properly once. Solution: Also make :diffoff work when used a second time. (Olaf Dabrunz)
* Added tag v7-4-767 for changeset 63ac0cdf3b28Bram Moolenaar2015-07-030-0/+0
|
* patch 7.4.767v7.4.767v7-4-767Bram Moolenaar2015-07-032-3/+5
| | | | | | Problem: --remote-tab-silent can fail on MS-Windows. Solution: Use single quotes to avoid problems with backslashes. (Idea by Weiyong Mao)
* Added tag v7-4-766 for changeset 31a14cb3a8e3Bram Moolenaar2015-07-030-0/+0
|
* patch 7.4.766v7.4.766v7-4-766Bram Moolenaar2015-07-032-4/+11
| | | | | Problem: Background color check does not work on Tera Term. Solution: Also recognize ST as a termination character. (Hirohito Higashi)
* Added tag v7-4-765 for changeset f9876721bedcBram Moolenaar2015-07-030-0/+0
|
* patch 7.4.765v7.4.765v7-4-765Bram Moolenaar2015-07-035-31/+446
| | | | | Problem: CTRL-A and CTRL-X in Visual mode do not always work well. Solution: Improvements for increment and decrement. (Christian Brabandt)
* Added tag v7-4-764 for changeset 9d41289b5512Bram Moolenaar2015-06-280-0/+0
|
* patch 7.4.764v7.4.764v7-4-764Bram Moolenaar2015-06-282-1/+6
| | | | | Problem: test_increment fails on MS-Windows. (Ken Takata) Solution: Clear Visual mappings. (Taro Muraoka)
* Added tag v7-4-763 for changeset 2b7e36955265Bram Moolenaar2015-06-270-0/+0
|
* patch 7.4.763v7.4.763v7-4-763Bram Moolenaar2015-06-272-16/+25
| | | | | Problem: Building with Lua 5.1 doesn't work. Solution: Define lua_replace and lua_remove. (KF Leong)
* Added tag v7-4-762 for changeset ce209c5103a3Bram Moolenaar2015-06-270-0/+0
|
* patch 7.4.762v7.4.762v7-4-762Bram Moolenaar2015-06-272-7/+4
| | | | | Problem: Comment for may_req_bg_color() is wrong. (Christ van Willegen) Solution: Rewrite the comment.
* Update help files.Bram Moolenaar2015-06-267-37/+69
|
* Added tag v7-4-761 for changeset 7bd926109eeaBram Moolenaar2015-06-250-0/+0
|
* patch 7.4.761v7.4.761v7-4-761Bram Moolenaar2015-06-253-8/+11
| | | | | Problem: The request-background termcode implementation is incomplete. Solution: Add the missing pieces.
* Added tag v7-4-760 for changeset bcc0909b379eBram Moolenaar2015-06-250-0/+0
|
* patch 7.4.760v7.4.760v7-4-760Bram Moolenaar2015-06-252-0/+8
| | | | | Problem: Spelling mistakes are not displayed after ":syn spell". Solution: Force a redraw after ":syn spell" command. (Christian Brabandt)
* Added tag v7-4-759 for changeset 02466bf84babBram Moolenaar2015-06-250-0/+0
|
* patch 7.4.759v7.4.759v7-4-759Bram Moolenaar2015-06-252-6/+19
| | | | | Problem: Building with Lua 5.3 doesn't work, symbols have changed. Solution: Use the new names for the new version. (Felix Schnizlein)
* Added tag v7-4-758 for changeset 4ece46045a5aBram Moolenaar2015-06-250-0/+0
|
* patch 7.4.758v7.4.758v7-4-758Bram Moolenaar2015-06-252-0/+6
| | | | | | | Problem: When 'conceallevel' is 1 and quitting the command-line window with CTRL-C the first character ':' is erased. Solution: Reset 'conceallevel' in the command-line window. (Hirohito Higashi)
* Added tag v7-4-757 for changeset a89cff862ddaBram Moolenaar2015-06-250-0/+0
|
* patch 7.4.757v7.4.757v7-4-757Bram Moolenaar2015-06-255-7/+86
| | | | | | Problem: Cannot detect the background color of a terminal. Solution: Add T_RBG to request the background color if possible. (Lubomir Rintel)
* Added tag v7-4-756 for changeset 64ff14cbb665Bram Moolenaar2015-06-250-0/+0
|
* patch 7.4.756v7.4.756v7-4-756Bram Moolenaar2015-06-254-5/+29
| | | | | Problem: Can't use strawberry Perl 5.22 x64 on MS-Windows. Solution: Add new defines and #if. (Ken Takata)
* Added tag v7-4-755 for changeset 66ab6ec256d1Bram Moolenaar2015-06-250-0/+0
|
* patch 7.4.755v7.4.755v7-4-755Bram Moolenaar2015-06-255-16/+47
| | | | | | Problem: It is not easy to count the number of characters. Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken Takata)
* Added tag v7-4-754 for changeset 9798a98a1583Bram Moolenaar2015-06-250-0/+0
|
* patch 7.4.754v7.4.754v7-4-754Bram Moolenaar2015-06-2512-193/+490
| | | | | | Problem: Using CTRL-A in Visual mode does not work well. (Gary Johnson) Solution: Make it increment all numbers in the Visual area. (Christian Brabandt)
* Added tag v7-4-753 for changeset 8ebcd7f1ff5bBram Moolenaar2015-06-250-0/+0
|
* patch 7.4.753v7.4.753v7-4-753Bram Moolenaar2015-06-256-60/+112
| | | | | | Problem: Appending in Visual mode with 'linebreak' set does not work properly. Also when 'selection' is "exclusive". (Ingo Karkat) Solution: Recalculate virtual columns. (Christian Brabandt)
* Added tag v7-4-752 for changeset c9a5d51c9161Bram Moolenaar2015-06-210-0/+0
|
* patch 7.4.752v7.4.752v7-4-752Bram Moolenaar2015-06-213-6/+35
| | | | | | Problem: Unicode 8.0 not supported. Solution: Update tables for Unicode 8.0. Avoid E36 when running the script. (James McCoy)
* Added tag v7-4-751 for changeset db53fd1a7d5cBram Moolenaar2015-06-210-0/+0
|
* patch 7.4.751v7.4.751v7-4-751Bram Moolenaar2015-06-212-1/+21
| | | | | | Problem: It is not obvious how to enable the address sanitizer. Solution: Add commented-out flags in the Makefile. (Dominique Pelle) Also add missing test targets.
* Added tag v7-4-750 for changeset 809e3aa59c6fBram Moolenaar2015-06-210-0/+0
|
* patch 7.4.750v7.4.750v7-4-750Bram Moolenaar2015-06-213-3/+8
| | | | | Problem: Cannot build with clang 3.5 on Cygwin with perl enabled. Solution: Strip "-fdebug-prefix-map" in configure. (Ken Takata)
* Added tag v7-4-749 for changeset e73d5ac8b16bBram Moolenaar2015-06-200-0/+0
|
* patch 7.4.749v7.4.749v7-4-749Bram Moolenaar2015-06-202-79/+96
| | | | | Problem: For some options two consecutive commas are OK. (Nikolay Pavlov) Solution: Add the P_ONECOMMA flag.
* Added tag v7-4-748 for changeset 566e193323ceBram Moolenaar2015-06-190-0/+0
|
* patch 7.4.748v7.4.748v7-4-748Bram Moolenaar2015-06-192-1/+3
| | | | | Problem: Buffer overflow. Solution: Make the buffer larger. (Kazunobu Kuriyama)
* Add the logiPat plugin to the distribution.Bram Moolenaar2015-06-198-35/+593
|
* Added tag v7-4-747 for changeset d1a87b307a50Bram Moolenaar2015-06-190-0/+0
|
* patch 7.4.747v7.4.747v7-4-747Bram Moolenaar2015-06-192-0/+5
| | | | | | Problem: ":cnext" may jump to the wrong column when setting 'virtualedit=all' (cs86661) Solution: Reset the coladd field. (Hirohito Higashi)
* Added tag v7-4-746 for changeset b782813c73a6Bram Moolenaar2015-06-190-0/+0
|
* patch 7.4.746v7.4.746v7-4-746Bram Moolenaar2015-06-192-10/+11
| | | | | Problem: ":[count]tag" is not always working. (cs86661) Solution: Set cur_match a bit later. (Hirohito Higashi)
* Added tag v7-4-745 for changeset f4e5704c5c43Bram Moolenaar2015-06-190-0/+0
|