summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.1286v7.3.1286v7-3-1286Bram Moolenaar2013-07-012-0/+3
| | | | | Problem: Check for screen size missing for Athena and Motif. Solution: Add call to limit_screen_size().
* Added tag v7-3-1285 for changeset 14e7a115d54dBram Moolenaar2013-07-010-0/+0
|
* updated for version 7.3.1285v7.3.1285v7-3-1285Bram Moolenaar2013-07-0110-7/+161
| | | | | | Problem: No tests for picking a window when selecting an entry in a location list. Not picking the right window sometimes. Solution: Add test 96. Set usable_win appropriately. (Lech Lorens)
* Added tag v7-3-1284 for changeset 7b20dc804164Bram Moolenaar2013-07-010-0/+0
|
* updated for version 7.3.1284v7.3.1284v7-3-1284Bram Moolenaar2013-07-012-5/+9
| | | | | Problem: Compiler warnings in MS-Windows clipboard handling. Solution: Add type casts. (Ken Takata)
* Added tag v7-3-1283 for changeset d6ceddc0be86Bram Moolenaar2013-07-010-0/+0
|
* updated for version 7.3.1283v7.3.1283v7-3-1283Bram Moolenaar2013-07-013-13/+21
| | | | | Problem: Test 71 fails on MS-Windows. Solution: Put the binary data in a separate file. (Ken Takata)
* Added tag v7-3-1282 for changeset 22ac43fb6d30Bram Moolenaar2013-07-010-0/+0
|
* updated for version 7.3.1282v7.3.1282v7-3-1282Bram Moolenaar2013-07-012-5/+6
| | | | | Problem: 'cursorline' not drawn in any other window. (Charles Campbell) Solution: Do draw the cursor line in other windows.
* Added tag v7-3-1281 for changeset 19ed30f7cef7Bram Moolenaar2013-07-010-0/+0
|
* updated for version 7.3.1281v7.3.1281v7-3-1281Bram Moolenaar2013-07-012-2/+6
| | | | | | Problem: When 'ttymouse' is set to "xterm2" clicking in column 123 moves the cursor to column 96. (Kevin Goodsell) Solution: Decode KE_CSI.
* Added tag v7-3-1280 for changeset 1cacf785299eBram Moolenaar2013-06-300-0/+0
|
* updated for version 7.3.1280v7.3.1280v7-3-1280Bram Moolenaar2013-06-302-15/+37
| | | | | | Problem: Reading memory already freed since patch 7.3.1247. (Simon Ruderich, Dominique Pelle) Solution: Copy submatches before reallocating the state list.
* Added tag v7-3-1279 for changeset cca600e60928Bram Moolenaar2013-06-300-0/+0
|
* updated for version 7.3.1279v7.3.1279v7-3-1279Bram Moolenaar2013-06-302-1/+3
| | | | | Problem: Compiler warning for variable uninitialized. (Tony Mechelynck) Solution: Add an init.
* Added tag v7-3-1278 for changeset cf52d2a8c05cBram Moolenaar2013-06-300-0/+0
|
* updated for version 7.3.1278v7.3.1278v7-3-1278Bram Moolenaar2013-06-307-8/+24
| | | | | | Problem: When someone sets the screen size to a huge value with "stty" Vim runs out of memory before reducing the size. Solution: Limit Rows and Columns in more places.
* Added tag v7-3-1277 for changeset 6a7ae677d6a1Bram Moolenaar2013-06-300-0/+0
|
* updated for version 7.3.1277v7.3.1277v7-3-1277Bram Moolenaar2013-06-302-4/+14
| | | | | | | | Problem: In diff mode 'cursorline' also draws in the non-active window. When 'nu' and 'sbr' are set the 'sbr' string is not underlined. Solution: Only draw the cursor line in the current window. Combine the 'cursorline' and other highlighting attributes. (Christian Brabandt)
* Added tag v7-3-1276 for changeset d2f9f67924e7Bram Moolenaar2013-06-300-0/+0
|
* updated for version 7.3.1276v7.3.1276v7-3-1276Bram Moolenaar2013-06-302-0/+11
| | | | | | Problem: When using a cscope connection resizing the window may send SIGWINCH to cscope and it quits. Solution: Call setpgid(0, 0) in the child process. (Narendran Gopalakrishnan)
* Added tag v7-3-1275 for changeset 8875401008daBram Moolenaar2013-06-300-0/+0
|
* updated for version 7.3.1275v7.3.1275v7-3-1275Bram Moolenaar2013-06-304-10/+18
| | | | | Problem: "gn" does not work when the match is a single character. Solution: Fix it, add a test. (Christian Brabandt)
* Added tag v7-3-1274 for changeset 761cef8f5d1dBram Moolenaar2013-06-300-0/+0
|
* updated for version 7.3.1274v7.3.1274v7-3-1274Bram Moolenaar2013-06-302-15/+27
| | | | | | Problem: When selecting an entry from a location list it may pick an arbitrary window or open a new one. Solution: Prefer using a window related to the location list. (Lech Lorens)
* Added tag v7-3-1273 for changeset 30910831e5b0Bram Moolenaar2013-06-300-0/+0
|
* updated for version 7.3.1273v7.3.1273v7-3-1273Bram Moolenaar2013-06-302-0/+5
| | | | | Problem: When copying a location list the index might be wrong. Solution: Set the index to one when using the first entry. (Lech Lorens)
* Added tag v7-3-1272 for changeset a00cd1839ac4Bram Moolenaar2013-06-300-0/+0
|
* updated for version 7.3.1272v7.3.1272v7-3-1272Bram Moolenaar2013-06-302-8/+35
| | | | | Problem: Crash when editing Ruby file. (Aliaksandr Rahalevich) Solution: Reallocate the state list when necessary.
* Added tag v7-3-1271 for changeset 034abed357a1Bram Moolenaar2013-06-300-0/+0
|
* updated for version 7.3.1271v7.3.1271v7-3-1271Bram Moolenaar2013-06-302-5/+7
| | | | | Problem: Command line completion does not work. Solution: Move setting xp_line down. (Daniel Thau)
* Updated runtime files.Bram Moolenaar2013-06-2911-71/+114
|
* Added tag v7-3-1270 for changeset 35b6fc57a286Bram Moolenaar2013-06-290-0/+0
|
* updated for version 7.3.1270v7.3.1270v7-3-1270Bram Moolenaar2013-06-292-1/+5
| | | | | Problem: Using "Vp" in an empty buffer can't be undone. (Hauke Petersen) Solution: Save one line in an empty buffer. (Christian Brabandt)
* Added tag v7-3-1269 for changeset 350239b0e9ebBram Moolenaar2013-06-290-0/+0
|
* updated for version 7.3.1269v7.3.1269v7-3-1269Bram Moolenaar2013-06-292-0/+3
| | | | | | Problem: Insert completion keeps entry selected even though the list has changed. (Olivier Teuliere) Solution: Reset compl_shown_match and compl_curr_match. (Christian Brabandt)
* Added tag v7-3-1268 for changeset 72fcf674e545Bram Moolenaar2013-06-290-0/+0
|
* updated for version 7.3.1268v7.3.1268v7-3-1268Bram Moolenaar2013-06-293-9/+8
| | | | | Problem: ACL support doesn't work when when compiled with MingW. Solution: Support ACL on MingW. (Ken Takata)
* Added tag v7-3-1267 for changeset cabdcfe72dc3Bram Moolenaar2013-06-290-0/+0
|
* updated for version 7.3.1267v7.3.1267v7-3-1267Bram Moolenaar2013-06-292-31/+219
| | | | | Problem: MS-Windows ACL support doesn't work well. Solution: Implement more ACL support. (Ken Takata)
* Added tag v7-3-1266 for changeset bbe4bd64c68cBram Moolenaar2013-06-290-0/+0
|
* updated for version 7.3.1266v7.3.1266v7-3-1266Bram Moolenaar2013-06-292-7/+2
| | | | | Problem: QNX: GUI fails to start. Solution: Remove the QNX-specific #ifdef. (Sean Boudreau)
* Added tag v7-3-1265 for changeset 53c1b30632dfBram Moolenaar2013-06-290-0/+0
|
* updated for version 7.3.1265v7.3.1265v7-3-1265Bram Moolenaar2013-06-292-0/+4
| | | | | Problem: Accepting "Vim:" for a modeline causes errors too often. Solution: Require "Vim:" to be followed by "set".
* Added tag v7-3-1264 for changeset 558c815e1a38Bram Moolenaar2013-06-290-0/+0
|
* updated for version 7.3.1264v7.3.1264v7-3-1264Bram Moolenaar2013-06-292-1/+4
| | | | | Problem: Missing m_nowait. Solution: Include missing part of the patch.
* Added tag v7-3-1263 for changeset a02575cd564aBram Moolenaar2013-06-290-0/+0
|
* updated for version 7.3.1263v7.3.1263v7-3-1263Bram Moolenaar2013-06-292-1/+3
| | | | | Problem: Typo in short option name. Solution: Change "imse" to "imsf".
* Added tag v7-3-1262 for changeset 5e0b6a9282dfBram Moolenaar2013-06-290-0/+0
|
* updated for version 7.3.1262v7.3.1262v7-3-1262Bram Moolenaar2013-06-294-7/+15
| | | | | | Problem: Crash and compilation warnings with Cygwin. Solution: Check return value of XmbTextListToTextProperty(). Add type casts. Adjust #ifdefs. (Lech Lorens)