]> granicus.if.org Git - vim/log
vim
11 years agoUpdated runtime files.
Bram Moolenaar [Wed, 24 Jul 2013 17:53:36 +0000 (19:53 +0200)]
Updated runtime files.

11 years agoupdated for version 7.4a.044 v7.4a.044
Bram Moolenaar [Wed, 24 Jul 2013 15:51:57 +0000 (17:51 +0200)]
updated for version 7.4a.044
Problem:    Test 96 sometimes fails.
Solution:   Clear window from b_wininfo in win_free().  (Suggestion by
            Yukihiro Nakadaira)

11 years agoupdated for version 7.4a.043 v7.4a.043
Bram Moolenaar [Wed, 24 Jul 2013 15:11:46 +0000 (17:11 +0200)]
updated for version 7.4a.043
Problem:    More ml_get errors when adding or deleting lines from Python.
            (Vlad Irnov)
Solution:   Switch to a window with the buffer when possible.

11 years agoupdated for version 7.4a.042 v7.4a.042
Bram Moolenaar [Wed, 24 Jul 2013 14:02:36 +0000 (16:02 +0200)]
updated for version 7.4a.042
Problem:    Crash when BufUnload autocommands close all buffers. (Andrew
            Pimlott)
Solution:   Set curwin->w_buffer to curbuf to avoid NULL.

11 years agoupdated for version 7.4a.041 v7.4a.041
Bram Moolenaar [Wed, 24 Jul 2013 13:02:03 +0000 (15:02 +0200)]
updated for version 7.4a.041
Problem:    When using ":new ++ff=unix" and "dos" is first in 'fileformats'
            then 'ff' is set to "dos" instead of "unix". (Ingo Karkat)
Solution:   Create set_file_options() and invoke it from do_ecmd().

11 years agoupdated for version 7.4a.040 v7.4a.040
Bram Moolenaar [Wed, 24 Jul 2013 11:49:22 +0000 (13:49 +0200)]
updated for version 7.4a.040
Problem:    Win32: using uninitialized variable.
Solution:   (Yukihiro Nakadaira)

11 years agoupdated for version 7.4a.039 v7.4a.039
Bram Moolenaar [Sun, 21 Jul 2013 16:59:24 +0000 (18:59 +0200)]
updated for version 7.4a.039
Problem:    New regexp engine doesn't match pattern. (Ingo Karkat)
Solution:   When adding a state also check for different PIM if the list of
            states has any state with a PIM.

11 years agoupdated for version 7.4a.038 v7.4a.038
Bram Moolenaar [Sun, 21 Jul 2013 15:53:58 +0000 (17:53 +0200)]
updated for version 7.4a.038
Problem:    When using MSVC 2012 there are various issues, including GUI size
            computations.
Solution:   Use SM_CXPADDEDBORDER. (Mike Williams)

11 years agoupdated for version 7.4a.037 v7.4a.037
Bram Moolenaar [Sun, 21 Jul 2013 15:46:43 +0000 (17:46 +0200)]
updated for version 7.4a.037
Problem:    Win32: When mouse is hidden and in the toolbar, moving it won't
            make it appear. (Sami Salonen)
Solution:   Add tabline_wndproc() and toolbar_wndproc(). (Ken Takata)

11 years agoupdated for version 7.4a.036 v7.4a.036
Bram Moolenaar [Sun, 21 Jul 2013 15:06:00 +0000 (17:06 +0200)]
updated for version 7.4a.036
Problem:    "\p" in a regexp does not match double-width characters.
            (Yukihiro Nakadaira)
Solution:   Don't count display cells, use vim_isprintc().

11 years agoUpdated runtime files.
Bram Moolenaar [Wed, 17 Jul 2013 20:37:26 +0000 (22:37 +0200)]
Updated runtime files.

11 years agoupdated for version 7.4a.035 v7.4a.035
Bram Moolenaar [Wed, 17 Jul 2013 20:35:39 +0000 (22:35 +0200)]
updated for version 7.4a.035
Problem:    Fix in patch 7.4a.032 is not tested.
Solution:   Add test.

11 years agoupdated for version 7.4a.034 v7.4a.034
Bram Moolenaar [Wed, 17 Jul 2013 19:59:13 +0000 (21:59 +0200)]
updated for version 7.4a.034
Problem:    The tabline may flicker when opening a new tab after 7.3.759 on
            Win32.
Solution:   Move call to TabCtrl_SetCurSel(). (Ken Takata)

11 years agoupdated for version 7.4a.033 v7.4a.033
Bram Moolenaar [Wed, 17 Jul 2013 19:40:31 +0000 (21:40 +0200)]
updated for version 7.4a.033
Problem:    Test 98 always passes.
Solution:   Include test98a.in in test98.in, execute the crucial command in
            one line. (Yukihiro Nakadaira)

11 years agoupdated for version 7.4a.032 v7.4a.032
Bram Moolenaar [Wed, 17 Jul 2013 19:10:51 +0000 (21:10 +0200)]
updated for version 7.4a.032
Problem:    New regexp engine: Does not match shorter alternative. (Ingo
            Karkat)
Solution:   Do not drop a new state when the PIM info is different.

11 years agoupdated for version 7.4a.031 v7.4a.031
Bram Moolenaar [Wed, 17 Jul 2013 17:22:13 +0000 (19:22 +0200)]
updated for version 7.4a.031
Problem:    Compiler warnings. (Charles Campbell)
Solution:   Initialize variables even when not needed.

11 years agoupdated for version 7.4a.030 v7.4a.030
Bram Moolenaar [Wed, 17 Jul 2013 17:12:57 +0000 (19:12 +0200)]
updated for version 7.4a.030
Problem:    Missing find_win_for_buf(). (toothpik)
Solution:   Add missing changes.

11 years agoupdated for version 7.4a.029 v7.4a.029
Bram Moolenaar [Wed, 17 Jul 2013 16:58:11 +0000 (18:58 +0200)]
updated for version 7.4a.029
Problem:    Can't build with MzScheme on Ubuntu 13.04.
Solution:   Add configure check for the "ffi" library.

11 years agoupdated for version 7.4a.028 v7.4a.028
Bram Moolenaar [Wed, 17 Jul 2013 15:35:13 +0000 (17:35 +0200)]
updated for version 7.4a.028
Problem:    Crash when spell checking in new buffer.
Solution:   Set the b_p_key field.  (Mike Williams)

11 years agoupdated for version 7.4a.027 v7.4a.027
Bram Moolenaar [Wed, 17 Jul 2013 15:15:25 +0000 (17:15 +0200)]
updated for version 7.4a.027
Problem:    When Python adds lines to another buffer the cursor position is
            wrong, it might be below the last line causing ml_get errors.
            (Vlad Irnov)
Solution:   Temporarily change the current window, so that marks are corrected
            properly.

11 years agoupdated for version 7.4a.026 v7.4a.026
Bram Moolenaar [Wed, 17 Jul 2013 11:43:39 +0000 (13:43 +0200)]
updated for version 7.4a.026
Problem:    ":diffoff" does not remove folds. (Ramel)
Solution:   Do not restore 'foldenable' when 'foldmethod' is "manual".

11 years agoupdated for version 7.4a.025 v7.4a.025
Bram Moolenaar [Wed, 17 Jul 2013 09:54:28 +0000 (11:54 +0200)]
updated for version 7.4a.025
Problem:    Get the press-Enter prompt even after using :redraw.
Solution:   Clear need_wait_return when executing :redraw.

11 years agoupdated for version 7.4a.024 v7.4a.024
Bram Moolenaar [Sun, 14 Jul 2013 13:06:50 +0000 (15:06 +0200)]
updated for version 7.4a.024
Problem:    X11 GUI: Checking icon height twice.
Solution:   Check height and width. (Dominique Pelle)

11 years agoupdated for version 7.4a.023 v7.4a.023
Bram Moolenaar [Sun, 14 Jul 2013 11:41:56 +0000 (13:41 +0200)]
updated for version 7.4a.023
Problem:    Still another superfluous parenthesis. (ZyX)
Solution:   Remove it.

11 years agoupdated for version 7.4a.022 v7.4a.022
Bram Moolenaar [Sun, 14 Jul 2013 11:32:15 +0000 (13:32 +0200)]
updated for version 7.4a.022
Problem:    Using "d2g$" does not delete the last character. (ZyX)
Solution:   Set the "inclusive" flag properly.

11 years agoupdated for version 7.4a.021 v7.4a.021
Bram Moolenaar [Sun, 14 Jul 2013 11:02:12 +0000 (13:02 +0200)]
updated for version 7.4a.021
Problem:    Using feedkeys() doesn't always work.
Solution:   Omit feedkeys(). (Ken Takata)

11 years agoupdated for version 7.4a.020 v7.4a.020
Bram Moolenaar [Sun, 14 Jul 2013 10:34:56 +0000 (12:34 +0200)]
updated for version 7.4a.020
Problem:    Superfluous mb_ptr_adv().
Solution:   Remove the call. (Dominique Pelle)

11 years agoupdated for version 7.4a.019 v7.4a.019
Bram Moolenaar [Sun, 14 Jul 2013 10:21:57 +0000 (12:21 +0200)]
updated for version 7.4a.019
Problem:    Invalid closing parenthesis in test 62. Command truncated at
            double quote.
Solution:   Remove the parenthesis. Change double quote to ''. (ZyX)

11 years agoupdated for version 7.4a.018 v7.4a.018
Bram Moolenaar [Sat, 13 Jul 2013 18:58:11 +0000 (20:58 +0200)]
updated for version 7.4a.018
Problem:    Compiler warning for code unreachable. (Charles Campbell)
Solution:   Use "while" instead of endless loop.  Change break to continue.

11 years agoupdated for version 7.4a.017 v7.4a.017
Bram Moolenaar [Sat, 13 Jul 2013 14:34:32 +0000 (16:34 +0200)]
updated for version 7.4a.017
Problem:    When 'foldmethod' is "indent", using ">>" on a line just above a
            fold makes the cursor line folded. (Evan Laforge)
Solution:   Call foldOpenCursor(). (Christian Brabandt)

11 years agoupdated for version 7.4a.016 v7.4a.016
Bram Moolenaar [Sat, 13 Jul 2013 13:39:33 +0000 (15:39 +0200)]
updated for version 7.4a.016
Problem:    Features enabled in Makefile.
Solution:   Undo accidental changes.

11 years agoupdated for version 7.4a.015 v7.4a.015
Bram Moolenaar [Sat, 13 Jul 2013 13:33:20 +0000 (15:33 +0200)]
updated for version 7.4a.015
Problem:    No Japanese man pages.
Solution:   Add Japanese translations of man pages. (Ken Takata, Yukihiro
            Nakadaira, et al.)

11 years agoupdated for version 7.4a.014 v7.4a.014
Bram Moolenaar [Sat, 13 Jul 2013 12:08:16 +0000 (14:08 +0200)]
updated for version 7.4a.014
Problem:    Test 86 and 89 have a problem with using a shadow dir.
Solution:   Adjust for the different directory structure. (James McCoy)

11 years agoupdated for version 7.4a.013 v7.4a.013
Bram Moolenaar [Sat, 13 Jul 2013 10:36:55 +0000 (12:36 +0200)]
updated for version 7.4a.013
Problem:    Setting/resetting 'lbr' in the main help file changes alignment
            after a Tab. (Dimitar Dimitrov)
Solution:   Also use the code for conceal mode where n_extra is computed for
            'lbr'.

11 years agoupdated for version 7.4a.012 v7.4a.012
Bram Moolenaar [Fri, 12 Jul 2013 18:16:58 +0000 (20:16 +0200)]
updated for version 7.4a.012
Problem:    "make test" fails when using a shadow directory.
Solution:   Create links for files in src/po. (James McCoy)

11 years agoupdated for version 7.4a.011 v7.4a.011
Bram Moolenaar [Fri, 12 Jul 2013 18:07:24 +0000 (20:07 +0200)]
updated for version 7.4a.011
Problem:    Configure check for Python 3 config name isn't right.
Solution:   Always include vi_cv_var_python3_version. (Tim Harder)

11 years agoupdated for version 7.4a.010 v7.4a.010
Bram Moolenaar [Tue, 9 Jul 2013 19:57:52 +0000 (21:57 +0200)]
updated for version 7.4a.010
Problem:    Test 86 and 97 fail when building with Python or Python 3 and
            using a static library.
Solution:   Add configure check to add -fPIE compiler flag.

11 years agoupdated for version 7.4a.009 v7.4a.009
Bram Moolenaar [Tue, 9 Jul 2013 15:42:46 +0000 (17:42 +0200)]
updated for version 7.4a.009
Problem:    Compiler warnings for function prototypes.
Solution:   Add "void".  Move list_features() prototype. (Ken Takata)

11 years agoupdated for version 7.4a.008 v7.4a.008
Bram Moolenaar [Tue, 9 Jul 2013 15:30:55 +0000 (17:30 +0200)]
updated for version 7.4a.008
Problem:    Python 3 doesn't handle multibyte characters prooperly when
            'encoding' is not utf-8.
Solution:   Use PyUnicode_Decode() instead of PyUnicode_FromString(). (Ken
            Takata)

11 years agoupdated for version 7.4a.007 v7.4a.007
Bram Moolenaar [Tue, 9 Jul 2013 15:08:29 +0000 (17:08 +0200)]
updated for version 7.4a.007
Problem:    After "g$" with 'virtualedit' set, "k" moves to a different
            column.  (Dimitar Dimitrov)
Solution:   Set w_curswant. (Christian Brabandt)

11 years agoUpdated runtime files. Fix NL translations.
Bram Moolenaar [Tue, 9 Jul 2013 13:44:17 +0000 (15:44 +0200)]
Updated runtime files.  Fix NL translations.

11 years agoupdated for version 7.4a.006 v7.4a.006
Bram Moolenaar [Tue, 9 Jul 2013 12:58:10 +0000 (14:58 +0200)]
updated for version 7.4a.006
Problem:    Failure in po file check goes unnoticed.
Solution:   Fail "make test" if the po file check fails.

11 years agoupdated for version 7.4a.005 v7.4a.005
Bram Moolenaar [Tue, 9 Jul 2013 11:44:59 +0000 (13:44 +0200)]
updated for version 7.4a.005
Problem:    Scroll binding causes unexpected scroll.
Solution:   Store the topline after updating scroll binding.  Add a test.
            (Lech Lorens)

11 years agoupdated for version 7.4a.004 v7.4a.004
Bram Moolenaar [Tue, 9 Jul 2013 11:15:46 +0000 (13:15 +0200)]
updated for version 7.4a.004
Problem:    MSVC 2012 Update 3 is not recognized.
Solution:   Add the version number. (Raymond Ko)

11 years agoupdated for version 7.4a.003 v7.4a.003
Bram Moolenaar [Tue, 9 Jul 2013 10:54:21 +0000 (12:54 +0200)]
updated for version 7.4a.003
Problem:    Copyright year is oudated.
Solution:   Only use the first year.

11 years agoupdated for version 7.4a.002 v7.4a.002
Bram Moolenaar [Sun, 7 Jul 2013 14:15:35 +0000 (16:15 +0200)]
updated for version 7.4a.002
Problem:    Valgrind errors in test 89. (Simon Ruderich)
Solution:   Allocate one more byte. (Dominique Pelle)

11 years agoFix duplicate patch number 1.
Bram Moolenaar [Sat, 6 Jul 2013 16:08:03 +0000 (18:08 +0200)]
Fix duplicate patch number 1.

11 years agoupdated for version 7.4a.001 v7.4a.001
Bram Moolenaar [Sat, 6 Jul 2013 14:23:02 +0000 (16:23 +0200)]
updated for version 7.4a.001
Problem:    Script to update syntax menu is oudated.
Solution:   Add the missing items.
(only changing the version, file was already updated)

11 years agoVim 7.4a BETA release. v7.4a
Bram Moolenaar [Sat, 6 Jul 2013 13:44:11 +0000 (15:44 +0200)]
Vim 7.4a BETA release.

11 years agoUpdate runtime files.
Bram Moolenaar [Sat, 6 Jul 2013 11:58:22 +0000 (13:58 +0200)]
Update runtime files.

11 years agoupdated for version 7.3.1314 v7.3.1314
Bram Moolenaar [Sat, 6 Jul 2013 11:54:33 +0000 (13:54 +0200)]
updated for version 7.3.1314
Problem:    Test 87 fails with Python 3.3.
Solution:   Filter the error messages. (Taro Muraoka)

11 years agoupdated for version 7.3.1313 v7.3.1313
Bram Moolenaar [Sat, 6 Jul 2013 11:35:08 +0000 (13:35 +0200)]
updated for version 7.3.1313
Problem:    :py and :py3 don't work when compiled with Cygwin or MingW with 64
            bit.
Solution:   Add -DMS_WIN64 to the build command. (Ken Takata)

11 years agoupdated for version 7.3.1312 v7.3.1312
Bram Moolenaar [Sat, 6 Jul 2013 11:02:30 +0000 (13:02 +0200)]
updated for version 7.3.1312
Problem:    Not giving correct error messages for SystemExit().
Solution:   Move E858 into an else. (Ken Takata)

11 years agoA few updated runtime files.
Bram Moolenaar [Fri, 5 Jul 2013 19:01:22 +0000 (21:01 +0200)]
A few updated runtime files.

11 years agoupdated for version 7.3.1311 v7.3.1311
Bram Moolenaar [Fri, 5 Jul 2013 18:09:16 +0000 (20:09 +0200)]
updated for version 7.3.1311
Problem:    Compiler warnings on Cygwin.
Solution:   Add type casts. Add windows include files. (Ken Takata)

11 years agoupdated for version 7.3.1310 v7.3.1310
Bram Moolenaar [Fri, 5 Jul 2013 18:01:32 +0000 (20:01 +0200)]
updated for version 7.3.1310
Problem:    Typos in nsis script. Can use better compression.
Solution:   Fix typos.  Use lzma compression. (Ken Takata)

11 years agoupdated for version 7.3.1309 v7.3.1309
Bram Moolenaar [Fri, 5 Jul 2013 16:29:48 +0000 (18:29 +0200)]
updated for version 7.3.1309
Problem:    When a script defines a function the flag to wait for the user to
            hit enter is reset.
Solution:   Restore the flag. (Yasuhiro Matsumoto)  Except when the user was
            typing the function.

11 years agoupdated for version 7.3.1308 v7.3.1308
Bram Moolenaar [Thu, 4 Jul 2013 20:50:40 +0000 (22:50 +0200)]
updated for version 7.3.1308
Problem:    Typos in MS-Windows build settings and README.
Solution:   Minor changes to MS-Windows files.

11 years agoupdated for version 7.3.1307 v7.3.1307
Bram Moolenaar [Thu, 4 Jul 2013 20:35:01 +0000 (22:35 +0200)]
updated for version 7.3.1307
Problem:    MS-Windows build instructions are outdated.
Solution:   Adjust for building on Windows 7.  Drop Windows 95/98/ME support.

11 years agoupdated for version 7.3.1306 v7.3.1306
Bram Moolenaar [Thu, 4 Jul 2013 20:31:03 +0000 (22:31 +0200)]
updated for version 7.3.1306
Problem:    When redrawing the screen during startup the intro message may be
            cleared.
Solution:   Redisplay the intro message when appropriate.

11 years agoupdated for version 7.3.1305 v7.3.1305
Bram Moolenaar [Thu, 4 Jul 2013 19:19:33 +0000 (21:19 +0200)]
updated for version 7.3.1305
Problem:    Warnings from 64 bit compiler.
Solution:   Add type casts.

11 years agoupdated for version 7.3.1304 v7.3.1304
Bram Moolenaar [Thu, 4 Jul 2013 18:50:46 +0000 (20:50 +0200)]
updated for version 7.3.1304
Problem:    Test 89 still fails on MS-Windows.
Solution:   Set 'shellslash'. (Taro Muraoka)

11 years agoupdated for version 7.3.1303 v7.3.1303
Bram Moolenaar [Thu, 4 Jul 2013 18:25:41 +0000 (20:25 +0200)]
updated for version 7.3.1303
Problem:    Undo is synced whenever CTRL-R = is called, breaking some plugins.
Solution:   Only break undo when calling setline() or append().

11 years agoupdated for version 7.3.1302 v7.3.1302
Bram Moolenaar [Wed, 3 Jul 2013 20:28:36 +0000 (22:28 +0200)]
updated for version 7.3.1302
Problem:    Test 17 fails on MS-Windows.  Includes line break in file name
            everywhere.
Solution:   Fix 'fileformat'. Omit CR-LF from a line read from an included
            file.

11 years agoupdated for version 7.3.1301 v7.3.1301
Bram Moolenaar [Wed, 3 Jul 2013 19:19:07 +0000 (21:19 +0200)]
updated for version 7.3.1301
Problem:    Some tests fail on MS-Windows.
Solution:   Fix path separators in test 89 and 96.  Omit test 97, escaping
            works differently.  Make findfile() work on MS-Windows.

11 years agoupdated for version 7.3.1300 v7.3.1300
Bram Moolenaar [Wed, 3 Jul 2013 17:52:53 +0000 (19:52 +0200)]
updated for version 7.3.1300
Problem:    Mac: tiny and small build fails.
Solution:   Don't include os_macosx.m in tiny build. Include mouse support in
            small build. (Kazunobu Kuriyama)

11 years agoupdated for version 7.3.1299 v7.3.1299
Bram Moolenaar [Wed, 3 Jul 2013 16:49:17 +0000 (18:49 +0200)]
updated for version 7.3.1299
Problem:    Errors when doing "make proto".  Didn't do "make depend" for a
            while.
Solution:   Add #ifdefs.  Update dependencies.  Update proto files.

11 years agoupdated for version 7.3.1298 v7.3.1298
Bram Moolenaar [Wed, 3 Jul 2013 15:51:17 +0000 (17:51 +0200)]
updated for version 7.3.1298
Problem:    Crash.
Solution:   Use STRCPY() instead of STRCAT() and allocate one more byte.

11 years agoupdated for version 7.3.1297 v7.3.1297
Bram Moolenaar [Wed, 3 Jul 2013 15:14:00 +0000 (17:14 +0200)]
updated for version 7.3.1297
Problem:    findfile() directory matching does not work when a star follows
            text. (Markus Braun)
Solution:   Make a wildcard work properly. (Christian Brabandt)

11 years agoupdated for version 7.3.1296 v7.3.1296
Bram Moolenaar [Wed, 3 Jul 2013 14:58:44 +0000 (16:58 +0200)]
updated for version 7.3.1296
Problem:    Only MS-Windows limits the GUI window size to what fits on the
            monitor.
Solution:   Limit the size for all systems. (Daniel Harding)

11 years agoupdated for version 7.3.1295 v7.3.1295
Bram Moolenaar [Wed, 3 Jul 2013 14:53:03 +0000 (16:53 +0200)]
updated for version 7.3.1295
Problem:    glob() and globpath() do not handle escaped special characters
            properly.
Solution:   Handle escaped characters differently. (Adnan Zafar)

11 years agoupdated for version 7.3.1294 v7.3.1294
Bram Moolenaar [Wed, 3 Jul 2013 13:47:03 +0000 (15:47 +0200)]
updated for version 7.3.1294
Problem:    ":diffoff" resets options.
Solution:   Save and restore option values. (Christian Brabandt)

11 years agoupdated for version 7.3.1293 v7.3.1293
Bram Moolenaar [Wed, 3 Jul 2013 12:19:54 +0000 (14:19 +0200)]
updated for version 7.3.1293
Problem:    Put in empty buffer cannot be undone.
Solution:   Save one more line for undo. (Ozaki)

11 years agoupdated for version 7.3.1292 v7.3.1292
Bram Moolenaar [Wed, 3 Jul 2013 12:01:56 +0000 (14:01 +0200)]
updated for version 7.3.1292
Problem:    Possibly using invalid pointer when searcing for window. (Raichoo)
Solution:   Use "firstwin" instead of "tp_firstwin" for current tab.

11 years agoupdated for version 7.3.1291 v7.3.1291
Bram Moolenaar [Wed, 3 Jul 2013 11:29:58 +0000 (13:29 +0200)]
updated for version 7.3.1291
Problem:    Compiler warnings for uninitialized variables. (Tony Mechelynck)
Solution:   Initialize the variables.

11 years agoupdated for version 7.3.1290 v7.3.1290
Bram Moolenaar [Wed, 3 Jul 2013 11:16:23 +0000 (13:16 +0200)]
updated for version 7.3.1290
Problem:    CTRL-R = in Insert mode changes the start of the insert position.
            (Ingo Karkat)
Solution:   Only break undo, don't start a new insert.

11 years agoupdated for version 7.3.1289 v7.3.1289
Bram Moolenaar [Wed, 3 Jul 2013 11:04:27 +0000 (13:04 +0200)]
updated for version 7.3.1289
Problem:    Get GLIB warning when removing a menu item.
Solution:   Reference menu-id and also call gtk_container_remove().  (Ivan
            Krasilnikov)

11 years agoupdated for version 7.3.1288 v7.3.1288
Bram Moolenaar [Wed, 3 Jul 2013 10:45:31 +0000 (12:45 +0200)]
updated for version 7.3.1288
Problem:    The first ":echo 'hello'" command output doesn't show.  Mapping
            for <S-F3> gets triggered during startup.
Solution:   Add debugging code for the termresponse.  When receiving the "Co"
            entry and when setting 'ambiwidth' redraw right away if possible.
            Add redraw_asap().  Don't set 'ambiwidth' if it already had the
            right value.  Do the 'ambiwidth' check in the second row to avoid
            confusion with <S-F3>.

11 years agoupdated for version 7.3.1287 v7.3.1287
Bram Moolenaar [Mon, 1 Jul 2013 20:03:04 +0000 (22:03 +0200)]
updated for version 7.3.1287
Problem:    Python SystemExit exception is not handled properly.
Solution:   Catch the exception and give an error. (Yasuhiro Matsumoto, Ken
            Takata)

11 years agoupdated for version 7.3.1286 v7.3.1286
Bram Moolenaar [Mon, 1 Jul 2013 19:43:08 +0000 (21:43 +0200)]
updated for version 7.3.1286
Problem:    Check for screen size missing for Athena and Motif.
Solution:   Add call to limit_screen_size().

11 years agoupdated for version 7.3.1285 v7.3.1285
Bram Moolenaar [Mon, 1 Jul 2013 19:25:25 +0000 (21:25 +0200)]
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)

11 years agoupdated for version 7.3.1284 v7.3.1284
Bram Moolenaar [Mon, 1 Jul 2013 19:08:48 +0000 (21:08 +0200)]
updated for version 7.3.1284
Problem:    Compiler warnings in MS-Windows clipboard handling.
Solution:   Add type casts. (Ken Takata)

11 years agoupdated for version 7.3.1283 v7.3.1283
Bram Moolenaar [Mon, 1 Jul 2013 19:00:35 +0000 (21:00 +0200)]
updated for version 7.3.1283
Problem:    Test 71 fails on MS-Windows.
Solution:   Put the binary data in a separate file. (Ken Takata)

11 years agoupdated for version 7.3.1282 v7.3.1282
Bram Moolenaar [Mon, 1 Jul 2013 18:18:33 +0000 (20:18 +0200)]
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.

11 years agoupdated for version 7.3.1281 v7.3.1281
Bram Moolenaar [Mon, 1 Jul 2013 18:06:19 +0000 (20:06 +0200)]
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.

11 years agoupdated for version 7.3.1280 v7.3.1280
Bram Moolenaar [Sun, 30 Jun 2013 21:24:08 +0000 (23:24 +0200)]
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.

11 years agoupdated for version 7.3.1279 v7.3.1279
Bram Moolenaar [Sun, 30 Jun 2013 20:43:27 +0000 (22:43 +0200)]
updated for version 7.3.1279
Problem:    Compiler warning for variable uninitialized. (Tony Mechelynck)
Solution:   Add an init.

11 years agoupdated for version 7.3.1278 v7.3.1278
Bram Moolenaar [Sun, 30 Jun 2013 15:51:51 +0000 (17:51 +0200)]
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.

11 years agoupdated for version 7.3.1277 v7.3.1277
Bram Moolenaar [Sun, 30 Jun 2013 15:24:16 +0000 (17:24 +0200)]
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)

11 years agoupdated for version 7.3.1276 v7.3.1276
Bram Moolenaar [Sun, 30 Jun 2013 13:01:22 +0000 (15:01 +0200)]
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)

11 years agoupdated for version 7.3.1275 v7.3.1275
Bram Moolenaar [Sun, 30 Jun 2013 12:46:53 +0000 (14:46 +0200)]
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)

11 years agoupdated for version 7.3.1274 v7.3.1274
Bram Moolenaar [Sun, 30 Jun 2013 11:57:45 +0000 (13:57 +0200)]
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)

11 years agoupdated for version 7.3.1273 v7.3.1273
Bram Moolenaar [Sun, 30 Jun 2013 11:33:58 +0000 (13:33 +0200)]
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)

11 years agoupdated for version 7.3.1272 v7.3.1272
Bram Moolenaar [Sun, 30 Jun 2013 11:17:24 +0000 (13:17 +0200)]
updated for version 7.3.1272
Problem:    Crash when editing Ruby file. (Aliaksandr Rahalevich)
Solution:   Reallocate the state list when necessary.

11 years agoupdated for version 7.3.1271 v7.3.1271
Bram Moolenaar [Sun, 30 Jun 2013 10:21:24 +0000 (12:21 +0200)]
updated for version 7.3.1271
Problem:    Command line completion does not work.
Solution:   Move setting xp_line down. (Daniel Thau)

11 years agoUpdated runtime files.
Bram Moolenaar [Sat, 29 Jun 2013 21:05:20 +0000 (23:05 +0200)]
Updated runtime files.

11 years agoupdated for version 7.3.1270 v7.3.1270
Bram Moolenaar [Sat, 29 Jun 2013 15:19:28 +0000 (17:19 +0200)]
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)

11 years agoupdated for version 7.3.1269 v7.3.1269
Bram Moolenaar [Sat, 29 Jun 2013 14:21:58 +0000 (16:21 +0200)]
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)

11 years agoupdated for version 7.3.1268 v7.3.1268
Bram Moolenaar [Sat, 29 Jun 2013 13:40:04 +0000 (15:40 +0200)]
updated for version 7.3.1268
Problem:    ACL support doesn't work when when compiled with MingW.
Solution:   Support ACL on MingW. (Ken Takata)

11 years agoupdated for version 7.3.1267 v7.3.1267
Bram Moolenaar [Sat, 29 Jun 2013 13:36:26 +0000 (15:36 +0200)]
updated for version 7.3.1267
Problem:    MS-Windows ACL support doesn't work well.
Solution:   Implement more ACL support. (Ken Takata)