Bram Moolenaar
2969570036
updated for version 7.3.520
...
Problem: Gvim starts up slow on Unbuntu 12.04.
Solution: Move the call to gui_mch_init_check() to after fork(). (Yasuhiro
Matsumoto) Do check $DISPLAY being set.
v7.3.520
2012-05-18 17:03:18 +02:00
Bram Moolenaar
8a4c136a90
updated for version 7.3.519
...
Problem: When completefunction returns it cannot indicate end of completion
mode.
Solution: Recognize completefunction returning -3. (Mtsushita Shougo)
v7.3.519
2012-05-18 16:35:21 +02:00
Bram Moolenaar
a0149c7401
updated for version 7.3.518
...
Problem: When 'encoding' is a double-byte encoding ":helptags" may not find
tags correctly.
Solution: Use vim_strbyte() instead of vim_strchr(). (Yasuhiro Matsumoto)
v7.3.518
2012-05-18 16:24:11 +02:00
Bram Moolenaar
1aeaf8c0e0
Updated runtime files.
2012-05-18 13:46:39 +02:00
Bram Moolenaar
dbb4a42cdc
Ignore file generated by tests.
2012-05-18 13:14:26 +02:00
Bram Moolenaar
18e00d2c86
updated for version 7.3.517
...
Problem: Crash when using "vipvv". (Alexandre Provencio)
Solution: Don't let the text length become negative.
v7.3.517
2012-05-18 12:49:40 +02:00
Bram Moolenaar
2fc8802fcc
updated for version 7.3.516
...
Problem: extend(o, o) may crash Vim.
Solution: Fix crash and add test. (Thinca and Hirohito Higashi)
v7.3.516
2012-05-18 12:07:05 +02:00
Bram Moolenaar
8071607aa5
More runtime file fixes for 'compatible' mode.
2012-05-01 21:14:34 +02:00
Bram Moolenaar
2d0b92f8f9
updated for version 7.3.515
...
Problem: 'wildignorecase' only applies to the last part of the path.
Solution: Also ignore case for letters earlier in the path.
v7.3.515
2012-04-30 21:09:43 +02:00
Bram Moolenaar
5ae636b9bb
updated for version 7.3.514
...
Problem: No completion for :history command.
Solution: Add the completion and update the docs. Also fix ":behave"
completion. (Dominique Pelle)
v7.3.514
2012-04-30 18:48:53 +02:00
Bram Moolenaar
8320da42bc
updated for version 7.3.513
...
Problem: Cannot use CTRL-E and CTRL-Y with "r".
Solution: Make CTRL-E and CTRL-Y work like in Insert mode. (Christian
Brabandt)
v7.3.513
2012-04-30 18:18:47 +02:00
Bram Moolenaar
b41d9689f1
updated for version 7.3.512
...
Problem: undofile() returns a useless name when passed an empty string.
Solution: Return an empty string. (Christian Brabandt)
v7.3.512
2012-04-30 17:35:48 +02:00
Bram Moolenaar
7da9c37a17
updated for version 7.3.511
...
Problem: Using a FileReadCmd autocommand that does ":e! {file}" may cause a
crash. (Christian Brabandt)
Solution: Properly restore curwin->w_s.
v7.3.511
2012-04-30 17:04:52 +02:00
Bram Moolenaar
9a7224b5a0
Fixed compatible mode in most runtime files.
2012-04-30 15:56:52 +02:00
Bram Moolenaar
e8938e507e
updated for version 7.3.510
...
Problem: Test 77 fails on Solaris 7. (Michael Soyka)
Solution: Replace any tabs with spaces.
v7.3.510
2012-04-30 11:34:28 +02:00
Bram Moolenaar
ddbb5550b4
Updated runtime files, include fixes for line continuation.
2012-04-26 20:17:03 +02:00
Bram Moolenaar
d38b055ab8
Updated runtime files.
2012-04-25 19:07:41 +02:00
Bram Moolenaar
7f51a82c1b
updated for version 7.3.509
...
Problem: ":vimgrep" fails when 'autochdir' is set.
Solution: A more generic solution for changing directory. (Ben Fritz)
v7.3.509
2012-04-25 18:57:21 +02:00
Bram Moolenaar
b429cdeb6e
updated for version 7.3.508
...
Problem: Default for v:register is not set.
Solution: Init v:register in eval_init(). Correct for 'clipboard' before the
main loop. (Ingo Karkat)
v7.3.508
2012-04-25 18:24:29 +02:00
Bram Moolenaar
8218f60b61
updated for version 7.3.507
...
Problem: When exiting with unsaved changes, selecting an existing file in
the file dialog, there is no dialog to ask whether the existing
file should be overwritten. (Felipe G. Nievinski)
Solution: Call check_overwrite() before writing. (Christian Brabandt)
v7.3.507
2012-04-25 17:32:18 +02:00
Bram Moolenaar
68fb5dcd13
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)
v7.3.506
2012-04-25 17:10:16 +02:00
Bram Moolenaar
68a33fc704
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)
v7.3.505
2012-04-25 16:50:48 +02:00
Bram Moolenaar
720ce53af0
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.
v7.3.504
2012-04-25 12:57:28 +02:00
Bram Moolenaar
6217cdcec3
updated for version 7.3.503
...
Problem: Warning for unused argument.
Solution: Add UNUSED.
v7.3.503
2012-04-25 12:28:09 +02:00
Bram Moolenaar
e436528e04
updated for version 7.3.502
...
Problem: Netbeans insert halfway a line actually appends to the line.
Solution: Insert halfway the line. (Brian Victor)
v7.3.502
2012-04-20 19:47:05 +02:00
Bram Moolenaar
35df7d2d99
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)
v7.3.501
2012-04-20 18:05:47 +02:00
Bram Moolenaar
a6cdc99152
updated for version 7.3.500
...
Problem: Ming makefile unconditionally sets WINVER.
Solution: Only defined when not already defined. (Yasuhiro Matsumoto)
v7.3.500
2012-04-20 16:13:25 +02:00
Bram Moolenaar
6be120e7f5
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)
v7.3.499
2012-04-20 15:55:16 +02:00
Bram Moolenaar
84298db3a4
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)
v7.3.498
2012-04-20 13:46:08 +02:00
Bram Moolenaar
b830f0c7df
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)
v7.3.497
2012-04-20 13:31:21 +02:00
Bram Moolenaar
53bfca22f1
Updated runtime files.
2012-04-13 23:04:47 +02:00
Bram Moolenaar
09210ac93c
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)
v7.3.496
2012-04-13 19:11:20 +02:00
Bram Moolenaar
b345d49e06
updated for version 7.3.495
...
Problem: Compiler warnings.
Solution: Add function declaration. Remove "offset" argument.
v7.3.495
2012-04-09 20:42:26 +02:00
Bram Moolenaar
bd2f3c3ec6
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)
v7.3.494
2012-04-06 14:31:00 +02:00
Bram Moolenaar
b0d7a15d3a
updated for version 7.3.493
...
Problem: Two unused variables.
Solution: Remove them. (Hong Xu)
v7.3.493
2012-04-06 13:56:04 +02:00
Bram Moolenaar
5b435d671e
Updated runtime files.
2012-04-05 17:33:26 +02:00
Bram Moolenaar
3675fa09a7
updated for version 7.3.492
...
Problem: Can't indent conditions separately from function arguments.
Solution: Add the 'k' flag in 'cino. (Lech Lorens)
v7.3.492
2012-04-05 17:17:42 +02:00
Bram Moolenaar
98411e57ab
updated for version 7.3.491
...
Problem: No tests for Lua.
Solution: Add some simple tests for Lua. (Luis Carvalho)
v7.3.491
2012-04-05 16:56:52 +02:00
Bram Moolenaar
1dced5727f
updated for version 7.3.490
...
Problem: Member confusion in Lua interface.
Solution: Fix it. Add luaeval(). (Taro Muraoka, Luis Carvalho)
v7.3.490
2012-04-05 16:54:08 +02:00
Bram Moolenaar
e0ebfd7507
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)
v7.3.489
2012-04-05 16:07:06 +02:00
Bram Moolenaar
3dbde6226d
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)
v7.3.488
2012-04-05 16:05:05 +02:00
Bram Moolenaar
61d35bd020
Updated runtime files.
2012-03-28 20:51:51 +02:00
Bram Moolenaar
913077c37c
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.
v7.3.487
2012-03-28 19:59:04 +02:00
Bram Moolenaar
ca628610c0
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)
v7.3.486
2012-03-28 17:43:11 +02:00
Bram Moolenaar
da5a4970a9
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)
v7.3.485
2012-03-28 17:17:48 +02:00
Bram Moolenaar
f99bc6d002
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)
v7.3.484
2012-03-28 17:10:31 +02:00
Bram Moolenaar
6df5e5ae42
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)
v7.3.483
2012-03-28 16:49:29 +02:00
Bram Moolenaar
524780d69f
updated for version 7.3.482
...
Problem: With 'cursorbind' set moving up/down does not always keep the same
column.
Solution: Set curswant appropriately. (Gary Johnson)
v7.3.482
2012-03-28 14:19:50 +02:00
Bram Moolenaar
61d281a4c0
updated for version 7.3.481
...
Problem: Changing 'virtualedit' in an operator function to "all" does not
have the desired effect. (Aaron Bohannon)
Solution: Save, reset and restore virtual_op when executing an operator
function.
v7.3.481
2012-03-28 12:59:57 +02:00
Bram Moolenaar
970a1b82ec
updated for version 7.3.480
...
Problem: When using ":qa" and there is a changed buffer picking the buffer
to jump to is not very good.
Solution: Consider current and other tab pages. (Hirohito Higashi)
v7.3.480
2012-03-23 18:39:18 +01:00