]> granicus.if.org Git - vim/log
vim
12 years agoupdated for version 7.3.844 v7.3.844
Bram Moolenaar [Thu, 7 Mar 2013 12:13:52 +0000 (13:13 +0100)]
updated for version 7.3.844
Problem:    Enum is not indented correctly with "public" etc.
Solution:   Skip "public", "private" and "protected". (Hong Xu)

12 years agoupdated for version 7.3.843 v7.3.843
Bram Moolenaar [Tue, 26 Feb 2013 21:54:11 +0000 (22:54 +0100)]
updated for version 7.3.843
Problem:    Missing test file changes.
Solution:   Change the tests.

12 years agoupdated for version 7.3.842 v7.3.842
Bram Moolenaar [Tue, 26 Feb 2013 20:43:32 +0000 (21:43 +0100)]
updated for version 7.3.842
Problem:    Compiler warning for signed/unsigned pointer.
Solution:   Add type cast. (Christian Brabandt)

12 years agoupdated for version 7.3.841 v7.3.841
Bram Moolenaar [Tue, 26 Feb 2013 18:36:15 +0000 (19:36 +0100)]
updated for version 7.3.841
Problem:    When a "cond ? one : two" expression has a subscript it is not
            parsed correctly. (Andy Wokula)
Solution:   Handle a subscript also when the type is unknown. (Christian
            Brabandt)

12 years agoupdated for version 7.3.840 v7.3.840
Bram Moolenaar [Tue, 26 Feb 2013 17:46:01 +0000 (18:46 +0100)]
updated for version 7.3.840
Problem:    "\@<!" in regexp does not work correctly with multi-byte
            characters, especially cp932.
Solution:   Move column to start of multi-byte character. (Yasuhiro Matsumoto)

12 years agoupdated for version 7.3.839 v7.3.839
Bram Moolenaar [Tue, 26 Feb 2013 16:59:43 +0000 (17:59 +0100)]
updated for version 7.3.839
Problem:    Some files missing in the list of distributed files.
Solution:   Add lines for new files.

12 years agoupdated for version 7.3.838 v7.3.838
Bram Moolenaar [Tue, 26 Feb 2013 16:21:29 +0000 (17:21 +0100)]
updated for version 7.3.838
Problem:    Insufficient testing for mksession.
Solution:   Add tests. (mostly by Roland Eggner)

12 years agoupdated for version 7.3.837 v7.3.837
Bram Moolenaar [Tue, 26 Feb 2013 14:27:23 +0000 (15:27 +0100)]
updated for version 7.3.837
Problem:    Empty lines in :version output when 'columns' is 320.
Solution:   Simplify the logic of making columns. (Nazri Ramliy, Roland
            Eggner)

12 years agoupdated for version 7.3.836 v7.3.836
Bram Moolenaar [Tue, 26 Feb 2013 13:56:42 +0000 (14:56 +0100)]
updated for version 7.3.836
Problem:    Clipboard does not work on Win32 when compiled with Cygwin.
Solution:   Move the Win32 clipboard code to a separate file and use it when
            building with os_unix.c. (Frodak Baksik, Ken Takata)

12 years agoupdated for version 7.3.835 v7.3.835
Bram Moolenaar [Tue, 26 Feb 2013 13:14:07 +0000 (14:14 +0100)]
updated for version 7.3.835
Problem:    "xxd -i" fails on an empty file.
Solution:   Do output the closing } for an empty file. (partly by Lawrence
            Woodman)

12 years agoupdated for version 7.3.834 v7.3.834
Bram Moolenaar [Tue, 26 Feb 2013 12:41:35 +0000 (13:41 +0100)]
updated for version 7.3.834
Problem:    Ruby 2.0 has a few API changes.
Solution:   Add handling of Ruby 2.0. (Yasuhiro Matsumoto)

12 years agoupdated for version 7.3.833 v7.3.833
Bram Moolenaar [Tue, 26 Feb 2013 12:30:32 +0000 (13:30 +0100)]
updated for version 7.3.833
Problem:    In the terminal the scroll wheel always scrolls the active window.
Solution:   Scroll the window under the mouse pointer, like in the GUI.
            (Bradie Rao)

12 years agoupdated for version 7.3.832 v7.3.832
Bram Moolenaar [Tue, 26 Feb 2013 10:25:33 +0000 (11:25 +0100)]
updated for version 7.3.832
Problem:    Compiler warning.
Solution:   Add type cast. (Mike Williams)

12 years agoUpdate runtime files.
Bram Moolenaar [Wed, 20 Feb 2013 20:26:00 +0000 (21:26 +0100)]
Update runtime files.

12 years agoupdated for version 7.3.831 v7.3.831
Bram Moolenaar [Wed, 20 Feb 2013 20:12:10 +0000 (21:12 +0100)]
updated for version 7.3.831
Problem:    Clumsy to handle the situation that a variable does not exist.
Solution:   Add default value to getbufvar() et al. (Shougo Matsushita,
            Hirohito Higashi)

12 years agoupdated for version 7.3.830 v7.3.830
Bram Moolenaar [Wed, 20 Feb 2013 18:26:29 +0000 (19:26 +0100)]
updated for version 7.3.830
Problem:    :mksession confuses bytes, columns and characters when positioning
            the cursor.
Solution:   Use w_virtcol with "|" instead of w_cursor.col with "l".

12 years agoupdated for version 7.3.829 v7.3.829
Bram Moolenaar [Wed, 20 Feb 2013 17:39:13 +0000 (18:39 +0100)]
updated for version 7.3.829
Problem:    When compiled with the +rightleft feature 'showmatch' also shows a
            match for the opening paren.  When 'revins' is set the screen may
            scroll.
Solution:   Only check the opening paren when the +rightleft feature was
            enabled.  Do not show a match that is not visible. (partly by
            Christian Brabandt)

12 years agoupdated for version 7.3.828 v7.3.828
Bram Moolenaar [Wed, 20 Feb 2013 16:59:11 +0000 (17:59 +0100)]
updated for version 7.3.828
Problem:    Mappings are not aware of wildmenu mode.
Solution:   Add wildmenumode(). (Christian Brabandt)

12 years agoupdated for version 7.3.827 v7.3.827
Bram Moolenaar [Wed, 20 Feb 2013 15:54:27 +0000 (16:54 +0100)]
updated for version 7.3.827
Problem:    Python tests fail.
Solution:   Adjust the output for the stack trace.

12 years agoupdated for version 7.3.826 v7.3.826
Bram Moolenaar [Wed, 20 Feb 2013 15:47:36 +0000 (16:47 +0100)]
updated for version 7.3.826
Problem:    List of features in :version output is hard to read.
Solution:   Make columns. (Nazri Ramliy)

12 years agoupdated for version 7.3.825 v7.3.825
Bram Moolenaar [Wed, 20 Feb 2013 15:09:43 +0000 (16:09 +0100)]
updated for version 7.3.825
Problem:    With Python errors are not always clear.
Solution:   Print the stack trace, unless :silent is used. (ZyX)

12 years agoupdated for version 7.3.824 v7.3.824
Bram Moolenaar [Wed, 20 Feb 2013 14:19:43 +0000 (15:19 +0100)]
updated for version 7.3.824
Problem:    Can redefine builtin functions.  (ZyX)
Solution:   Disallow adding a function to g:.

12 years agoupdated for version 7.3.823 v7.3.823
Bram Moolenaar [Wed, 20 Feb 2013 12:34:19 +0000 (13:34 +0100)]
updated for version 7.3.823
Problem:    Building with Cygwin: '-lsupc++' is not needed.
Solution:   Remove it. (Ken Takata)

12 years agoupdated for version 7.3.822 v7.3.822
Bram Moolenaar [Sun, 17 Feb 2013 14:45:37 +0000 (15:45 +0100)]
updated for version 7.3.822
Problem:    Crash when accessing freed buffer.
Solution:   Get 'textwidth' in caller of enter_buffer(). (Christian Brabandt)

12 years agoupdated for version 7.3.821 v7.3.821
Bram Moolenaar [Sat, 16 Feb 2013 17:16:15 +0000 (18:16 +0100)]
updated for version 7.3.821
Problem:    Build with OLE and Cygwin is broken. (Steve Hall)
Solution:   Select static or shared stdc library. (Ken Takta)

12 years agoupdated for version 7.3.820 v7.3.820
Bram Moolenaar [Thu, 14 Feb 2013 21:19:51 +0000 (22:19 +0100)]
updated for version 7.3.820
Problem:    Build errors and warnings when building with small features and
            Lua, Perl or Ruby.
Solution:   Add #ifdefs and UNUSED.

12 years agoupdated for version 7.3.819 v7.3.819
Bram Moolenaar [Thu, 14 Feb 2013 21:11:39 +0000 (22:11 +0100)]
updated for version 7.3.819
Problem:    Compiling without +eval and with Python isn't working.
Solution:   Add the eval feature when building with Python.

12 years agoupdated for version 7.3.818 v7.3.818
Bram Moolenaar [Thu, 14 Feb 2013 19:58:35 +0000 (20:58 +0100)]
updated for version 7.3.818
Problem:    When test 40 fails because of a bad build it may leave files
            behind that cause it to fail later.
Solution:   Let the file names start with "X".

12 years agoupdated for version 7.3.817 v7.3.817
Bram Moolenaar [Thu, 14 Feb 2013 19:10:33 +0000 (20:10 +0100)]
updated for version 7.3.817
Problem:    Test 89 fails with tiny and small features.
Solution:   Add sourcing small.vim.

12 years agoAdd test files.
Bram Moolenaar [Wed, 13 Feb 2013 16:35:34 +0000 (17:35 +0100)]
Add test files.

12 years agoupdated for version 7.3.816 v7.3.816
Bram Moolenaar [Wed, 13 Feb 2013 16:35:04 +0000 (17:35 +0100)]
updated for version 7.3.816
Problem:    Can't compute a hash.
Solution:   Add the sha256() function. (Tyru, Hirohito Higashi)

12 years agoupdated for version 7.3.815 v7.3.815
Bram Moolenaar [Wed, 13 Feb 2013 16:06:11 +0000 (17:06 +0100)]
updated for version 7.3.815
Problem:    Building with Cygwin and Ruby doesn't work.
Solution:   Copy some things from the MingW build file. (Ken Takata)

12 years agoupdated for version 7.3.814 v7.3.814
Bram Moolenaar [Wed, 13 Feb 2013 15:49:58 +0000 (16:49 +0100)]
updated for version 7.3.814
Problem:    Can't input multibyte characters on Win32 console if 'encoding' is
            different from current codepage.
Solution:   Use convert_input_safe() instead of convert_input().  Make
            string_convert_ext() return an error for incomplete input. (Ken
            Takata)

12 years agoupdated for version 7.3.813 v7.3.813
Bram Moolenaar [Wed, 13 Feb 2013 15:30:21 +0000 (16:30 +0100)]
updated for version 7.3.813
Problem:    The CompleteDone event is not triggered when there are no pattern
            matches. (Jianjun Mao)
Solution:   Trigger the event. (Christian Brabandt)

12 years agoUpdate runtime files.
Bram Moolenaar [Wed, 13 Feb 2013 15:15:55 +0000 (16:15 +0100)]
Update runtime files.
Add missing test files.

12 years agoupdated for version 7.3.812 v7.3.812
Bram Moolenaar [Wed, 13 Feb 2013 15:10:17 +0000 (16:10 +0100)]
updated for version 7.3.812
Problem:    When 'indentexpr' moves the cursor "curswant" not restored.
Solution:   Restore "curswant". (Sung Pae)

12 years agoupdated for version 7.3.811 v7.3.811
Bram Moolenaar [Wed, 13 Feb 2013 14:53:19 +0000 (15:53 +0100)]
updated for version 7.3.811
Problem:    Useless termresponse parsing for SGR mouse.
Solution:   Skip the parsing. (Hayaki Saito)

12 years agoupdated for version 7.3.810 v7.3.810
Bram Moolenaar [Wed, 13 Feb 2013 14:44:26 +0000 (15:44 +0100)]
updated for version 7.3.810
Problem:    'relativenumber is reset unexpectedly. (François Ingelrest)
Solution:   After an option was reset also reset the global value. Add a test.
            (Christian Brabandt)

12 years agoupdated for version 7.3.809 v7.3.809
Bram Moolenaar [Wed, 13 Feb 2013 13:36:44 +0000 (14:36 +0100)]
updated for version 7.3.809
Problem:    The dosinst.c program has a buffer overflow. (Thomas Gwae)
Solution:   Ignore $VIMRUNTIME if it is too long.

12 years agoupdated for version 7.3.808 v7.3.808
Bram Moolenaar [Wed, 13 Feb 2013 13:17:08 +0000 (14:17 +0100)]
updated for version 7.3.808
Problem:    Python threads still do not work properly.
Solution:   Fix both Python 2 and 3.  Add tests. (Ken Takata)

12 years agoupdated for version 7.3.807 v7.3.807
Bram Moolenaar [Wed, 13 Feb 2013 11:16:05 +0000 (12:16 +0100)]
updated for version 7.3.807
Problem:    Popup menu does not work properly with the preview window, folds
            and 'cursorcolumn'.
Solution:   Redraw the popup menu after redrawing windows. (Christian
            Brabandt)

12 years agoupdated for version 7.3.806 v7.3.806
Bram Moolenaar [Wed, 6 Feb 2013 18:58:43 +0000 (19:58 +0100)]
updated for version 7.3.806
Problem:    Compiler warnings in Perl code when building with Visual studio
            2012. (skeept)
Solution:   Add type casts. (Christian Brabandt, 2013 Jan 30)

12 years agoupdated for version 7.3.805 v7.3.805
Bram Moolenaar [Wed, 6 Feb 2013 18:49:43 +0000 (19:49 +0100)]
updated for version 7.3.805
Problem:    Lua version 5.2 is not detected properly on Arch Linux.
Solution:   Adjust autoconf. (lilydjwg)

12 years agoupdated for version 7.3.804 v7.3.804
Bram Moolenaar [Wed, 6 Feb 2013 17:45:01 +0000 (18:45 +0100)]
updated for version 7.3.804
Problem:    Compiler warning for tiny build. (Tony Mechelynck)
Solution:   Add #ifdefs around variable.

12 years agoupdated for version 7.3.803 v7.3.803
Bram Moolenaar [Wed, 6 Feb 2013 17:24:02 +0000 (18:24 +0100)]
updated for version 7.3.803
Problem:    Substitute with confirmation and then "q" does not replace
            anything.  (John McGowan)
Solution:   Do not break the loop, skip to the end.

12 years agoUpdated runtime files.
Bram Moolenaar [Wed, 6 Feb 2013 16:34:04 +0000 (17:34 +0100)]
Updated runtime files.

12 years agoupdated for version 7.3.802 v7.3.802
Bram Moolenaar [Wed, 6 Feb 2013 15:26:26 +0000 (16:26 +0100)]
updated for version 7.3.802
Problem:    After setting 'isk' to a value ending in a comma appending to the
            option fails.
Solution:   Disallow a trailing comma for 'isk' and similar options.

12 years agoupdated for version 7.3.801 v7.3.801
Bram Moolenaar [Wed, 6 Feb 2013 12:38:02 +0000 (13:38 +0100)]
updated for version 7.3.801
Problem:    ":window set nu?" displays the cursor line. (Nazri Ramliy)
Solution:   Do not update the cursor line when conceallevel is zero or the
            screen has scrolled. (partly by Christian Brabandt)

12 years agoupdated for version 7.3.800 v7.3.800
Bram Moolenaar [Wed, 6 Feb 2013 11:33:21 +0000 (12:33 +0100)]
updated for version 7.3.800
Problem:    The " mark is not adjusted when inserting lines. (Roland Eggner)
Solution:   Adjust the line number. (Christian Brabandt)

12 years agoupdated for version 7.3.799 v7.3.799
Bram Moolenaar [Wed, 6 Feb 2013 11:14:48 +0000 (12:14 +0100)]
updated for version 7.3.799
Problem:    The color column is not correct when entering a buffer. (Ben
            Fritz)
Solution:   Call check_colorcolumn() if 'textwidth' changed. (Christian
            Brabandt)

12 years agoupdated for version 7.3.798 v7.3.798
Bram Moolenaar [Thu, 31 Jan 2013 20:09:15 +0000 (21:09 +0100)]
updated for version 7.3.798
Problem:    MzScheme: circular list does not work correctly.
Solution:   Separate Mac-specific code from generic code. (Sergey Khorev)

12 years agoupdated for version 7.3.797 v7.3.797
Bram Moolenaar [Wed, 30 Jan 2013 20:56:21 +0000 (21:56 +0100)]
updated for version 7.3.797
Problem:    Compiler warning for size_t to int conversion. (Skeept)
Solution:   Add type casts.

12 years agoupdated for version 7.3.796 v7.3.796
Bram Moolenaar [Wed, 30 Jan 2013 17:21:51 +0000 (18:21 +0100)]
updated for version 7.3.796
Problem:    "/[^\n]" does match at a line break.
Solution:   Make it do the same as "/.". (Christian Brabandt)

12 years agoupdated for version 7.3.795 v7.3.795
Bram Moolenaar [Wed, 30 Jan 2013 16:41:50 +0000 (17:41 +0100)]
updated for version 7.3.795
Problem:    MzScheme does not build with tiny features.
Solution:   Add #ifdefs.  Also add UNUSED to avoid warnings.  And change
            library ordering.

12 years agoupdated for version 7.3.794 v7.3.794
Bram Moolenaar [Wed, 30 Jan 2013 16:30:17 +0000 (17:30 +0100)]
updated for version 7.3.794
Problem:    Tiny build fails. (Tony Mechelynck)
Solution:   Adjust #ifdefs.

12 years agoupdated for version 7.3.793 v7.3.793
Bram Moolenaar [Wed, 30 Jan 2013 16:03:30 +0000 (17:03 +0100)]
updated for version 7.3.793
Problem:    New interactive :substutite behavior is not tested.
Solution:   Add tests. (Christian Brabandt)

12 years agoupdated for version 7.3.792 v7.3.792
Bram Moolenaar [Wed, 30 Jan 2013 15:30:26 +0000 (16:30 +0100)]
updated for version 7.3.792
Problem:    ":substitute" works differently without confirmation.
Solution:   Do not change the text when asking for confirmation, only display
            it.

12 years agoupdated for version 7.3.791 v7.3.791
Bram Moolenaar [Wed, 30 Jan 2013 13:55:42 +0000 (14:55 +0100)]
updated for version 7.3.791
Problem:    MzScheme interface doesn't work propely.
Solution:   Make it work better. (Sergey Khorev)

12 years agoUpdate runtime files.
Bram Moolenaar [Wed, 30 Jan 2013 13:18:00 +0000 (14:18 +0100)]
Update runtime files.

12 years agoupdated for version 7.3.790 v7.3.790
Bram Moolenaar [Wed, 30 Jan 2013 13:13:56 +0000 (14:13 +0100)]
updated for version 7.3.790
Problem:    After reloading a buffer the modelines are not processed.
Solution:   call do_modelines(). (Ken Takata)

12 years agoupdated for version 7.3.789 v7.3.789
Bram Moolenaar [Wed, 30 Jan 2013 12:59:37 +0000 (13:59 +0100)]
updated for version 7.3.789
Problem:    "\k" in regexp does not work in other window.
Solution:   Use the right buffer. (Yukihiro Nakadaira)

12 years agoupdated for version 7.3.788 v7.3.788
Bram Moolenaar [Wed, 30 Jan 2013 11:50:56 +0000 (12:50 +0100)]
updated for version 7.3.788
Problem:    When only using patches build fails on missing nl.po.
Solution:   Create an empty nl.po file.

12 years agoupdated for version 7.3.787 v7.3.787
Bram Moolenaar [Wed, 30 Jan 2013 11:31:36 +0000 (12:31 +0100)]
updated for version 7.3.787
Problem:    With 'relativenumber' set it is not possible to see the absolute
            line number.
Solution:   For the cursor line show the absolute line number instead of a
            zero. (Nazri Ramliy)

12 years agoupdated for version 7.3.786 v7.3.786
Bram Moolenaar [Wed, 30 Jan 2013 10:44:39 +0000 (11:44 +0100)]
updated for version 7.3.786
Problem:    Python threads don't run in the background (issue 103).
Solution:   Move the statements to manipulate thread state.

12 years agoupdated for version 7.3.785 v7.3.785
Bram Moolenaar [Fri, 25 Jan 2013 19:11:01 +0000 (20:11 +0100)]
updated for version 7.3.785
Problem:    Crash with specific use of search pattern.
Solution:   Initialize reg_buf to curbuf.

12 years agoupdated for version 7.3.784 v7.3.784
Bram Moolenaar [Fri, 25 Jan 2013 18:28:38 +0000 (19:28 +0100)]
updated for version 7.3.784
Problem:    Error when 'guifontwide' has a comma.
Solution:   Use gui.wide_font. (Taro Muraoka)

12 years agoupdated for version 7.3.783 v7.3.783
Bram Moolenaar [Thu, 24 Jan 2013 20:00:20 +0000 (21:00 +0100)]
updated for version 7.3.783
Problem:    Crash when mark is not set. (Dominique Pelle)
Solution:   Check for NULL.

12 years agoupdated for version 7.3.782 v7.3.782
Bram Moolenaar [Wed, 23 Jan 2013 17:37:40 +0000 (18:37 +0100)]
updated for version 7.3.782
Problem:    Windows: IME composition may use a wrong font.
Solution:   Use 'guifontwide' for IME when it is set. (Taro Muraoka)

12 years agoupdated for version 7.3.781 v7.3.781
Bram Moolenaar [Wed, 23 Jan 2013 16:43:57 +0000 (17:43 +0100)]
updated for version 7.3.781
Problem:    Drawing with 'guifontwide' can be slow.
Solution:   Draw multiple characters at a time. (Taro Muraoka)

12 years agoupdated for version 7.3.780 v7.3.780
Bram Moolenaar [Wed, 23 Jan 2013 16:17:10 +0000 (17:17 +0100)]
updated for version 7.3.780
Problem:    char2nr() and nr2char() always use 'encoding'.
Solution:   Add argument to use utf-8 characters. (Yasuhiro Matsumoto)

12 years agoupdated for version 7.3.779 v7.3.779
Bram Moolenaar [Wed, 23 Jan 2013 15:43:11 +0000 (16:43 +0100)]
updated for version 7.3.779
Problem:    Backwards search lands in wrong place when started on a multibyte
            character.
Solution:   Do not set extra_col for a backwards search. (Sung Pae)

12 years agoupdated for version 7.3.778 v7.3.778
Bram Moolenaar [Wed, 23 Jan 2013 15:19:23 +0000 (16:19 +0100)]
updated for version 7.3.778
Problem:    Compiler error for adding up two pointers. (Titov Anatoly)
Solution:   Add a type cast. (Ken Takata)

12 years agoupdated for version 7.3.777 v7.3.777
Bram Moolenaar [Wed, 23 Jan 2013 15:00:11 +0000 (16:00 +0100)]
updated for version 7.3.777
Problem:    When building with Gnome locale gets reset.
Solution:   Set locale after gnome_program_init(). (Christian Brabandt)

12 years agoupdated for version 7.3.776 v7.3.776
Bram Moolenaar [Wed, 23 Jan 2013 14:53:15 +0000 (15:53 +0100)]
updated for version 7.3.776
Problem:    ml_get error when searching, caused by curwin not matching curbuf.
Solution:   Avoid changing curbuf. (Lech Lorens)

12 years agoupdated for version 7.3.775 v7.3.775
Bram Moolenaar [Wed, 23 Jan 2013 12:55:20 +0000 (13:55 +0100)]
updated for version 7.3.775
Problem:    Cygwin and Mingw builds miss dependency on gui_w48.c.
Solution:   Add a build rule. (Ken Takata)

12 years agoupdated for version 7.3.774 v7.3.774
Bram Moolenaar [Wed, 23 Jan 2013 12:41:00 +0000 (13:41 +0100)]
updated for version 7.3.774
Problem:    Tiny GUI version misses console dialog feature.
Solution:   Define FEAT_CON_DIALOG when apprpriate. (Christian Brabandt)

12 years agoupdated for version 7.3.773 v7.3.773
Bram Moolenaar [Sat, 19 Jan 2013 13:02:02 +0000 (14:02 +0100)]
updated for version 7.3.773
Problem:    Crash when OriginalFirstThunk is zero.
Solution:   Skip items with OriginalFirstThunk not set. (Ken Takata)

12 years agoupdated for version 7.3.772 v7.3.772
Bram Moolenaar [Thu, 17 Jan 2013 17:34:05 +0000 (18:34 +0100)]
updated for version 7.3.772
Problem:    Cursor is at the wrong location and below the end of the file
            after doing substitutions with confirm flag: %s/x/y/c
            (Dominique Pelle)
Solution:   Update the cursor position. (Christian Brabandt & Dominique)

12 years agoupdated for version 7.3.771 v7.3.771
Bram Moolenaar [Thu, 17 Jan 2013 16:37:35 +0000 (17:37 +0100)]
updated for version 7.3.771
Problem:    Uninitialized variable. (Yasuhiro Matsumoto)
Solution:   Set x2 to -1.

12 years agoupdated for version 7.3.770 v7.3.770
Bram Moolenaar [Thu, 17 Jan 2013 16:17:26 +0000 (17:17 +0100)]
updated for version 7.3.770
Problem:    Vim.h indentation is inconsistent.
Solution:   Adjust the indentation. (Elias Diem)

12 years agoupdated for version 7.3.769 v7.3.769
Bram Moolenaar [Thu, 17 Jan 2013 16:02:05 +0000 (17:02 +0100)]
updated for version 7.3.769
Problem:    'matchpairs' does not work with multi-byte characters.
Solution:   Make it work. (Christian Brabandt)

12 years agoupdated for version 7.3.768 v7.3.768
Bram Moolenaar [Thu, 17 Jan 2013 14:37:01 +0000 (15:37 +0100)]
updated for version 7.3.768
Problem:    settabvar() and setwinvar() may move the cursor.
Solution:   Save and restore the cursor position when appropriate. (idea by
            Yasuhiro Matsumoto)

12 years agoupdated for version 7.3.767 v7.3.767
Bram Moolenaar [Thu, 17 Jan 2013 13:39:47 +0000 (14:39 +0100)]
updated for version 7.3.767
Problem:    (Win32) The _errno used for iconv may be the wrong one.
Solution:   Use the _errno from iconv.dll. (Ken Takata)

12 years agoupdated for version 7.3.766 v7.3.766
Bram Moolenaar [Thu, 17 Jan 2013 13:09:44 +0000 (14:09 +0100)]
updated for version 7.3.766
Problem:    ":help cpo-*" jumps to the wrong place.
Solution:   Make it equivalent to ":help cpo-star".

12 years agoupdated for version 7.3.765 v7.3.765
Bram Moolenaar [Thu, 17 Jan 2013 13:00:11 +0000 (14:00 +0100)]
updated for version 7.3.765
Problem:    Segfault when doing "cclose" on BufUnload in a python function.
            (Sean Reifschneider)
Solution:   Skip window with NULL buffer. (Christian Brabandt)

12 years agoupdated for version 7.3.764 v7.3.764
Bram Moolenaar [Thu, 17 Jan 2013 12:37:32 +0000 (13:37 +0100)]
updated for version 7.3.764
Problem:    Not all message translation files are installed.
Solution:   Also install the converted files.

12 years agoupdated for version 7.3.763 v7.3.763
Bram Moolenaar [Thu, 17 Jan 2013 12:24:08 +0000 (13:24 +0100)]
updated for version 7.3.763
Problem:    Jumping to a mark does not open a fold if it is in the same line.
            (Wiktor Ruben)
Solution:   Also compare the column after the jump. (Christian Brabandt)

12 years agoupdated for version 7.3.762 v7.3.762
Bram Moolenaar [Sun, 16 Dec 2012 11:50:39 +0000 (12:50 +0100)]
updated for version 7.3.762
Problem:    On some systems the tabline is not redrawn.
Solution:   Call RedrawWindow(). (Charles Peacech)

12 years agoupdated for version 7.3.761 v7.3.761
Bram Moolenaar [Wed, 12 Dec 2012 17:20:32 +0000 (18:20 +0100)]
updated for version 7.3.761
Problem:    In Visual mode a "-p does not work. (Marcin Szamotulski)
Solution:   Avoid writing to "- before putting it. (Christian Brabandt)

12 years agoupdated for version 7.3.760 v7.3.760
Bram Moolenaar [Wed, 12 Dec 2012 16:33:32 +0000 (17:33 +0100)]
updated for version 7.3.760
Problem:    dv_ deletes the white space before the line.
Solution:   Move the cursor to the first non-white. (Christian Brabandt)

12 years agoupdated for version 7.3.759 v7.3.759
Bram Moolenaar [Wed, 12 Dec 2012 16:12:25 +0000 (17:12 +0100)]
updated for version 7.3.759
Problem:    MS-Windows: Updating the tabline is slow when there are many tabs.
Solution:   Disable redrawing while performing the update. (Arseny Kapoulkine)

12 years agoupdated for version 7.3.758 v7.3.758
Bram Moolenaar [Wed, 12 Dec 2012 15:43:58 +0000 (16:43 +0100)]
updated for version 7.3.758
Problem:    Matchit plugin does not handle space in #ifdef.
Solution:   Change matching pattern to allow spaces. (Mike Morearty)

12 years agoupdated for version 7.3.757 v7.3.757
Bram Moolenaar [Wed, 12 Dec 2012 15:11:36 +0000 (16:11 +0100)]
updated for version 7.3.757
Problem:    Issue 96: May access freed memory when a put command triggers
            autocommands. (Dominique Pelle)
Solution:   Call u_save() before getting y_array.

12 years agoupdated for version 7.3.756 v7.3.756
Bram Moolenaar [Wed, 12 Dec 2012 14:55:20 +0000 (15:55 +0100)]
updated for version 7.3.756
Problem:    A location list can get a wrong count in :lvimgrep.
Solution:   Check if the list was changed by autocommands. (mostly by
            Christian Brabandt)

12 years agoupdated for version 7.3.755 v7.3.755
Bram Moolenaar [Wed, 12 Dec 2012 13:25:05 +0000 (14:25 +0100)]
updated for version 7.3.755
Problem:    Autoconf doesn't find Python 3 if it's called "python".
Solution:   Search for "python2" and "python3" first, then "python".

12 years agoupdated for version 7.3.754 v7.3.754
Bram Moolenaar [Thu, 6 Dec 2012 20:30:29 +0000 (21:30 +0100)]
updated for version 7.3.754
Problem:    Latest nmake is not recognized.
Solution:   Add nmake version 11.00.51106.1. (Raymond Ko)

12 years agoupdated for version 7.3.753 v7.3.753
Bram Moolenaar [Wed, 5 Dec 2012 18:13:18 +0000 (19:13 +0100)]
updated for version 7.3.753
Problem:    When there is a QuitPre autocommand using ":q" twice does not work
            for exiting when there are more files to edit.
Solution:   Do not decrement quitmore in an autocommand. (Techlive Zheng)

12 years agoUpdate runtime files.
Bram Moolenaar [Wed, 5 Dec 2012 18:01:43 +0000 (19:01 +0100)]
Update runtime files.

12 years agoupdated for version 7.3.752 v7.3.752
Bram Moolenaar [Wed, 5 Dec 2012 18:00:06 +0000 (19:00 +0100)]
updated for version 7.3.752
Problem:    Test 49 script file doesn't fold properly.
Solution:   Add a colon.

12 years agoupdated for version 7.3.751 v7.3.751
Bram Moolenaar [Wed, 5 Dec 2012 17:21:32 +0000 (18:21 +0100)]
updated for version 7.3.751
Problem:    Test 61 is flaky, it fails once in a while.
Solution:   When it fails retry once.