Bram Moolenaar
82bfd0bbde
updated for version 7.3.1285
...
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)
2013-07-01 21:25:25 +02:00
Bram Moolenaar
14003ac3b8
Added tag v7-3-1284 for changeset 7b20dc804164
2013-07-01 21:08:48 +02:00
Bram Moolenaar
c4bc177e41
updated for version 7.3.1284
...
Problem: Compiler warnings in MS-Windows clipboard handling.
Solution: Add type casts. (Ken Takata)
2013-07-01 21:08:48 +02:00
Bram Moolenaar
b8a6b78273
Added tag v7-3-1283 for changeset d6ceddc0be86
2013-07-01 21:00:35 +02:00
Bram Moolenaar
f54a80af74
updated for version 7.3.1283
...
Problem: Test 71 fails on MS-Windows.
Solution: Put the binary data in a separate file. (Ken Takata)
2013-07-01 21:00:35 +02:00
Bram Moolenaar
10b5f263d9
Added tag v7-3-1282 for changeset 22ac43fb6d30
2013-07-01 20:18:33 +02:00
Bram Moolenaar
3dc4da76d8
updated for version 7.3.1282
...
Problem: 'cursorline' not drawn in any other window. (Charles Campbell)
Solution: Do draw the cursor line in other windows.
2013-07-01 20:18:33 +02:00
Bram Moolenaar
329a4d3104
Added tag v7-3-1281 for changeset 19ed30f7cef7
2013-07-01 20:06:19 +02:00
Bram Moolenaar
3db443ff11
updated for version 7.3.1281
...
Problem: When 'ttymouse' is set to "xterm2" clicking in column 123 moves
the cursor to column 96. (Kevin Goodsell)
Solution: Decode KE_CSI.
2013-07-01 20:06:19 +02:00
Bram Moolenaar
9c7561fd38
Added tag v7-3-1280 for changeset 1cacf785299e
2013-06-30 23:24:08 +02:00
Bram Moolenaar
ac48b08b8f
updated for version 7.3.1280
...
Problem: Reading memory already freed since patch 7.3.1247. (Simon
Ruderich, Dominique Pelle)
Solution: Copy submatches before reallocating the state list.
2013-06-30 23:24:08 +02:00
Bram Moolenaar
00a539369a
Added tag v7-3-1279 for changeset cca600e60928
2013-06-30 22:43:27 +02:00
Bram Moolenaar
e37f4d9517
updated for version 7.3.1279
...
Problem: Compiler warning for variable uninitialized. (Tony Mechelynck)
Solution: Add an init.
2013-06-30 22:43:27 +02:00
Bram Moolenaar
8a9eb68217
Added tag v7-3-1278 for changeset cf52d2a8c05c
2013-06-30 17:51:51 +02:00
Bram Moolenaar
78e4d9fec2
updated for version 7.3.1278
...
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.
2013-06-30 17:51:51 +02:00
Bram Moolenaar
4b21551bb0
Added tag v7-3-1277 for changeset 6a7ae677d6a1
2013-06-30 17:24:16 +02:00
Bram Moolenaar
498cffecb2
updated for version 7.3.1277
...
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)
2013-06-30 17:24:16 +02:00
Bram Moolenaar
49374886e5
Added tag v7-3-1276 for changeset d2f9f67924e7
2013-06-30 15:01:23 +02:00
Bram Moolenaar
1fd2c89112
updated for version 7.3.1276
...
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)
2013-06-30 15:01:22 +02:00
Bram Moolenaar
ecdd4be107
Added tag v7-3-1275 for changeset 8875401008da
2013-06-30 14:46:53 +02:00
Bram Moolenaar
caf134bbb2
updated for version 7.3.1275
...
Problem: "gn" does not work when the match is a single character.
Solution: Fix it, add a test. (Christian Brabandt)
2013-06-30 14:46:53 +02:00
Bram Moolenaar
00a43dcf59
Added tag v7-3-1274 for changeset 761cef8f5d1d
2013-06-30 13:57:46 +02:00
Bram Moolenaar
48f89ec641
updated for version 7.3.1274
...
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)
2013-06-30 13:57:45 +02:00
Bram Moolenaar
7436dde68e
Added tag v7-3-1273 for changeset 30910831e5b0
2013-06-30 13:33:58 +02:00
Bram Moolenaar
20b01bd4d6
updated for version 7.3.1273
...
Problem: When copying a location list the index might be wrong.
Solution: Set the index to one when using the first entry. (Lech Lorens)
2013-06-30 13:33:58 +02:00
Bram Moolenaar
c880febfc9
Added tag v7-3-1272 for changeset a00cd1839ac4
2013-06-30 13:17:25 +02:00
Bram Moolenaar
bb78e69a66
updated for version 7.3.1272
...
Problem: Crash when editing Ruby file. (Aliaksandr Rahalevich)
Solution: Reallocate the state list when necessary.
2013-06-30 13:17:24 +02:00
Bram Moolenaar
4fc135d41d
Added tag v7-3-1271 for changeset 034abed357a1
2013-06-30 12:21:24 +02:00
Bram Moolenaar
2981bfe43e
updated for version 7.3.1271
...
Problem: Command line completion does not work.
Solution: Move setting xp_line down. (Daniel Thau)
2013-06-30 12:21:24 +02:00
Bram Moolenaar
c2c0b1e923
Updated runtime files.
2013-06-29 23:05:20 +02:00
Bram Moolenaar
90a0fe38cd
Added tag v7-3-1270 for changeset 35b6fc57a286
2013-06-29 17:19:28 +02:00
Bram Moolenaar
2bca264933
updated for version 7.3.1270
...
Problem: Using "Vp" in an empty buffer can't be undone. (Hauke Petersen)
Solution: Save one line in an empty buffer. (Christian Brabandt)
2013-06-29 17:19:28 +02:00
Bram Moolenaar
fe046c58f1
Added tag v7-3-1269 for changeset 350239b0e9eb
2013-06-29 16:21:58 +02:00
Bram Moolenaar
3ff07da315
updated for version 7.3.1269
...
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)
2013-06-29 16:21:58 +02:00
Bram Moolenaar
c4d8627b39
Added tag v7-3-1268 for changeset 72fcf674e545
2013-06-29 15:40:04 +02:00
Bram Moolenaar
a21f96cf4d
updated for version 7.3.1268
...
Problem: ACL support doesn't work when when compiled with MingW.
Solution: Support ACL on MingW. (Ken Takata)
2013-06-29 15:40:04 +02:00
Bram Moolenaar
eb790fc9b0
Added tag v7-3-1267 for changeset cabdcfe72dc3
2013-06-29 15:36:27 +02:00
Bram Moolenaar
326ac2f67f
updated for version 7.3.1267
...
Problem: MS-Windows ACL support doesn't work well.
Solution: Implement more ACL support. (Ken Takata)
2013-06-29 15:36:26 +02:00
Bram Moolenaar
833177a2fe
Added tag v7-3-1266 for changeset bbe4bd64c68c
2013-06-29 15:19:21 +02:00
Bram Moolenaar
76ba3bebbe
updated for version 7.3.1266
...
Problem: QNX: GUI fails to start.
Solution: Remove the QNX-specific #ifdef. (Sean Boudreau)
2013-06-29 15:19:21 +02:00
Bram Moolenaar
34b7cc8b04
Added tag v7-3-1265 for changeset 53c1b30632df
2013-06-29 15:07:22 +02:00
Bram Moolenaar
3aa770b339
updated for version 7.3.1265
...
Problem: Accepting "Vim:" for a modeline causes errors too often.
Solution: Require "Vim:" to be followed by "set".
2013-06-29 15:07:22 +02:00
Bram Moolenaar
b33f6ddc88
Added tag v7-3-1264 for changeset 558c815e1a38
2013-06-29 14:47:22 +02:00
Bram Moolenaar
920b301fd5
updated for version 7.3.1264
...
Problem: Missing m_nowait.
Solution: Include missing part of the patch.
2013-06-29 14:47:22 +02:00
Bram Moolenaar
33d32da9ce
Added tag v7-3-1263 for changeset a02575cd564a
2013-06-29 14:42:26 +02:00
Bram Moolenaar
71092afa79
updated for version 7.3.1263
...
Problem: Typo in short option name.
Solution: Change "imse" to "imsf".
2013-06-29 14:42:26 +02:00
Bram Moolenaar
121c1c7d3c
Added tag v7-3-1262 for changeset 5e0b6a9282df
2013-06-29 14:17:02 +02:00
Bram Moolenaar
a77bbd78fc
updated for version 7.3.1262
...
Problem: Crash and compilation warnings with Cygwin.
Solution: Check return value of XmbTextListToTextProperty(). Add type casts.
Adjust #ifdefs. (Lech Lorens)
2013-06-29 14:17:02 +02:00
Bram Moolenaar
bc8ba51fa3
Added tag v7-3-1261 for changeset 1cf89d38aa76
2013-06-29 13:58:32 +02:00
Bram Moolenaar
6872cd2b27
updated for version 7.3.1261
...
Problem: A buffer-local language mapping from a keymap stops a global
insert mode mapping from working. (Ron Aaron)
Solution: Do not wait for more characters to be typed only when the mapping
was defined with <nowait>.
2013-06-29 13:58:31 +02:00