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

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)