]> granicus.if.org Git - vim/log
vim
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.

12 years agoupdated for version 7.3.750 v7.3.750
Bram Moolenaar [Wed, 5 Dec 2012 16:03:22 +0000 (17:03 +0100)]
updated for version 7.3.750
Problem:    The justify macro does not always work correctly.
Solution:   Fix off-by-one error (James McCoy)

12 years agoupdated for version 7.3.749 v7.3.749
Bram Moolenaar [Wed, 5 Dec 2012 15:30:07 +0000 (16:30 +0100)]
updated for version 7.3.749
Problem:    Python interface doesn't build without the multi-byte feature.
Solution:   Add #ifdef. (Ken Takata)

12 years agoupdated for version 7.3.748 v7.3.748
Bram Moolenaar [Wed, 5 Dec 2012 15:10:42 +0000 (16:10 +0100)]
updated for version 7.3.748
Problem:    Cannot properly test conceal mode.
Solution:   Add the screencol() and screenrow() functions.  Use them in
            test88. (Simon Ruderich)

12 years agoupdated for version 7.3.747 v7.3.747
Bram Moolenaar [Wed, 5 Dec 2012 14:32:30 +0000 (15:32 +0100)]
updated for version 7.3.747
Problem:    When characters are concealed text aligned with tabs are no longer
            aligned, e.g. at ":help :index".
Solution:   Compensate space for tabs for concealed characters. (Dominique
            Pelle)

12 years agoupdated for version 7.3.746 v7.3.746
Bram Moolenaar [Wed, 5 Dec 2012 14:16:47 +0000 (15:16 +0100)]
updated for version 7.3.746
Problem:    Memory leaks when using location lists.
Solution:   Set qf_title to something. (Christian Brabandt)

12 years agoupdated for version 7.3.745 v7.3.745
Bram Moolenaar [Wed, 5 Dec 2012 13:43:02 +0000 (14:43 +0100)]
updated for version 7.3.745
Problem:    Automatically setting 'ttymouse' doesn't work.
Solution:   Reset the "option was set" flag when using the default.

12 years agoupdated for version 7.3.744 v7.3.744
Bram Moolenaar [Thu, 29 Nov 2012 19:10:00 +0000 (20:10 +0100)]
updated for version 7.3.744
Problem:    64 bit compiler warning.
Solution:   Add type cast. (Mike Williams)

12 years agoupdated for version 7.3.743 v7.3.743
Bram Moolenaar [Wed, 28 Nov 2012 22:03:07 +0000 (23:03 +0100)]
updated for version 7.3.743
Problem:    Tiny build still fails.
Solution:   Add #else in the right place.

12 years agoupdated for version 7.3.742 v7.3.742
Bram Moolenaar [Wed, 28 Nov 2012 21:12:44 +0000 (22:12 +0100)]
updated for version 7.3.742
Problem:    Leaking memory when :vimgrep restores the directory.
Solution:   Free the allocated memory. (Christian Brabandt)

12 years agoupdated for version 7.3.741 v7.3.741
Bram Moolenaar [Wed, 28 Nov 2012 18:10:54 +0000 (19:10 +0100)]
updated for version 7.3.741
Problem:    Tiny build fails.
Solution:   Move #ifdef. (Ike Devolder)

12 years agoupdated for version 7.3.740 v7.3.740
Bram Moolenaar [Wed, 28 Nov 2012 17:31:54 +0000 (18:31 +0100)]
updated for version 7.3.740
Problem:    IOC tool complains about undefined behavior for int.
Solution:   Change to unsigned int. (Dominique Pelle)

12 years agoupdated for version 7.3.739 v7.3.739
Bram Moolenaar [Wed, 28 Nov 2012 17:22:11 +0000 (18:22 +0100)]
updated for version 7.3.739
Problem:    Computing number of lines may have an integer overflow.
Solution:   Check for MAXCOL explicitly. (Dominique Pelle)

12 years agoUpdated runtime files.
Bram Moolenaar [Wed, 28 Nov 2012 17:21:11 +0000 (18:21 +0100)]
Updated runtime files.

12 years agoupdated for version 7.3.738 v7.3.738
Bram Moolenaar [Wed, 28 Nov 2012 16:41:59 +0000 (17:41 +0100)]
updated for version 7.3.738
Problem:    Unused function argument.
Solution:   Remove it. (Christian Brabandt)

12 years agoupdated for version 7.3.737 v7.3.737
Bram Moolenaar [Wed, 28 Nov 2012 16:34:48 +0000 (17:34 +0100)]
updated for version 7.3.737
Problem:    When using do_cmdline() recursively did_endif is not reset,
            causing messages to be overwritten.
Solution:   Reset did_endif. (Christian Brabandt)

12 years agoupdated for version 7.3.736 v7.3.736
Bram Moolenaar [Wed, 28 Nov 2012 15:49:58 +0000 (16:49 +0100)]
updated for version 7.3.736
Problem:    File name completion in input() escapes white space. (Frederic
            Hardy)
Solution:   Do not escape white space. (Christian Brabandt)

12 years agoupdated for version 7.3.735 v7.3.735
Bram Moolenaar [Wed, 28 Nov 2012 15:18:29 +0000 (16:18 +0100)]
updated for version 7.3.735
Problem:    Cannot build Ruby 1.9 with MingW or Cygwin.
Solution:   Add another include directory. (Ken Takata)

12 years agoupdated for version 7.3.734 v7.3.734
Bram Moolenaar [Wed, 28 Nov 2012 15:06:22 +0000 (16:06 +0100)]
updated for version 7.3.734
Problem:    Cannot put help files in a sub-directory.
Solution:   Make :helptags work for sub-directories. (Charles Campbell)

12 years agoupdated for version 7.3.733 v7.3.733
Bram Moolenaar [Wed, 28 Nov 2012 14:55:42 +0000 (15:55 +0100)]
updated for version 7.3.733
Problem:    Tests fail when including MzScheme.
Solution:   Change #ifdefs for vim_main2().

12 years agoupdated for version 7.3.732 v7.3.732
Bram Moolenaar [Wed, 28 Nov 2012 14:37:51 +0000 (15:37 +0100)]
updated for version 7.3.732
Problem:    Compiler warnings for function arguments.
Solution:   Use inteptr_t instead of long.

12 years agoupdated for version 7.3.731 v7.3.731
Bram Moolenaar [Wed, 28 Nov 2012 14:33:14 +0000 (15:33 +0100)]
updated for version 7.3.731
Problem:    Py3Init_vim() is exported uneccessarily.
Solution:   Make it static. (Ken Takata)

12 years agoupdated for version 7.3.730 v7.3.730
Bram Moolenaar [Wed, 28 Nov 2012 14:25:34 +0000 (15:25 +0100)]
updated for version 7.3.730
Problem:    Crash in PHP file when using syntastic. (Ike Devolder)
Solution:   Avoid using NULL pointer. (Christian Brabandt)

12 years agoupdated for version 7.3.729 v7.3.729
Bram Moolenaar [Sat, 24 Nov 2012 12:39:00 +0000 (13:39 +0100)]
updated for version 7.3.729
Problem:    Building with Ruby fails on some systems.
Solution:   Remove "static" and add #ifndef PROTO. (Ken Takata)

12 years agoupdated for version 7.3.728 v7.3.728
Bram Moolenaar [Fri, 23 Nov 2012 20:54:48 +0000 (21:54 +0100)]
updated for version 7.3.728
Problem:    Cannot compile with MzScheme interface on Ubuntu 12.10.
Solution:   Find the collects directory under /usr/share.

12 years agoupdated for version 7.3.727 v7.3.727
Bram Moolenaar [Fri, 23 Nov 2012 20:47:22 +0000 (21:47 +0100)]
updated for version 7.3.727
Problem:    Can't always find Win32.mak when building GvimExt.
Solution:   Use same mechanism as in Make_mvc.mak. (Cade Foster)

12 years agoupdated for version 7.3.726 v7.3.726
Bram Moolenaar [Fri, 23 Nov 2012 20:45:25 +0000 (21:45 +0100)]
updated for version 7.3.726
Problem:    Typos and duplicate info in README.
Solution:   Fix the text.

12 years agoupdated for version 7.3.725 v7.3.725
Bram Moolenaar [Tue, 20 Nov 2012 16:55:10 +0000 (17:55 +0100)]
updated for version 7.3.725
Problem:    :aboveleft and :belowright have no effect on :copen.
Solution:   Check for cmdmod.split. (Christian Brabandt)

12 years agoupdated for version 7.3.724 v7.3.724
Bram Moolenaar [Tue, 20 Nov 2012 16:21:52 +0000 (17:21 +0100)]
updated for version 7.3.724
Problem:    Building with Ruby and Tcl on MS-Windows does not work.
Solution:   Remove Ruby and Tcl from the big MS-Windows build.

12 years agoupdated for version 7.3.723 v7.3.723
Bram Moolenaar [Tue, 20 Nov 2012 16:19:01 +0000 (17:19 +0100)]
updated for version 7.3.723
Problem:    Various tiny problems.
Solution:   Various tiny fixes.

12 years agoupdated for version 7.3.722 v7.3.722
Bram Moolenaar [Tue, 20 Nov 2012 16:03:27 +0000 (17:03 +0100)]
updated for version 7.3.722
Problem:    Perl flags may contain "-g", which breaks "make proto".
Solution:   Filter out the "-g" flag for cproto. (Ken Takata)

12 years agoupdated for version 7.3.721 v7.3.721
Bram Moolenaar [Tue, 20 Nov 2012 15:59:14 +0000 (16:59 +0100)]
updated for version 7.3.721
Problem:    Ruby interface defines local functions globally.
Solution:   Make the functions static.

12 years agoupdated for version 7.3.720 v7.3.720
Bram Moolenaar [Tue, 20 Nov 2012 15:56:54 +0000 (16:56 +0100)]
updated for version 7.3.720
Problem:    Proto files are outdated.
Solution:   Update the newly generated proto files.

12 years agoupdated for version 7.3.719 v7.3.719
Bram Moolenaar [Tue, 20 Nov 2012 15:53:39 +0000 (16:53 +0100)]
updated for version 7.3.719
Problem:    Cannot run new version of cproto, it fails on missing include
            files.
Solution:   Add lots of #ifndef PROTO

12 years agoupdated for version 7.3.718 v7.3.718
Bram Moolenaar [Tue, 20 Nov 2012 11:16:58 +0000 (12:16 +0100)]
updated for version 7.3.718
Problem:    When re-using the current buffer the buffer-local options stay.
Solution:   Re-initialize the buffer-local options. (Christian Brabandt)

12 years agoupdated for version 7.3.717 v7.3.717
Bram Moolenaar [Tue, 20 Nov 2012 11:03:06 +0000 (12:03 +0100)]
updated for version 7.3.717
Problem:    When changing the font size, only MS-Windows limits the window
            size.
Solution:   Also limit the window size on other systems. (Roland Puntaier)

12 years agoupdated for version 7.3.716 v7.3.716
Bram Moolenaar [Tue, 20 Nov 2012 10:04:35 +0000 (11:04 +0100)]
updated for version 7.3.716
Problem:    Error on exit when using Python 3.
Solution:   Remove PythonIO_Fini(). (Roland Puntaier)

12 years agoUpdated runtime files.
Bram Moolenaar [Thu, 15 Nov 2012 20:28:22 +0000 (21:28 +0100)]
Updated runtime files.

12 years agoupdated for version 7.3.715 v7.3.715
Bram Moolenaar [Wed, 14 Nov 2012 21:38:08 +0000 (22:38 +0100)]
updated for version 7.3.715
Problem:    Crash when calling setloclist() in BufUnload autocmd. (Marcin
            Szamotulski)
Solution:   Set w_llist to NULL when it was freed.  Also add a test.
            (Christian Brabandt)

12 years agoupdated for version 7.3.714 v7.3.714
Bram Moolenaar [Wed, 14 Nov 2012 19:52:28 +0000 (20:52 +0100)]
updated for version 7.3.714
Problem:    Inconsistency: :set can be used in the sandbox, but :setlocal and
            :setglobal cannot. (Michael Henry)
Solution:   Fix the flags for :setlocal and :setglobal. (Christian Brabandt)

12 years agoupdated for version 7.3.713 v7.3.713
Bram Moolenaar [Wed, 14 Nov 2012 17:10:56 +0000 (18:10 +0100)]
updated for version 7.3.713
Problem:    printf() can only align to bytes, not characters.
Solution:   Add the "S" item. (Christian Brabandt)

12 years agoupdated for version 7.3.712 v7.3.712
Bram Moolenaar [Tue, 23 Oct 2012 03:35:34 +0000 (05:35 +0200)]
updated for version 7.3.712
Problem:    Nmake from VS2010 SP1 is not recognized.
Solution:   Add the version number. (Ken Takata)

12 years agoupdated for version 7.3.711 v7.3.711
Bram Moolenaar [Tue, 23 Oct 2012 03:17:37 +0000 (05:17 +0200)]
updated for version 7.3.711
Problem:    vim.current.buffer is not available. (lilydjwg)
Solution:   Use py3_PyUnicode_AsUTF8 instead of py3_PyUnicode_AsUTF8String.
            (Ken Takata)

12 years agoupdated for version 7.3.710 v7.3.710
Bram Moolenaar [Tue, 23 Oct 2012 03:08:53 +0000 (05:08 +0200)]
updated for version 7.3.710
Problem:    Patch 7.3.704 breaks "fn".
Solution:   Add check for ca.cmdchar. (Christian Brabandt)

12 years agoupdated for version 7.3.709 v7.3.709
Bram Moolenaar [Sun, 21 Oct 2012 21:56:05 +0000 (23:56 +0200)]
updated for version 7.3.709
Problem:    Compiler warning for unused argument.
Solution:   Add UNUSED.

12 years agoupdated for version 7.3.708 v7.3.708
Bram Moolenaar [Sun, 21 Oct 2012 20:18:21 +0000 (22:18 +0200)]
updated for version 7.3.708
Problem:    Filler lines above the first line may be hidden when opening Vim.
Solution:   Change how topfill is computed. (Christian Brabandt)

12 years agoupdated for version 7.3.707 v7.3.707
Bram Moolenaar [Sun, 21 Oct 2012 19:38:45 +0000 (21:38 +0200)]
updated for version 7.3.707
Problem:    Problems loading a library for a file name with non-latin
            characters.
Solution:   Use wide system functions when possible. (Ken Takata)

12 years agoupdated for version 7.3.706 v7.3.706
Bram Moolenaar [Sun, 21 Oct 2012 19:25:22 +0000 (21:25 +0200)]
updated for version 7.3.706
Problem:    Can't build Motif version.
Solution:   Fix wrongly named variable. (Ike Devolder)

12 years agoupdated for version 7.3.705 v7.3.705
Bram Moolenaar [Sun, 21 Oct 2012 02:00:07 +0000 (04:00 +0200)]
updated for version 7.3.705
Problem:    Mouse features are not sorted properly. (Tony Mechelynck)
Solution:   Put the mouse features in alphabetical order.

12 years agoupdated for version 7.3.704 v7.3.704
Bram Moolenaar [Sun, 21 Oct 2012 01:54:33 +0000 (03:54 +0200)]
updated for version 7.3.704
Problem:    Repeating "cgn" does not always work correctly.
Solution:   Also fetch the operator character. (Christian Brabandt)

12 years agoupdated for version 7.3.703 v7.3.703
Bram Moolenaar [Sun, 21 Oct 2012 01:46:05 +0000 (03:46 +0200)]
updated for version 7.3.703
Problem:    When 'undofile' is reset the hash is computed unnecessarily.
Solution:   Only compute the hash when the option was set. (Christian Brabandt)

12 years agoUpdated runtime files.
Bram Moolenaar [Sun, 21 Oct 2012 01:02:54 +0000 (03:02 +0200)]
Updated runtime files.

12 years agoupdated for version 7.3.702 v7.3.702
Bram Moolenaar [Sun, 21 Oct 2012 00:41:08 +0000 (02:41 +0200)]
updated for version 7.3.702
Problem:    Nmake from VS6 service pack 6 is not recognized.
Solution:   Detect the version number. (Jiri Sedlak)

12 years agoupdated for version 7.3.701 v7.3.701
Bram Moolenaar [Sun, 21 Oct 2012 00:37:10 +0000 (02:37 +0200)]
updated for version 7.3.701
Problem:    MS-Windows: Crash with stack overflow when setting 'encoding'.
Solution:   Handle that loading the iconv library may be called recursively.
            (Jiri Sedlak)

12 years agoupdated for version 7.3.700 v7.3.700
Bram Moolenaar [Sun, 21 Oct 2012 00:17:45 +0000 (02:17 +0200)]
updated for version 7.3.700
Problem:    Cannot detect URXVT and SGR mouse support.
Solution:   add +mouse_urxvt and +mouse_sgr. (Hayaki Saito)

12 years agoupdated for version 7.3.699 v7.3.699
Bram Moolenaar [Sun, 21 Oct 2012 00:10:24 +0000 (02:10 +0200)]
updated for version 7.3.699
Problem:    When 'ttymouse' is set to "sgr" manually, it is overruled by
            automatic detection.
Solution:   Do not use automatic detection when 'ttymouse' was set manually.
            (Hayaki Saito)

12 years agoupdated for version 7.3.698 v7.3.698
Bram Moolenaar [Sat, 20 Oct 2012 23:47:00 +0000 (01:47 +0200)]
updated for version 7.3.698
Problem:    Python 3 does not preserve state beween commands.
Solution:   Preserve the state. (Paul Ollis)

12 years agoupdated for version 7.3.697 v7.3.697
Bram Moolenaar [Sat, 20 Oct 2012 23:40:30 +0000 (01:40 +0200)]
updated for version 7.3.697
Problem:    Leaking resources when setting GUI font.
Solution:   Free the font. (Ken Takata)

12 years agoupdated for version 7.3.696 v7.3.696
Bram Moolenaar [Sat, 20 Oct 2012 23:21:59 +0000 (01:21 +0200)]
updated for version 7.3.696
Problem:    Message about added spell language can be wrong.
Solution:   Give correct message. Add g:menutrans_set_lang_to to allow for
            translation. (Jiri Sedlak)

12 years agoupdated for version 7.3.695 v7.3.695
Bram Moolenaar [Sat, 20 Oct 2012 22:58:39 +0000 (00:58 +0200)]
updated for version 7.3.695
Problem:    Balloon cannot show multi-byte text.
Solution:   Properly deal with multi-byte characters. (Dominique Pelle)

12 years agoupdated for version 7.3.694 v7.3.694
Bram Moolenaar [Sat, 20 Oct 2012 22:45:18 +0000 (00:45 +0200)]
updated for version 7.3.694
Problem:    Now that 'shiftwidth' may use the value of 'tabstop' it is not so
            easy to use in indent files.
Solution:   Add the shiftwidth() function. (so8res)

12 years agoupdated for version 7.3.693 v7.3.693
Bram Moolenaar [Sat, 20 Oct 2012 22:10:39 +0000 (00:10 +0200)]
updated for version 7.3.693
Problem:    Can't make 'softtabstop' follow 'shiftwidth'.
Solution:   When 'softtabstop' is negative use the value of 'shiftwidth'.
            (so8res)

12 years agoupdated for version 7.3.692 v7.3.692
Bram Moolenaar [Thu, 18 Oct 2012 03:18:32 +0000 (05:18 +0200)]
updated for version 7.3.692
Problem:    Can't build GTK version with GTK 2.0.
Solution:   Put GtkFileFilter declaration in the right place. (Yegappan
            Lakshmanan)