Bram Moolenaar
e0f3a32106
updated for version 7.3.506
...
Problem: GTK gives an error when selecting a non-existent file.
Solution: Add a handler to avoid the error. (Christian Brabandt)
2012-04-25 17:10:16 +02:00
Bram Moolenaar
a3f19c604b
Added tag v7-3-505 for changeset fe7bf24804e1
2012-04-25 16:50:48 +02:00
Bram Moolenaar
77a100312c
updated for version 7.3.505
...
Problem: Test 11 fails on MS-Windows in some versions.
Solution: Fix #ifdefs for whether filtering through a pipe is possible. Move
setting b_no_eol_lnum back to where it was before patch 7.3.124.
(David Pope)
2012-04-25 16:50:48 +02:00
Bram Moolenaar
5e7cb17551
Added tag v7-3-504 for changeset 17bfcb054cb7
2012-04-25 12:57:28 +02:00
Bram Moolenaar
d9dceee162
updated for version 7.3.504
...
Problem: Commands in help files are not highlighted.
Solution: Allow for commands in backticks. Adjust CTRL-] to remove the
backticks.
2012-04-25 12:57:28 +02:00
Bram Moolenaar
c306853cc6
Added tag v7-3-503 for changeset 65d036fd449e
2012-04-25 12:28:10 +02:00
Bram Moolenaar
246acfcb0f
updated for version 7.3.503
...
Problem: Warning for unused argument.
Solution: Add UNUSED.
2012-04-25 12:28:09 +02:00
Bram Moolenaar
8753743e3f
Added tag v7-3-502 for changeset 1d1cce57421c
2012-04-20 19:47:05 +02:00
Bram Moolenaar
2b3761ff3b
updated for version 7.3.502
...
Problem: Netbeans insert halfway a line actually appends to the line.
Solution: Insert halfway the line. (Brian Victor)
2012-04-20 19:47:05 +02:00
Bram Moolenaar
e58fc05b6d
Added tag v7-3-501 for changeset d7b335626ddc
2012-04-20 18:05:47 +02:00
Bram Moolenaar
11cd9a6b92
updated for version 7.3.501
...
Problem: Error for "flush" not being defined when using Ruby command.
Solution: Defined "flush" as a no-op method. (Kent Sibilev)
2012-04-20 18:05:47 +02:00
Bram Moolenaar
5ae2423118
Added tag v7-3-500 for changeset b36640b2f671
2012-04-20 16:13:25 +02:00
Bram Moolenaar
bd00d0e022
updated for version 7.3.500
...
Problem: Ming makefile unconditionally sets WINVER.
Solution: Only defined when not already defined. (Yasuhiro Matsumoto)
2012-04-20 16:13:25 +02:00
Bram Moolenaar
3b05ce3a6d
Added tag v7-3-499 for changeset 4a2cb025b641
2012-04-20 15:55:16 +02:00
Bram Moolenaar
2e54ec552d
updated for version 7.3.499
...
Problem: When using any interface language when Vim is waiting for a child
process it gets confused by a child process started through the
interface.
Solution: Always used waitpid() instead of wait(). (Yasuhiro Matsumoto)
2012-04-20 15:55:16 +02:00
Bram Moolenaar
5ecbd63119
Added tag v7-3-498 for changeset b1a42d2522fb
2012-04-20 13:46:08 +02:00
Bram Moolenaar
80c55b1546
updated for version 7.3.498
...
Problem: The behavior of the "- register changes depending on value of
the 'clipboard' option. (Szamotulski)
Solution: Also set the "- register when the register is "*" or "+".
(Christian Brabandt)
2012-04-20 13:46:08 +02:00
Bram Moolenaar
b7f780fb4c
Added tag v7-3-497 for changeset e34c620007be
2012-04-20 13:31:21 +02:00
Bram Moolenaar
ed5ad0cf54
updated for version 7.3.497
...
Problem: Crash when doing ":python print" and compiled with gcc and
the optimizer enabled.
Solution: Avoid the crash, doesn't really fix the problem. (Christian
Brabandt)
2012-04-20 13:31:21 +02:00
Bram Moolenaar
f5ffa19565
Updated runtime files.
2012-04-13 23:04:47 +02:00
Bram Moolenaar
2e48a0f7e7
Added tag v7-3-496 for changeset 3daba355b0c1
2012-04-13 19:11:20 +02:00
Bram Moolenaar
f2db25d316
updated for version 7.3.496
...
Problem: MS-DOS: When "diff" trips over difference in line separators some
tests fail.
Solution: Make some .ok files use unix line separators. (David Pope)
2012-04-13 19:11:20 +02:00
Bram Moolenaar
42102dd13b
Added tag v7-3-495 for changeset 27f6a22ff88e
2012-04-09 20:42:27 +02:00
Bram Moolenaar
cc290f5bf3
updated for version 7.3.495
...
Problem: Compiler warnings.
Solution: Add function declaration. Remove "offset" argument.
2012-04-09 20:42:26 +02:00
Bram Moolenaar
0254977d90
Added tag v7-3-494 for changeset 5240610f2778
2012-04-06 14:31:00 +02:00
Bram Moolenaar
8a20e77cce
updated for version 7.3.494
...
Problem: Can't compile with Lua 9.1 or dynamic Lua.
Solution: Fix dll_ methods. Fix luado(). (Muraoka Taro, Luis Carvalho)
2012-04-06 14:31:00 +02:00
Bram Moolenaar
bcc9d82be4
Added tag v7-3-493 for changeset bf5960ec2532
2012-04-06 13:56:04 +02:00
Bram Moolenaar
076f2a5898
updated for version 7.3.493
...
Problem: Two unused variables.
Solution: Remove them. (Hong Xu)
2012-04-06 13:56:04 +02:00
Bram Moolenaar
c7584731a9
Updated runtime files.
2012-04-05 17:33:26 +02:00
Bram Moolenaar
4b3743556e
Added tag v7-3-492 for changeset 214c7ec1c8f9
2012-04-05 17:17:42 +02:00
Bram Moolenaar
0a0e4c9e44
updated for version 7.3.492
...
Problem: Can't indent conditions separately from function arguments.
Solution: Add the 'k' flag in 'cino. (Lech Lorens)
2012-04-05 17:17:42 +02:00
Bram Moolenaar
a26aaad74c
Added tag v7-3-491 for changeset e070b34fe35e
2012-04-05 16:56:52 +02:00
Bram Moolenaar
3fe23b30c9
updated for version 7.3.491
...
Problem: No tests for Lua.
Solution: Add some simple tests for Lua. (Luis Carvalho)
2012-04-05 16:56:52 +02:00
Bram Moolenaar
d1999064d3
Added tag v7-3-490 for changeset b067b8b81be9
2012-04-05 16:54:08 +02:00
Bram Moolenaar
c74e68a4d1
updated for version 7.3.490
...
Problem: Member confusion in Lua interface.
Solution: Fix it. Add luaeval(). (Taro Muraoka, Luis Carvalho)
2012-04-05 16:54:08 +02:00
Bram Moolenaar
3f32e5b023
Added tag v7-3-489 for changeset c1a6e1745cb5
2012-04-05 16:07:06 +02:00
Bram Moolenaar
5c345052ca
updated for version 7.3.489
...
Problem: CTRL-] in Insert mode does not expand abbreviation when used in a
mapping. (Yichao Zhou)
Solution: Special case using CTRL-]. (Christian Brabandt)
2012-04-05 16:07:06 +02:00
Bram Moolenaar
c8f86bce90
Added tag v7-3-488 for changeset 8691bdcdbf66
2012-04-05 16:05:05 +02:00
Bram Moolenaar
63439ee2b7
updated for version 7.3.488
...
Problem: ":help!" in a help file does not work as document.
Solution: When in a help file don't give an error message. (thinca)
2012-04-05 16:05:05 +02:00
Bram Moolenaar
a904962cdd
Updated runtime files.
2012-03-28 20:51:51 +02:00
Bram Moolenaar
f1861181b2
Added tag v7-3-487 for changeset 21219ffc9790
2012-03-28 19:59:04 +02:00
Bram Moolenaar
d85115d175
updated for version 7.3.487
...
Problem: When setting 'timeoutlen' or 'ttimeoutlen' the column for vertical
movement is reset unnecessarily.
Solution: Do not set w_set_curswant for every option. Add a test for this.
(Kana Natsuno) Add the P_CURSWANT flag for options.
2012-03-28 19:59:04 +02:00
Bram Moolenaar
15075aefa1
Added tag v7-3-486 for changeset 08a37c57af47
2012-03-28 17:43:11 +02:00
Bram Moolenaar
e19e870c55
updated for version 7.3.486
...
Problem: Build error with mingw64 on Windows 7.
Solution: Avoid the step of going through vimres.res. (Guopeng Wen)
2012-03-28 17:43:11 +02:00
Bram Moolenaar
4b59ee99d7
Added tag v7-3-485 for changeset 94374e0b6267
2012-03-28 17:17:48 +02:00
Bram Moolenaar
103d0a3aa6
updated for version 7.3.485
...
Problem: When building Vim LDFLAGS isn't passed on to building xxd.
Solution: Pass the LDFLAGS value. (James McCoy)
2012-03-28 17:17:48 +02:00
Bram Moolenaar
a50ca505c0
Added tag v7-3-484 for changeset 00fa605e7d7b
2012-03-28 17:10:31 +02:00
Bram Moolenaar
8308a5d5b8
updated for version 7.3.484
...
Problem: The -E and --echo-wid command line arguments are not mentioned in
"vim --help".
Solution: Add the help lines. (Dominique Pelle)
2012-03-28 17:10:31 +02:00
Bram Moolenaar
21902fd2d0
Added tag v7-3-483 for changeset 19040069b8bf
2012-03-28 16:49:29 +02:00
Bram Moolenaar
4c09c4df7b
updated for version 7.3.483
...
Problem: More prompt shows up too often.
Solution: Instead of adding a line break, only start a new line in the
message history. (Christian Brabandt)
2012-03-28 16:49:29 +02:00