Commit Graph

6245 Commits

Author SHA1 Message Date
Bram Moolenaar
b06bb5e4f1 updated for version 7.4.482
Problem:    When 'balloonexpr' results in a list, the text has a trailing
	    newline. (Lcd)
Solution:   Remove one trailing newline.
2015-02-12 03:07:50 -02:00
Bram Moolenaar
1803e7b50c updated for version 7.4.481
Problem:    Compiler warning on MS-Windows.
Solution:   Add type casts. (Ken Takata)
2015-02-12 03:07:49 -02:00
Bram Moolenaar
1818e826c7 updated for version 7.4.480
Problem:    MS-Windows: Can't build.
Solution:   Remove goto, use a flag instead.
2015-02-12 03:07:48 -02:00
Bram Moolenaar
f5e3496b01 Update runtime files and translations. 2015-02-12 03:07:48 -02:00
Bram Moolenaar
6429739088 updated for version 7.4.479
Problem:    MS-Windows: The console title can be wrong.
Solution:   Take the encoding into account. When restoring the title use the
	    right function. (Yasuhiro Matsumoto)
2015-02-12 03:07:47 -02:00
Bram Moolenaar
df822ce586 updated for version 7.4.478
Problem:    Using byte length instead of character length for 'showbreak'.
Solution:   Compute the character length. (Marco Hinz)
2015-02-12 03:07:46 -02:00
Bram Moolenaar
4bb874492f updated for version 7.4.477
Problem:    When using ":%diffput" and the other file is empty an extra empty
	    line remains.
Solution:   Set the buf_empty flag.
2015-02-12 03:07:45 -02:00
Bram Moolenaar
41200ff879 updated for version 7.4.476
Problem:    MingW: compiling with "XPM=no" doesn't work.
Solution:   Check for the "no" value. (KF Leong)  Also for Cygwin. (Ken
	    Takata)
2015-02-12 03:07:44 -02:00
Bram Moolenaar
be9e9e838b updated for version 7.4.475
Problem:    Can't compile on a system where Xutf8SetWMProperties() is not in
	    the X11 library.  Issue 265.
Solution:   Add a configure check.
2015-02-12 03:07:43 -02:00
Bram Moolenaar
3714a93d4e updated for version 7.4.474
Problem:    AIX compiler can't handle // comment.  Issue 265.
Solution:   Remove that line.
2015-02-12 03:07:42 -02:00
Bram Moolenaar
4a7f6d3af1 updated for version 7.4.473
Problem:    Cursor movement is incorrect when there is a number
	    column/sign/fold column and 'sbr' is displayed.
Solution:   Adjust the column for 'sbr'. (Christian Brabandt)
2015-02-12 03:07:41 -02:00
Bram Moolenaar
52b7d64d17 updated for version 7.4.472
Problem:    The "precedes" entry in 'listchar' will be drawn when 'showbreak
	    is set and list is not.
Solution:   Only draw this character when 'list' is on. (Christian Brabandt)
2015-02-12 03:07:40 -02:00
Bram Moolenaar
a2d5ff6700 updated for version 7.4.471
Problem:    MS-Windows: When printer name contains multi-byte, the name is
	    displayed as ???.
Solution:   Convert the printer name from the active codepage to 'encoding'.
	    (Yasuhiro Matsumoto)
2015-02-12 03:07:39 -02:00
Bram Moolenaar
7a98ee201d updated for version 7.4.470
Problem:    Test 11 and 100 do not work properly on Windows.
Solution:   Avoid using feedkeys(). (Ken Takata)
2015-02-12 03:07:39 -02:00
Bram Moolenaar
39631e52bb updated for version 7.4.469
Problem:    Can't build with MSVC. (Ken Takata)
Solution:   Move the assignment after the declarations.
2015-02-12 03:07:38 -02:00
Bram Moolenaar
8261640073 updated for version 7.4.468
Problem:    Issue 26: CTRL-C does not interrupt after it was mapped and then
	    unmapped.
Solution:   Reset mapped_ctrl_c. (Christian Brabandt)
2015-02-12 03:07:37 -02:00
Bram Moolenaar
56b0fd5574 updated for version 7.4.467 2015-02-12 03:07:36 -02:00
Bram Moolenaar
b15fa864b5 updated for version 7.4.466
Problem:    CTRL-W } does not open preview window. (Erik Falor)
Solution:   Don't set g_do_tagpreview for CTRL-W }.
2015-02-12 03:07:35 -02:00
Bram Moolenaar
f7c555f749 updated for version 7.4.465
Problem:    Crash when expanding a very long string.
Solution:   Use wsncpy() instead of wcscpy(). (Ken Takata)
2015-02-12 03:07:34 -02:00
Bram Moolenaar
08cd0e2056 updated for version 7.4.464
Problem:    Compiler warning.
Solution:   Add type cast. (Ken Takata)
2015-02-12 03:07:32 -02:00
Bram Moolenaar
b938e29968 Update runtime files. 2015-02-12 03:07:32 -02:00
Bram Moolenaar
bf811eab13 updated for version 7.4.463
Problem:    Test 86 and 87 may hang on MS-Windows.
Solution:   Call inputrestore() after inputsave(). (Ken Takata)
2015-02-12 03:07:31 -02:00
Bram Moolenaar
6326be0108 updated for version 7.4.462
Problem:    Setting the local value of 'backupcopy' empty gives an error.
	    (Peter Mattern)
Solution:   When using an empty value set the flags to zero. (Hirohito
	    Higashi)
2015-02-12 03:07:30 -02:00
Bram Moolenaar
192b085521 updated for version 7.4.461
Problem:    MS-Windows: When collate is on the number of copies is too high.
Solution:   Only set the collated/uncollated count when collate is on.
	    (Yasuhiro Matsumoto)
2015-02-12 03:07:29 -02:00
Bram Moolenaar
f77b09dabc updated for version 7.4.460
Problem:    Can't build without the quickfix feature. (Erik Falor)
Solution:   Add a #ifdef.
2015-02-12 03:07:28 -02:00
Bram Moolenaar
75ec843bfc updated for version 7.4.459
Problem:    Can't change the icon after building Vim.
Solution:   Load the icon from a file on startup. (Yasuhiro Matsumoto)
2015-02-12 03:07:27 -02:00
Bram Moolenaar
7849f7447c updated for version 7.4.458
Problem:    Issue 252: Cursor moves in a zero-height window.
Solution:   Check for zero height. (idea by Christian Brabandt)
2015-02-12 03:07:26 -02:00
Bram Moolenaar
e9a9bf9193 updated for version 7.4.457
Problem:    Using getchar() in an expression mapping may result in
	    K_CURSORHOLD, which can't be recognized.
Solution:   Add the <CursorHold> key.  (Hirohito Higashi)
2015-02-12 03:07:25 -02:00
Bram Moolenaar
0c649a60e4 updated for version 7.4.456
Problem:    'backupcopy' is global, cannot write only some files in a
	    different way.
Solution:   Make 'backupcopy' global-local. (Christian Brabandt)
2015-02-12 03:07:24 -02:00
Bram Moolenaar
afedf9cef4 updated for version 7.4.455
Problem:    Completion for :buf does not use 'wildignorecase'. (Akshay H)
Solution:   Pass the 'wildignorecase' flag around.
2015-02-12 03:07:23 -02:00
Bram Moolenaar
de3267602a updated for version 7.4.454
Problem:    When using a Visual selection of multiple words and doing CTRL-W_]
	    it jumps to the tag matching the word under the cursor, not the
	    selected text.  (Patrick hemmer)
Solution:   Do not reset Visual mode. (idea by Christian Brabandt)
2015-02-12 03:07:22 -02:00
Bram Moolenaar
c33c693304 Updated runtime files. 2015-02-12 03:07:21 -02:00
Bram Moolenaar
22513da6de updated for version 7.4.453
Problem:    Still can't build with tiny features.
Solution:   Add #ifdef.
2015-02-12 03:07:20 -02:00
Bram Moolenaar
1573f75cab updated for version 7.4.452
Problem:    Can't build with tiny features. (Tony Mechelynck)
Solution:   Use "return" instead of "break".
2015-02-12 03:07:19 -02:00
Bram Moolenaar
06892c22b1 updated for version 7.4.451
Problem:    Calling system() with empty input gives an error for writing the
	    temp file.
Solution:   Do not try writing if the string length is zero. (Olaf Dabrunz)
2015-02-12 03:07:19 -02:00
Bram Moolenaar
5b461c66f7 updated for version 7.4.450
Problem:    Not all commands that edit another buffer support the +cmd
	    argument.
Solution:   Add the +cmd argument to relevant commands. (Marcin Szamotulski)
2015-02-12 03:07:18 -02:00
Bram Moolenaar
1d4775152d updated for version 7.4.449
Problem:    Can't easily close the help window. (Chris Gaal)
Solution:   Add ":helpclose". (Christian Brabandt)
2015-02-12 03:07:17 -02:00
Bram Moolenaar
50a373d709 updated for version 7.4.448
Problem:    Using ETO_IGNORELANGUAGE causes problems.
Solution:   Remove this flag. (Paul Moore)
2015-02-12 03:07:16 -02:00
Bram Moolenaar
d182914397 updated for version 7.4.447
Problem:    Spell files from Hunspell may generate a lot of errors.
Solution:   Add the IGNOREEXTRA flag.
2015-02-12 03:07:15 -02:00
Bram Moolenaar
0d4adebde3 updated for version 7.4.446
Problem:    In some situations, when setting up an environment to trigger an
	    autocommand, the environment is not properly restored.
Solution:   Check the return value of switch_win() and call restore_win()
	    always.  (Daniel Hahler)
2015-02-12 03:07:14 -02:00
Bram Moolenaar
e537487a5b updated for version 7.4.445
Problem:    Clipboard may be cleared on startup.
Solution:   Set clip_did_set_selection to -1 during startup. (Christian
	    Brabandt)
2015-02-12 03:07:13 -02:00
Bram Moolenaar
4af83223be updated for version 7.4.444
Problem:    Reversed question mark not recognized as punctuation. (Issue 258)
Solution:   Add the Supplemental Punctuation range.
2015-02-12 03:07:12 -02:00
Bram Moolenaar
af2ddb5fdf updated for version 7.4.443
Problem:    Error reported by ubsan when running test 72.
Solution:   Add type cast to unsigned. (Dominique Pelle)
2015-02-12 03:07:11 -02:00
Bram Moolenaar
33e7e75fe1 updated for version 7.4.442
Problem:    Using unitinialized variable.
Solution:   Pass the first window of the tabpage.
2015-02-12 03:07:10 -02:00
Bram Moolenaar
92b569c25b Update runtime files. 2015-02-12 03:07:09 -02:00
Bram Moolenaar
2b29867395 updated for version 7.4.441
Problem:    Endless loop and other problems when 'cedit' is set to CTRL-C.
Solution:   Do not call ex_window() when ex_normal_busy or got_int was set.
	    (Yasuhiro Matsumoto)
2015-02-12 03:07:08 -02:00
Bram Moolenaar
b0341fcaf9 updated for version 7.4.440
Problem:    Omni complete popup drawn incorrectly.
Solution:   Call validate_cursor() instead of check_cursor(). (Hirohito
	    Higashi)
2015-02-12 03:07:07 -02:00
Bram Moolenaar
c8c0dcc50d updated for version 7.4.439
Problem:    Duplicate message in message history.  Some quickfix messages
	    appear twice. (Gary Johnson)
Solution:   Do not reset keep_msg too early. (Hirohito Higashi)
2015-02-12 03:07:07 -02:00
Bram Moolenaar
6a2bccdcac updated for version 7.4.438
Problem:    Cached values for 'cino' not reset for ":set all&".
Solution:   Call parse_cino(). (Yukihiro Nakadaira)
2015-02-12 03:07:06 -02:00
Bram Moolenaar
e7303cb8bd updated for version 7.4.437
Problem:    New and old regexp engine are not consistent.
Solution:   Also give an error for "\ze*" for the old regexp engine.
2015-02-12 03:07:05 -02:00