]> granicus.if.org Git - vim/log
vim
10 years agoupdated for version 7.4.563 v7.4.563
Bram Moolenaar [Wed, 7 Jan 2015 13:02:52 +0000 (14:02 +0100)]
updated for version 7.4.563
Problem:    No test for replacing on a tab in Virtual replace mode.
Solution:   Add a test. (Elias Diem)

10 years agoupdated for version 7.4.562 v7.4.562
Bram Moolenaar [Wed, 7 Jan 2015 12:31:52 +0000 (13:31 +0100)]
updated for version 7.4.562
Problem:    Segfault with wide screen and error in 'rulerformat'. (Ingo Karkat)
Solution:   Check there is enough space. (Christian Brabandt)

10 years agoupdated for version 7.4.561 v7.4.561
Bram Moolenaar [Wed, 7 Jan 2015 12:15:45 +0000 (13:15 +0100)]
updated for version 7.4.561
Problem:    Ex range handling is wrong for buffer-local user commands.
Solution:   Check for CMD_USER_BUF. (Marcin Szamotulski)

10 years agoupdated for version 7.4.560 v7.4.560
Bram Moolenaar [Wed, 17 Dec 2014 20:00:49 +0000 (21:00 +0100)]
updated for version 7.4.560
Problem:    Memory leak using :wviminfo. Issue 296.
Solution:   Free memory when needed. (idea by Christian Brabandt)

10 years agoupdated for version 7.4.559 v7.4.559
Bram Moolenaar [Wed, 17 Dec 2014 17:35:42 +0000 (18:35 +0100)]
updated for version 7.4.559
Problem:    Appending a block in the middle of a tab does not work correctly
            when virtualedit is set.
Solution:   Decrement spaces and count, don't reset them. (James McCoy)

10 years agoupdated for version 7.4.558 v7.4.558
Bram Moolenaar [Wed, 17 Dec 2014 16:59:31 +0000 (17:59 +0100)]
updated for version 7.4.558
Problem:    When the X server restarts Vim may get stuck.
Solution:   Destroy the application context and create it again.  (Issue 203)

10 years agoupdated for version 7.4.557 v7.4.557
Bram Moolenaar [Wed, 17 Dec 2014 13:47:56 +0000 (14:47 +0100)]
updated for version 7.4.557
Problem:    One more small issue.
Solution:   Update function proto.

10 years agoupdated for version 7.4.556 v7.4.556
Bram Moolenaar [Wed, 17 Dec 2014 13:46:09 +0000 (14:46 +0100)]
updated for version 7.4.556
Problem:    Failed commands in Python interface not handled correctly.
Solution:   Restore window and buffer on failure.

10 years agoupdated for version 7.4.555 v7.4.555
Bram Moolenaar [Wed, 17 Dec 2014 13:42:46 +0000 (14:42 +0100)]
updated for version 7.4.555
Problem:    test_close_count may fail for some combination of features.
Solution:   Require normal features.

10 years agoupdated for version 7.4.554 v7.4.554
Bram Moolenaar [Wed, 17 Dec 2014 13:41:10 +0000 (14:41 +0100)]
updated for version 7.4.554
Problem:    Missing part of patch 7.4.519.
Solution:   Copy back regprog after calling vim_regexec.

10 years agoupdated for version 7.4.553 v7.4.553
Bram Moolenaar [Wed, 17 Dec 2014 13:36:14 +0000 (14:36 +0100)]
updated for version 7.4.553
Problem:    Various small issues.
Solution:   Fix those issues.

10 years agoUpdated runtime files.
Bram Moolenaar [Sun, 14 Dec 2014 00:27:49 +0000 (01:27 +0100)]
Updated runtime files.

10 years agoupdated for version 7.4.552 v7.4.552
Bram Moolenaar [Sat, 13 Dec 2014 23:43:54 +0000 (00:43 +0100)]
updated for version 7.4.552
Problem:    Langmap applies to Insert mode expression mappings.
Solution:   Check for Insert mode. (Daniel Hahler)

10 years agoupdated for version 7.4.551 v7.4.551
Bram Moolenaar [Sat, 13 Dec 2014 21:00:22 +0000 (22:00 +0100)]
updated for version 7.4.551
Problem:    "ygn" may yank too much. (Fritzophrenic)  Issue 295.
Solution:   Check the width of the next match. (Christian Brabandt)

10 years agoupdated for version 7.4.550 v7.4.550
Bram Moolenaar [Sat, 13 Dec 2014 20:09:57 +0000 (21:09 +0100)]
updated for version 7.4.550
Problem:    curs_rows() function is always called with the second argument
            false.
Solution:   Remove the argument. (Christian Brabandt)
            validate_botline_win() can then also be removed.

10 years agoAdd new files for 7.4.549.
Bram Moolenaar [Sat, 13 Dec 2014 20:03:10 +0000 (21:03 +0100)]
Add new files for 7.4.549.

10 years agoupdated for version 7.4.549 v7.4.549
Bram Moolenaar [Sat, 13 Dec 2014 20:00:55 +0000 (21:00 +0100)]
updated for version 7.4.549
Problem:    Function name not recognized correctly when inside a function.
Solution:   Don't check for an alpha character.

10 years agoupdated for version 7.4.548 v7.4.548
Bram Moolenaar [Sat, 13 Dec 2014 19:50:09 +0000 (20:50 +0100)]
updated for version 7.4.548
Problem:    Function name not recognized correctly when inside a function.
Solution:   Don't check for an alpha character.

10 years agoupdated for version 7.4.547 v7.4.547
Bram Moolenaar [Sat, 13 Dec 2014 19:11:33 +0000 (20:11 +0100)]
updated for version 7.4.547
Problem:    Using "vit" does not select a multi-byte character at the end
            correctly.
Solution:   Advance the cursor over the multi-byte character. (Christian
            Brabandt)

10 years agoupdated for version 7.4.546 v7.4.546
Bram Moolenaar [Sat, 13 Dec 2014 02:58:09 +0000 (03:58 +0100)]
updated for version 7.4.546
Problem:    Repeated use of vim_snprintf() with a number.
Solution:   Move these vim_snprintf() calls into a function.

10 years agoupdated for version 7.4.545 v7.4.545
Bram Moolenaar [Sat, 13 Dec 2014 02:36:39 +0000 (03:36 +0100)]
updated for version 7.4.545
Problem:    Highlighting for multi-line matches is not correct.
Solution:   Stop highlight at the end of the match. (Hirohito Higashi)

10 years agoupdated for version 7.4.544 v7.4.544
Bram Moolenaar [Sat, 13 Dec 2014 02:20:14 +0000 (03:20 +0100)]
updated for version 7.4.544
Problem:    Warnings for unused arguments when compiling with a combination of
            features.
Solution:   Add "UNUSED".

10 years agoupdated for version 7.4.543 v7.4.543
Bram Moolenaar [Sat, 13 Dec 2014 02:17:11 +0000 (03:17 +0100)]
updated for version 7.4.543
Problem:    Since patch 7.4.232 "1,3s/\n//" joins two lines instead of three.
            (Eliseo Martínez)  Issue 287
Solution:   Correct the line count. (Christian Brabandt)
            Also set the last used search pattern.

10 years agoupdated for version 7.4.542 v7.4.542
Bram Moolenaar [Mon, 8 Dec 2014 03:16:44 +0000 (04:16 +0100)]
updated for version 7.4.542
Problem:    Using a range for window and buffer commands has a few problems.
            Cannot specify the type of range for a user command.
Solution:   Add the -addr argument for user commands.  Fix problems. (Marcin
            Szamotulski)

10 years agoupdated for version 7.4.541 v7.4.541
Bram Moolenaar [Sat, 6 Dec 2014 23:18:33 +0000 (00:18 +0100)]
updated for version 7.4.541
Problem:    Crash when doing a range assign.
Solution:   Check for NULL poiter. (Yukihiro Nakadaira)

10 years agoUpdate runtime files.
Bram Moolenaar [Sat, 6 Dec 2014 22:33:00 +0000 (23:33 +0100)]
Update runtime files.

10 years agoupdated for version 7.4.540 v7.4.540
Bram Moolenaar [Sun, 30 Nov 2014 21:51:06 +0000 (22:51 +0100)]
updated for version 7.4.540
Problem:    Cannot build with tiny and small features. (Taro Muraoka)
Solution:   Add #ifdef around CMD_USER.

10 years agoupdated for version 7.4.539 v7.4.539
Bram Moolenaar [Sun, 30 Nov 2014 13:50:16 +0000 (14:50 +0100)]
updated for version 7.4.539
Problem:    Crash when computing buffer count.  Problem with range for user
            commands.  Line range wrong in Visual area.
Solution:   Avoid segfault in compute_buffer_local_count().  Check for
            CMD_USER when checking type of range. (Marcin Szamotulski)

10 years agoupdated for version 7.4.538 v7.4.538
Bram Moolenaar [Sun, 30 Nov 2014 12:34:23 +0000 (13:34 +0100)]
updated for version 7.4.538
Problem:    Tests fail with small features plus Python.
Solution:   Disallow weird combination of options.  Do not set "fdm" when
            folding is disabled.

10 years agoupdated for version 7.4.537 v7.4.537
Bram Moolenaar [Thu, 27 Nov 2014 18:14:49 +0000 (19:14 +0100)]
updated for version 7.4.537
Problem:    Value of v:hlsearch reflects an internal variable.
Solution:   Make the value reflect whether search highlighting is actually
            displayed. (Christian Brabandt)

10 years agoupdated for version 7.4.536 v7.4.536
Bram Moolenaar [Thu, 27 Nov 2014 17:57:11 +0000 (18:57 +0100)]
updated for version 7.4.536
Problem:    Test 63 fails when using a black&white terminal.
Solution:   Add attributes for a non-color terminal. (Christian Brabandt)

10 years agoupdated for version 7.4.535 v7.4.535
Bram Moolenaar [Thu, 27 Nov 2014 17:33:02 +0000 (18:33 +0100)]
updated for version 7.4.535
Problem:    Can't build with tiny features.
Solution:   Add #ifdefs and skip a test.

10 years agoAdd files added by patch 7.4.530 to the repository.
Bram Moolenaar [Thu, 27 Nov 2014 16:46:22 +0000 (17:46 +0100)]
Add files added by patch 7.4.530 to the repository.

10 years agoupdated for version 7.4.534 v7.4.534
Bram Moolenaar [Thu, 27 Nov 2014 16:44:08 +0000 (17:44 +0100)]
updated for version 7.4.534
Problem:    Warnings when compiling if_ruby.c.
Solution:   Avoid the warnings. (Ken Takata)

10 years agoupdated for version 7.4.533 v7.4.533
Bram Moolenaar [Thu, 27 Nov 2014 16:37:57 +0000 (17:37 +0100)]
updated for version 7.4.533
Problem:    ":hardcopy" leaks memory in case of errors.
Solution:   Free memory in all code paths. (Christian Brabandt)

10 years agoupdated for version 7.4.532 v7.4.532
Bram Moolenaar [Thu, 27 Nov 2014 16:29:56 +0000 (17:29 +0100)]
updated for version 7.4.532
Problem:    When using 'incsearch' "2/pattern/e" highlights the first match.
Solution:   Move the code to set extra_col inside the loop for count.  (Ozaki
            Kiichi)

10 years agoupdated for version 7.4.531 v7.4.531
Bram Moolenaar [Thu, 27 Nov 2014 15:38:11 +0000 (16:38 +0100)]
updated for version 7.4.531
Problem:    Comments about parsing an Ex command are wrong.
Solution:   Correct the steop numbers.

10 years agoupdated for version 7.4.530 v7.4.530
Bram Moolenaar [Thu, 27 Nov 2014 15:22:48 +0000 (16:22 +0100)]
updated for version 7.4.530
Problem:    Many commands take a count or range that is not using line
            numbers.
Solution:   For each command specify what kind of count it uses.  For windows,
            buffers and arguments have "$" and "." have a relevant meaning.
            (Marcin Szamotulski)

10 years agoupdated for version 7.4.529 v7.4.529
Bram Moolenaar [Thu, 27 Nov 2014 13:09:13 +0000 (14:09 +0100)]
updated for version 7.4.529
Problem:    No test for what 7.4.517 fixes.
Solution:   Adjust the tests for breakindent. (Christian Brabandt)

10 years agoupdated for version 7.4.528 v7.4.528
Bram Moolenaar [Thu, 27 Nov 2014 12:37:10 +0000 (13:37 +0100)]
updated for version 7.4.528
Problem:    Crash when using matchadd() (Yasuhiro Matsumoto)
Solution:   Copy the match regprog.

10 years agoupdated for version 7.4.527 v7.4.527
Bram Moolenaar [Sun, 23 Nov 2014 14:57:49 +0000 (15:57 +0100)]
updated for version 7.4.527
Problem:    Still confusing regexp failure and NFA_TOO_EXPENSIVE.
Solution:   NFA changes equivalent of 7.4.526.

10 years agoupdated for version 7.4.526 v7.4.526
Bram Moolenaar [Thu, 20 Nov 2014 22:07:05 +0000 (23:07 +0100)]
updated for version 7.4.526
Problem:    matchstr() fails on long text. Daniel Hahler)
Solution:   Return NFA_TOO_EXPENSIVE from regexec_nl(). (Christian Brabandt)

10 years agoupdated for version 7.4.525 v7.4.525
Bram Moolenaar [Wed, 19 Nov 2014 19:04:48 +0000 (20:04 +0100)]
updated for version 7.4.525
Problem:    map() leaks memory when there is an error in the expression.
Solution:   Call clear_tv(). (Christian Brabandt)

10 years agoupdated for version 7.4.524 v7.4.524
Bram Moolenaar [Wed, 19 Nov 2014 18:33:16 +0000 (19:33 +0100)]
updated for version 7.4.524
Problem:    When using ":ownsyntax" spell checking is messed up. (Issue 78)
Solution:   Use the window-local option values. (Christian Brabandt)

10 years agoUpdate runtime files.
Bram Moolenaar [Wed, 19 Nov 2014 17:54:17 +0000 (18:54 +0100)]
Update runtime files.

10 years agoupdated for version 7.4.523 v7.4.523
Bram Moolenaar [Wed, 19 Nov 2014 17:48:46 +0000 (18:48 +0100)]
updated for version 7.4.523
Problem:    When the X11 server is stopped and restarted, while Vim is kept in
            the background, copy/paste no longer works. (Issue 203)
Solution:   Setup the clipboard again. (Christian Brabandt)

10 years agoupdated for version 7.4.522 v7.4.522
Bram Moolenaar [Wed, 19 Nov 2014 17:03:28 +0000 (18:03 +0100)]
updated for version 7.4.522
Problem:    Specifying wrong buffer size for GetLongPathName().
Solution:   Use the actual size. (Ken Takata)

10 years agoupdated for version 7.4.521 v7.4.521
Bram Moolenaar [Wed, 19 Nov 2014 16:35:39 +0000 (17:35 +0100)]
updated for version 7.4.521
Problem:    When using "vep" a mark is moved to the next line. (Maxi Padulo,
            Issue 283)
Solution:   Decrement the line number. (Christian Brabandt)

10 years agoupdated for version 7.4.520 v7.4.520
Bram Moolenaar [Wed, 19 Nov 2014 16:05:55 +0000 (17:05 +0100)]
updated for version 7.4.520
Problem:    Sun PCK locale is not recognzed.
Solution:   Add PCK in the table. (Keiichi Oono)

10 years agoupdated for version 7.4.519 v7.4.519
Bram Moolenaar [Wed, 19 Nov 2014 15:38:07 +0000 (16:38 +0100)]
updated for version 7.4.519
Problem:    Crash when using syntax highlighting.
Solution:   When regprog is freed and replaced, store the result.

10 years agoupdated for version 7.4.518 v7.4.518
Bram Moolenaar [Wed, 19 Nov 2014 12:40:08 +0000 (13:40 +0100)]
updated for version 7.4.518
Problem:    Using status line height in width computations.
Solution:   Use one instead. (Hirohito Higashi)

10 years agoupdated for version 7.4.517 v7.4.517
Bram Moolenaar [Wed, 19 Nov 2014 12:21:57 +0000 (13:21 +0100)]
updated for version 7.4.517
Problem:    With a wrapping line the cursor may not end up in the right place.
            (Nazri Ramliy)
Solution:   Adjust n_extra for a Tab that wraps. (Christian Brabandt)

10 years agoUpdate translations.
Bram Moolenaar [Thu, 13 Nov 2014 13:26:09 +0000 (14:26 +0100)]
Update translations.

10 years agoUpdate runtime files.
Bram Moolenaar [Thu, 13 Nov 2014 13:25:38 +0000 (14:25 +0100)]
Update runtime files.

10 years agoupdated for version 7.4.516 v7.4.516
Bram Moolenaar [Wed, 12 Nov 2014 19:09:06 +0000 (20:09 +0100)]
updated for version 7.4.516
Problem:    Completing a function name containing a # does not work.  Issue
            253.
Solution:   Recognize the # character. (Christian Brabandt)

10 years agoupdated for version 7.4.515 v7.4.515
Bram Moolenaar [Wed, 12 Nov 2014 18:28:16 +0000 (19:28 +0100)]
updated for version 7.4.515
Problem:    In a help buffer the global 'foldmethod' is used.  (Paul Marshall)
Solution:   Reset 'foldmethod' when starting to edit a help file.  Move the
            code to a separate function.

10 years agoupdated for version 7.4.514 v7.4.514
Bram Moolenaar [Wed, 12 Nov 2014 17:59:25 +0000 (18:59 +0100)]
updated for version 7.4.514
Problem:    Memory access error. (Dominique Pelle)
Solution:   Update tpos. (Christian Brabandt)

10 years agoupdated for version 7.4.513 v7.4.513
Bram Moolenaar [Wed, 12 Nov 2014 17:49:16 +0000 (18:49 +0100)]
updated for version 7.4.513
Problem:    Crash because reference count is wrong for list returned by
            getreg().
Solution:   Increment the reference count. (Kimmy Lindvall)

10 years agoupdated for version 7.4.512 v7.4.512
Bram Moolenaar [Wed, 12 Nov 2014 15:10:48 +0000 (16:10 +0100)]
updated for version 7.4.512
Problem:    Cannot generate prototypes for Win32 files and VMS.
Solution:   Add typedefs and #ifdef

10 years agoupdated for version 7.4.511 v7.4.511
Bram Moolenaar [Wed, 12 Nov 2014 15:05:04 +0000 (16:05 +0100)]
updated for version 7.4.511
Problem:    Generating proto for if_ruby.c uses type not defined elsewhere.
Solution:   Do not generate a prototype for
            rb_gc_writebarrier_unprotect_promoted()

10 years agoupdated for version 7.4.510 v7.4.510
Bram Moolenaar [Wed, 12 Nov 2014 14:45:21 +0000 (15:45 +0100)]
updated for version 7.4.510
Problem:    "-fwrapv" argument breaks use of cproto.
Solution:   Remove the alphabetic arguments in a drastic way.

10 years agoupdated for version 7.4.509 v7.4.509
Bram Moolenaar [Wed, 12 Nov 2014 14:15:42 +0000 (15:15 +0100)]
updated for version 7.4.509
Problem:    Users are not aware their encryption is weak.
Solution:   Give a warning when prompting for the key.

10 years agoupdated for version 7.4.508 v7.4.508
Bram Moolenaar [Wed, 12 Nov 2014 12:07:53 +0000 (13:07 +0100)]
updated for version 7.4.508
Problem:    When generating ja.sjis.po the header is not correctly adjusted.
Solution:   Check for the right header string. (Ken Takata)

10 years agoupdated for version 7.4.507 v7.4.507
Bram Moolenaar [Thu, 6 Nov 2014 09:03:01 +0000 (10:03 +0100)]
updated for version 7.4.507
Problem:    Building with MingW and Perl.
Solution:   Remove quotes. (Ken Takata)

10 years agoupdated for version 7.4.506 v7.4.506
Bram Moolenaar [Wed, 5 Nov 2014 18:33:24 +0000 (19:33 +0100)]
updated for version 7.4.506
Problem:    MS-Windows: Cannot open a file with 259 characters.
Solution:   Fix off-by-one error. (Ken Takata)

10 years agoupdated for version 7.4.505 v7.4.505
Bram Moolenaar [Wed, 5 Nov 2014 17:36:03 +0000 (18:36 +0100)]
updated for version 7.4.505
Problem:    On MS-Windows when 'encoding' is a double-byte encoding a file
            name longer than MAX_PATH bytes but shorter than that in
            characters causes problems.
Solution:   Fail on file names longer than MAX_PATH bytes. (Ken Takata)

10 years agoupdated for version 7.4.504 v7.4.504
Bram Moolenaar [Wed, 5 Nov 2014 17:18:17 +0000 (18:18 +0100)]
updated for version 7.4.504
Problem:    Restriction of the MS-Windows installer that the path must end in
            "Vim" prevents installing more than one version.
Solution:   Remove the restriction. (Tim Lebedkov)

10 years agoupdated for version 7.4.503 v7.4.503
Bram Moolenaar [Wed, 5 Nov 2014 17:06:01 +0000 (18:06 +0100)]
updated for version 7.4.503
Problem:    Cannot append a list of lines to a file.
Solution:   Add the append option to writefile(). (Yasuhiro Matsumoto)

10 years agoupdated for version 7.4.502 v7.4.502
Bram Moolenaar [Wed, 5 Nov 2014 16:44:52 +0000 (17:44 +0100)]
updated for version 7.4.502
Problem:    Language mapping also applies to mapped characters.
Solution:   Add the 'langnoremap' option, when on 'langmap' does not apply to
            mapped characters. (Christian Brabandt)

10 years agoupdated for version 7.4.501 v7.4.501
Bram Moolenaar [Wed, 5 Nov 2014 16:04:18 +0000 (17:04 +0100)]
updated for version 7.4.501
Problem:    Typo in file pattern.
Solution:   Insert a slash and remove a dot.

10 years agoUpdate runtime files.
Bram Moolenaar [Wed, 5 Nov 2014 16:02:17 +0000 (17:02 +0100)]
Update runtime files.

10 years agoupdated for version 7.4.500 v7.4.500
Bram Moolenaar [Wed, 5 Nov 2014 15:39:28 +0000 (16:39 +0100)]
updated for version 7.4.500
Problem:    Test 72 still fails once in a while.
Solution:   Don't set 'fileformat' to unix, reset it. (Ken Takata)

10 years agoupdated for version 7.4.499 v7.4.499
Bram Moolenaar [Wed, 5 Nov 2014 15:03:44 +0000 (16:03 +0100)]
updated for version 7.4.499
Problem:    substitute() can be slow with long strings.
Solution:   Store a pointer to the end, instead of calling strlen() every
            time. (Ozaki Kiichi)

10 years agoupdated for version 7.4.498 v7.4.498
Bram Moolenaar [Wed, 5 Nov 2014 14:46:09 +0000 (15:46 +0100)]
updated for version 7.4.498
Problem:    Typo in DOS makefile.
Solution:   Change exists to exist. (Ken Takata)

10 years agoupdated for version 7.4.497 v7.4.497
Bram Moolenaar [Wed, 5 Nov 2014 13:27:36 +0000 (14:27 +0100)]
updated for version 7.4.497
Problem:    With some regexp patterns the NFA engine uses many states and
            becomes very slow.  To the user it looks like Vim freezes.
Solution:   When the number of states reaches a limit fall back to the old
            engine. (Christian Brabandt)

10 years agoupdated for version 7.4.496 v7.4.496
Bram Moolenaar [Wed, 5 Nov 2014 12:53:32 +0000 (13:53 +0100)]
updated for version 7.4.496
Problem:    Many lines are both in Make_cyg.mak and Make_ming.mak
Solution:   Move the common parts to one file. (Ken Takata)

10 years agoupdated for version 7.4.495 v7.4.495
Bram Moolenaar [Wed, 5 Nov 2014 12:43:21 +0000 (13:43 +0100)]
updated for version 7.4.495
Problem:    XPM isn't used correctly in the Cygwin Makefile.
Solution:   Include the rules like in Make_ming.mak. (Ken Takata)

10 years agoupdated for version 7.4.494 v7.4.494
Bram Moolenaar [Wed, 5 Nov 2014 08:53:23 +0000 (09:53 +0100)]
updated for version 7.4.494
Problem:    Cursor shape is wrong after a CompleteDone autocommand.
Solution:   Update the cursor and mouse shape after ":normal" restores the
            state. (Jacob Niehus)

10 years agoupdated for version 7.4.493 v7.4.493
Bram Moolenaar [Fri, 31 Oct 2014 18:51:36 +0000 (19:51 +0100)]
updated for version 7.4.493
Problem:    A TextChanged autocommand is triggered when saving a file.
            (William Gardner)
Solution:   Update last_changedtick after calling unchanged(). (Christian
            Brabandt)

10 years agoupdated for version 7.4.492 v7.4.492
Bram Moolenaar [Fri, 31 Oct 2014 18:20:36 +0000 (19:20 +0100)]
updated for version 7.4.492
Problem:    In Insert mode, after inserting a newline that inserts a comment
            leader, CTRL-O moves to the right. (ZyX) Issue 57.
Solution:   Correct the condition for moving the cursor back to the NUL.
            (Christian Brabandt)

10 years agoupdated for version 7.4.491 v7.4.491
Bram Moolenaar [Fri, 31 Oct 2014 14:45:52 +0000 (15:45 +0100)]
updated for version 7.4.491
Problem:    When winrestview() has a negative "topline" value there are
            display errors.
Solution:   Correct a negative value to 1. (Hirohito Higashi)

10 years agoupdated for version 7.4.490 v7.4.490
Bram Moolenaar [Fri, 31 Oct 2014 12:54:25 +0000 (13:54 +0100)]
updated for version 7.4.490
Problem:    Cannot specify the buffer to use for "do" and "dp", making them
            useless for three-way diff.
Solution:   Use the count as the buffer number. (James McCoy)

10 years agoupdated for version 7.4.489 v7.4.489
Bram Moolenaar [Fri, 31 Oct 2014 11:42:01 +0000 (12:42 +0100)]
updated for version 7.4.489
Problem:    Cursor movement still wrong when 'lbr' is set and there is a
            number column. (Hirohito Higashi)
Solution:   Add correction for number column. (Hiroyuki Takagi)

10 years agoupdated for version 7.4.488 v7.4.488
Bram Moolenaar [Wed, 22 Oct 2014 20:09:01 +0000 (22:09 +0200)]
updated for version 7.4.488
Problem:    test_mapping fails for some people.
Solution:   Set the 'encoding' option. (Ken Takata)

10 years agoAdd the missing test files.
Bram Moolenaar [Tue, 21 Oct 2014 20:36:31 +0000 (22:36 +0200)]
Add the missing test files.

10 years agoupdated for version 7.4.487 v7.4.487
Bram Moolenaar [Tue, 21 Oct 2014 18:57:15 +0000 (20:57 +0200)]
updated for version 7.4.487
Problem:    ":sign jump" may use another window even though the file is
            already edited in the current window.
Solution:   First check if the file is in the current window. (James McCoy)

10 years agoupdated for version 7.4.486 v7.4.486
Bram Moolenaar [Tue, 21 Oct 2014 18:01:58 +0000 (20:01 +0200)]
updated for version 7.4.486
Problem:    Check for writing to a yank register is wrong.
Solution:   Negate the check. (Zyx).  Also clean up the #ifdefs.

10 years agoupdated for version 7.4.485 v7.4.485
Bram Moolenaar [Tue, 21 Oct 2014 17:35:31 +0000 (19:35 +0200)]
updated for version 7.4.485
Problem:    Abbreviations don't work. (Toothpik)
Solution:   Move the length computation inside the for loop.  Compare against
            the unescaped key.

10 years agoupdated for version 7.4.484 v7.4.484
Bram Moolenaar [Tue, 21 Oct 2014 16:17:09 +0000 (18:17 +0200)]
updated for version 7.4.484
Problem:    Compiler warning on MS-Windows. (Ken Takata)
Solution:   Add type cast.

10 years agoupdated for version 7.4.483 v7.4.483
Bram Moolenaar [Tue, 21 Oct 2014 14:22:17 +0000 (16:22 +0200)]
updated for version 7.4.483
Problem:    A 0x80 byte is not handled correctly in abbreviations.
Solution:   Unescape special characters. Add a test. (Christian Brabandt)

10 years agoupdated for version 7.4.482 v7.4.482
Bram Moolenaar [Tue, 21 Oct 2014 12:15:17 +0000 (14:15 +0200)]
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.

10 years agoupdated for version 7.4.481 v7.4.481
Bram Moolenaar [Thu, 16 Oct 2014 18:35:36 +0000 (20:35 +0200)]
updated for version 7.4.481
Problem:    Compiler warning on MS-Windows.
Solution:   Add type casts. (Ken Takata)

10 years agoupdated for version 7.4.480 v7.4.480
Bram Moolenaar [Thu, 16 Oct 2014 14:16:37 +0000 (16:16 +0200)]
updated for version 7.4.480
Problem:    MS-Windows: Can't build.
Solution:   Remove goto, use a flag instead.

10 years agoUpdate runtime files and translations.
Bram Moolenaar [Wed, 15 Oct 2014 20:51:52 +0000 (22:51 +0200)]
Update runtime files and translations.

10 years agoupdated for version 7.4.479 v7.4.479
Bram Moolenaar [Wed, 15 Oct 2014 20:50:10 +0000 (22:50 +0200)]
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)

10 years agoupdated for version 7.4.478 v7.4.478
Bram Moolenaar [Wed, 15 Oct 2014 19:26:40 +0000 (21:26 +0200)]
updated for version 7.4.478
Problem:    Using byte length instead of character length for 'showbreak'.
Solution:   Compute the character length. (Marco Hinz)

10 years agoupdated for version 7.4.477 v7.4.477
Bram Moolenaar [Wed, 15 Oct 2014 10:56:49 +0000 (12:56 +0200)]
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.

10 years agoupdated for version 7.4.476 v7.4.476
Bram Moolenaar [Wed, 15 Oct 2014 10:07:11 +0000 (12:07 +0200)]
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)

10 years agoupdated for version 7.4.475 v7.4.475
Bram Moolenaar [Sat, 11 Oct 2014 12:47:26 +0000 (14:47 +0200)]
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.

10 years agoupdated for version 7.4.474 v7.4.474
Bram Moolenaar [Sat, 11 Oct 2014 10:48:26 +0000 (12:48 +0200)]
updated for version 7.4.474
Problem:    AIX compiler can't handle // comment.  Issue 265.
Solution:   Remove that line.