]> git.ipfire.org Git - thirdparty/vim.git/log
thirdparty/vim.git
10 years agopatch 7.4.1785 v7.4.1785
Bram Moolenaar [Sun, 24 Apr 2016 13:11:02 +0000 (15:11 +0200)] 
patch 7.4.1785
Problem:    Regexp test fails on windows.
Solution:   set 'isprint' to the right value for testing.

10 years agopatch 7.4.1784 v7.4.1784
Bram Moolenaar [Sun, 24 Apr 2016 13:00:11 +0000 (15:00 +0200)] 
patch 7.4.1784
Problem:    The termtruecolor feature is enabled differently from many other
            features.
Solution:   Enable the termtruecolor feature for the big build, not through
            configure.

10 years agopatch 7.4.1783 v7.4.1783
Bram Moolenaar [Sun, 24 Apr 2016 12:40:12 +0000 (14:40 +0200)] 
patch 7.4.1783
Problem:    The old regexp engine doesn't handle character classes correctly.
            (Manuel Ortega)
Solution:   Use regmbc() instead of regc().  Add a test.

10 years agopatch 7.4.1782 v7.4.1782
Bram Moolenaar [Sat, 23 Apr 2016 13:30:09 +0000 (15:30 +0200)] 
patch 7.4.1782
Problem:    strcharpart() does not work properly with some multi-byte
            characters.
Solution:   Use mb_cptr2len() instead of mb_char2len(). (Hirohito Higashi)

10 years agopatch 7.4.1781 v7.4.1781
Bram Moolenaar [Sat, 23 Apr 2016 13:19:02 +0000 (15:19 +0200)] 
patch 7.4.1781
Problem:    synIDattr() does not respect 'guicolors'.
Solution:   Change the conditition for the mode. (Christian Brabandt)

10 years agopatch 7.4.1780 v7.4.1780
Bram Moolenaar [Sat, 23 Apr 2016 12:33:19 +0000 (14:33 +0200)] 
patch 7.4.1780
Problem:    Warnings reported by cppcheck.
Solution:   Fix the warnings. (Dominique Pelle)

10 years agopatch 7.4.1779 v7.4.1779
Bram Moolenaar [Sat, 23 Apr 2016 11:54:48 +0000 (13:54 +0200)] 
patch 7.4.1779
Problem:    Using negative index in strcharpart(). (Yegappan Lakshmanan)
Solution:   Assume single byte when using a negative iindex.

10 years agopatch 7.4.1778 v7.4.1778
Bram Moolenaar [Fri, 22 Apr 2016 19:11:09 +0000 (21:11 +0200)] 
patch 7.4.1778
Problem:    When using the term truecolor feature, the t_8f and t_8b termcap
            options are not set by default.
Solution:   Move the values to before BT_EXTRA_KEYS. (Christian Brabandt)

10 years agopatch 7.4.1777 v7.4.1777
Bram Moolenaar [Fri, 22 Apr 2016 18:46:52 +0000 (20:46 +0200)] 
patch 7.4.1777
Problem:    Newly added features can escape the sandbox.
Solution:   Add checks for restricted and secure. (Yasuhiro Matsumoto)

10 years agopatch 7.4.1776 v7.4.1776
Bram Moolenaar [Fri, 22 Apr 2016 18:20:19 +0000 (20:20 +0200)] 
patch 7.4.1776
Problem:    Using wrong buffer length.
Solution:   use the right name. (Kazunobu Kuriyama)

10 years agopatch 7.4.1775 v7.4.1775
Bram Moolenaar [Fri, 22 Apr 2016 10:24:52 +0000 (12:24 +0200)] 
patch 7.4.1775
Problem:    The rgb.txt file is not installed.
Solution:   Install the file. (Christian Brabandt)

10 years agopatch 7.4.1774 v7.4.1774
Bram Moolenaar [Fri, 22 Apr 2016 09:49:06 +0000 (11:49 +0200)] 
patch 7.4.1774
Problem:    Cterm true color feature has warnings.
Solution:   Add type casts.

10 years agopatch 7.4.1773 v7.4.1773
Bram Moolenaar [Fri, 22 Apr 2016 09:24:43 +0000 (11:24 +0200)] 
patch 7.4.1773
Problem:    Compiler warnings. (Dominique Pelle)
Solution:   Add UNUSED. Add type cast. Avoid a buffer overflow.

10 years agopatch 7.4.1772 v7.4.1772
Bram Moolenaar [Fri, 22 Apr 2016 08:14:07 +0000 (10:14 +0200)] 
patch 7.4.1772
Problem:    Installation fails when $GTK_UPDATE_ICON_CACHE is empty.
Solution:   Add quotes. (Kazunobu Kuriyama)

10 years agopatch 7.4.1771 v7.4.1771
Bram Moolenaar [Fri, 22 Apr 2016 08:00:58 +0000 (10:00 +0200)] 
patch 7.4.1771
Problem:    Warning for unused variable.
Solution:   Add #ifdef. (John Marriott)

10 years agopatch 7.4.1770 v7.4.1770
Bram Moolenaar [Thu, 21 Apr 2016 19:10:14 +0000 (21:10 +0200)] 
patch 7.4.1770
Problem:    Cannot use true color in the terminal.
Solution:   Add the 'guicolors' option. (Nikolai Pavlov)

10 years agopatch 7.4.1769 v7.4.1769
Bram Moolenaar [Thu, 21 Apr 2016 18:00:56 +0000 (20:00 +0200)] 
patch 7.4.1769
Problem:    No "closed", "errors" and "encoding" attribute on Python output.
Solution:   Add attributes and more tests. (Roland Puntaier, closes #622)

10 years agopatch 7.4.1768 v7.4.1768
Bram Moolenaar [Thu, 21 Apr 2016 17:38:07 +0000 (19:38 +0200)] 
patch 7.4.1768
Problem:    Arguments of setqflist() are not checked properly.
Solution:   Add better checks, add a test. (Nikolai Pavlov, Hirohito Higashi,
            closes #661)

10 years agopatch 7.4.1767 v7.4.1767
Bram Moolenaar [Thu, 21 Apr 2016 16:20:11 +0000 (18:20 +0200)] 
patch 7.4.1767
Problem:    When installing Vim on a GTK system the icon cache is not updated.
Solution:   Update the GTK icon cache when possible. (Kazunobu Kuriyama)

10 years agoupdated runtime files. Add avra syntax.
Bram Moolenaar [Thu, 21 Apr 2016 16:01:28 +0000 (18:01 +0200)] 
updated runtime files.  Add avra syntax.

10 years agopatch 7.4.1766 v7.4.1766
Bram Moolenaar [Thu, 21 Apr 2016 12:34:58 +0000 (14:34 +0200)] 
patch 7.4.1766
Problem:    Building instructions for MS-Windows are outdated.
Solution:   Mention setting SDK_INCLUDE_DIR. (Ben Franklin, closes #771)  Move
            outdated instructions further down.

10 years agopatch 7.4.1765 v7.4.1765
Bram Moolenaar [Thu, 21 Apr 2016 12:05:23 +0000 (14:05 +0200)] 
patch 7.4.1765
Problem:    Undo options are not together in the options window.
Solution:   Put them together.  (Gary Johnson)

10 years agopatch 7.4.1763 v7.4.1763
Bram Moolenaar [Thu, 21 Apr 2016 07:20:26 +0000 (09:20 +0200)] 
patch 7.4.1763
Problem:    Coverity: useless assignment.
Solution:   Add #if 0.

10 years agopatch 7.4.1762 v7.4.1762
Bram Moolenaar [Thu, 21 Apr 2016 07:07:01 +0000 (09:07 +0200)] 
patch 7.4.1762
Problem:    Coverity: useless assignments.
Solution:   Remove them.

10 years agopatch 7.4.1761 v7.4.1761
Bram Moolenaar [Thu, 21 Apr 2016 06:56:12 +0000 (08:56 +0200)] 
patch 7.4.1761
Problem:    Coverity complains about ignoring return value.
Solution:   Add "(void)" to get rid of the warning.

10 years agoUpdated runtime files.
Bram Moolenaar [Thu, 21 Apr 2016 06:53:19 +0000 (08:53 +0200)] 
Updated runtime files.

10 years agopatch 7.4.1760 v7.4.1760
Bram Moolenaar [Wed, 20 Apr 2016 18:55:56 +0000 (20:55 +0200)] 
patch 7.4.1760
Problem:    Compiler warning for unused variable.
Solution:   Add #ifdef. (John Marriott)

10 years agopatch 7.4.1759 v7.4.1759
Bram Moolenaar [Wed, 20 Apr 2016 18:18:23 +0000 (20:18 +0200)] 
patch 7.4.1759
Problem:    When using feedkeys() in a timer the inserted characters are not
            used right away.
Solution:   Break the wait loop when characters have been added to typebuf.
            use this for testing CursorHoldI.

10 years agopatch 7.4.1758 v7.4.1758
Bram Moolenaar [Wed, 20 Apr 2016 15:37:41 +0000 (17:37 +0200)] 
patch 7.4.1758
Problem:    Triggering CursorHoldI when in CTRL-X mode causes problems.
Solution:   Do not trigger CursorHoldI in CTRL-X mode. Add "!" flag to
            feedkeys() (test with that didn't work though).

10 years agopatch 7.4.1757 v7.4.1757
Bram Moolenaar [Wed, 20 Apr 2016 14:39:19 +0000 (16:39 +0200)] 
patch 7.4.1757
Problem:    When using complete() it may set 'modified' even though nothing
            was inserted.
Solution:   Use Down/Up instead of Next/Previous match. (Shougo, closes #745)

10 years agopatch 7.4.1756 v7.4.1756
Bram Moolenaar [Wed, 20 Apr 2016 14:19:52 +0000 (16:19 +0200)] 
patch 7.4.1756
Problem:    "dll" options are not expanded.
Solution:   Expand environment variables. (Ozaki Kiichi)

10 years agopatch 7.4.1755 v7.4.1755
Bram Moolenaar [Wed, 20 Apr 2016 12:59:29 +0000 (14:59 +0200)] 
patch 7.4.1755
Problem:    When using getreg() on a non-existing register a NULL list is
            returned. (Bjorn Linse)
Solution:   Allocate an empty list. Add a test.

10 years agopatch 7.4.1754 v7.4.1754
Bram Moolenaar [Wed, 20 Apr 2016 10:49:49 +0000 (12:49 +0200)] 
patch 7.4.1754
Problem:    When 'filetype' was set and reloading a buffer which does not
            cause it to be set, the syntax isn't loaded. (KillTheMule)
Solution:   Remember whether the FileType event was fired and fire it if not.
            (Anton Lindqvist, closes #747)

10 years agopatch 7.4.1753 v7.4.1753
Bram Moolenaar [Wed, 20 Apr 2016 10:02:02 +0000 (12:02 +0200)] 
patch 7.4.1753
Problem:    "noinsert" in 'completeopt' is sometimes ignored.
Solution:   Set the variables when the 'completeopt' was set. (Ozaki Kiichi)

10 years agoAdd missing test file.
Bram Moolenaar [Mon, 18 Apr 2016 18:21:12 +0000 (20:21 +0200)] 
Add missing test file.

10 years agopatch 7.4.1752 v7.4.1752
Bram Moolenaar [Mon, 18 Apr 2016 18:04:00 +0000 (20:04 +0200)] 
patch 7.4.1752
Problem:    When adding to the quickfix list the current position is reset.
Solution:   Do not reset the position when not needed. (Yegappan Lakshmanan)

10 years agopatch 7.4.1751 v7.4.1751
Bram Moolenaar [Mon, 18 Apr 2016 17:46:15 +0000 (19:46 +0200)] 
patch 7.4.1751
Problem:    Crash when 'tagstack' is off. (Dominique Pelle)
Solution:   Fix it. (Hirohito Higashi)

10 years agopatch 7.4.1750 v7.4.1750
Bram Moolenaar [Mon, 18 Apr 2016 17:27:24 +0000 (19:27 +0200)] 
patch 7.4.1750
Problem:    When a buffer gets updated while in command line mode, the screen
            may be messed up.
Solution:   Postpone the redraw when the screen is scrolled.

10 years agopatch 7.4.1749 v7.4.1749
Bram Moolenaar [Sun, 17 Apr 2016 18:49:53 +0000 (20:49 +0200)] 
patch 7.4.1749
Problem:    When using GTK 3.20 there are a few warnings.
Solution:   Use new functions when available. (Kazunobu Kuriyama)

10 years agoAdd missing test file.
Bram Moolenaar [Sat, 16 Apr 2016 20:19:15 +0000 (22:19 +0200)] 
Add missing test file.

10 years agopatch 7.4.1748 v7.4.1748
Bram Moolenaar [Sat, 16 Apr 2016 07:13:34 +0000 (09:13 +0200)] 
patch 7.4.1748
Problem:    "gD" does not find match in first column of first line. (Gary
            Johnson)
Solution:   Accept match at the cursor.

10 years agopatch 7.4.1747 v7.4.1747
Bram Moolenaar [Fri, 15 Apr 2016 19:47:54 +0000 (21:47 +0200)] 
patch 7.4.1747
Problem:    Coverity: missing check for NULL pointer.
Solution:   Check for out of memory.

10 years agopatch 7.4.1746 v7.4.1746
Bram Moolenaar [Fri, 15 Apr 2016 19:16:11 +0000 (21:16 +0200)] 
patch 7.4.1746
Problem:    Memory leak in Perl.
Solution:   Decrement the reference count.  Add a test. (Damien)

10 years agopatch 7.4.1745 v7.4.1745
Bram Moolenaar [Fri, 15 Apr 2016 18:54:52 +0000 (20:54 +0200)] 
patch 7.4.1745
Problem:    README file is not clear about where to get Vim.
Solution:   Add links to github, releases and the Windows installer.
            (Suggested by Christian Brabandt)

10 years agopatch 7.4.1744 v7.4.1744
Bram Moolenaar [Fri, 15 Apr 2016 18:40:41 +0000 (20:40 +0200)] 
patch 7.4.1744
Problem:    Python: Converting a sequence may leak memory.
Solution:   Decrement a reference. (Nikolay Pavlov)

10 years agopatch 7.4.1743 v7.4.1743
Bram Moolenaar [Thu, 14 Apr 2016 21:10:40 +0000 (23:10 +0200)] 
patch 7.4.1743
Problem:    Clang warns for uninitialzed variable. (Michael Jarvis)
Solution:   Initialize it.

10 years agopatch 7.4.1742 v7.4.1742
Bram Moolenaar [Thu, 14 Apr 2016 20:54:24 +0000 (22:54 +0200)] 
patch 7.4.1742
Problem:    strgetchar() does not work correctly.
Solution:   use mb_cptr2len().  Add a test. (Naruhiko Nishino)

10 years agopatch 7.4.1741 v7.4.1741
Bram Moolenaar [Thu, 14 Apr 2016 20:52:50 +0000 (22:52 +0200)] 
patch 7.4.1741
Problem:    Not testing utf-8 characters.
Solution:   Move the right asserts to the test_expr_utf8 test.

10 years agopatch 7.4.1740 v7.4.1740
Bram Moolenaar [Thu, 14 Apr 2016 17:50:22 +0000 (19:50 +0200)] 
patch 7.4.1740
Problem:    syn-cchar defined with matchadd() does not appear if there are no
            other syntax definitions which matches buffer text.
Solution:   Check for startcol. (Ozaki Kiichi, haya14busa, closes #757)

10 years agopatch 7.4.1739 v7.4.1739
Bram Moolenaar [Thu, 14 Apr 2016 17:44:36 +0000 (19:44 +0200)] 
patch 7.4.1739
Problem:    Messages test fails on MS-Windows.
Solution:   Adjust the asserts.  Skip the "messages maintainer" line if not
            showing all messages.

10 years agopatch 7.4.1738 v7.4.1738
Bram Moolenaar [Thu, 14 Apr 2016 16:42:47 +0000 (18:42 +0200)] 
patch 7.4.1738
Problem:    Count for ":messages" depends on number of lines.
Solution:   Add ADDR_OTHER address type.

10 years agopatch 7.4.1737 v7.4.1737
Bram Moolenaar [Thu, 14 Apr 2016 15:52:41 +0000 (17:52 +0200)] 
patch 7.4.1737
Problem:    Argument marked as unused is used.
Solution:   Remove UNUSED.

10 years agopatch 7.4.1736 v7.4.1736
Bram Moolenaar [Thu, 14 Apr 2016 15:40:56 +0000 (17:40 +0200)] 
patch 7.4.1736
Problem:    Unused variable.
Solution:   Remove it. (Yasuhiro Matsumoto)

10 years agopatch 7.4.1735 v7.4.1735
Bram Moolenaar [Thu, 14 Apr 2016 15:16:22 +0000 (17:16 +0200)] 
patch 7.4.1735
Problem:    It is not possible to only see part of the message history.  It is
            not possible to clear messages.
Solution:   Add a count to ":messages" and a clear argument. (Yasuhiro
            Matsumoto)

10 years agopatch 7.4.1734 v7.4.1734
Bram Moolenaar [Thu, 14 Apr 2016 14:57:10 +0000 (16:57 +0200)] 
patch 7.4.1734
Problem:    Test fails when not using utf-8.
Solution:   Split test in regularand utf-8 part.

10 years agopatch 7.4.1733 v7.4.1733
Bram Moolenaar [Thu, 14 Apr 2016 14:46:02 +0000 (16:46 +0200)] 
patch 7.4.1733
Problem:    "make install" doesn't know about cross-compiling. (Christian
            Neukirchen)
Solution:   Add CROSS_COMPILING. (closes #740)

10 years agopatch 7.4.1732 v7.4.1732
Bram Moolenaar [Thu, 14 Apr 2016 14:22:04 +0000 (16:22 +0200)] 
patch 7.4.1732
Problem:    Folds may close when using autocomplete. (Anmol Sethi)
Solution:   Increment/decrement disable_fold. (Christian Brabandt, closes
            #643)

10 years agopatch 7.4.1731 v7.4.1731
Bram Moolenaar [Thu, 14 Apr 2016 13:56:09 +0000 (15:56 +0200)] 
patch 7.4.1731
Problem:    Python: turns partial into simple funcref.
Solution:   Use partials like partials. (Nikolai Pavlov, closes #734)

10 years agopatch 7.4.1730 v7.4.1730
Bram Moolenaar [Thu, 14 Apr 2016 13:13:46 +0000 (15:13 +0200)] 
patch 7.4.1730
Problem:    It is not easy to get a character out of a string.
Solution:   Add strgetchar() and strcharpart().

10 years agopatch 7.4.1729 v7.4.1729
Bram Moolenaar [Thu, 14 Apr 2016 12:09:25 +0000 (14:09 +0200)] 
patch 7.4.1729
Problem:    The Perl interface cannot use 'print' operator for writing
            directly in standard IO.
Solution:   Add a minimal implementation of PerlIO Layer feature and try to
            use it for STDOUT/STDERR. (Damien)

10 years agopatch 7.4.1728 v7.4.1728
Bram Moolenaar [Thu, 14 Apr 2016 11:51:37 +0000 (13:51 +0200)] 
patch 7.4.1728
Problem:    The help for functions require a space after the "(".
Solution:   Make CTRL-] on a function name ignore the arguments. (Hirohito
            Higashi)

10 years agopatch 7.4.1727 v7.4.1727
Bram Moolenaar [Thu, 14 Apr 2016 10:46:51 +0000 (12:46 +0200)] 
patch 7.4.1727
Problem:    Cannot detect a crash in tests when caused by garbagecollect().
Solution:   Add garbagecollect_for_testing().  Do not free a job if is still
            useful.

10 years agopatch 7.4.1726 v7.4.1726
Bram Moolenaar [Wed, 13 Apr 2016 19:14:37 +0000 (21:14 +0200)] 
patch 7.4.1726
Problem:    ANSI compiler complains about string length.
Solution:   Split long string in two parts. (Michael Jarvis)

10 years agopatch 7.4.1725 v7.4.1725
Bram Moolenaar [Tue, 12 Apr 2016 20:18:53 +0000 (22:18 +0200)] 
patch 7.4.1725
Problem:    Compiler errors for non-ANSI compilers.
Solution:   Remove // comment.  Remove comma at end of enum. (Michael Jarvis)

10 years agoUpdated runtime files.
Bram Moolenaar [Tue, 12 Apr 2016 19:07:15 +0000 (21:07 +0200)] 
Updated runtime files.

10 years agopatch 7.4.1724 v7.4.1724
Bram Moolenaar [Mon, 11 Apr 2016 20:49:03 +0000 (22:49 +0200)] 
patch 7.4.1724
Problem:    Tabline test fails in GUI.
Solution:   Remove 'e' from 'guioptions'.

10 years agopatch 7.4.1723 v7.4.1723
Bram Moolenaar [Mon, 11 Apr 2016 19:55:15 +0000 (21:55 +0200)] 
patch 7.4.1723
Problem:    When using try/catch in 'tabline' it is still considered an
            error and the tabline will be disabled.
Solution:   Check did_emsg instead of called_emsg. (haya14busa, closes #746)

10 years agopatch 7.4.1722 v7.4.1722
Bram Moolenaar [Mon, 11 Apr 2016 19:02:54 +0000 (21:02 +0200)] 
patch 7.4.1722
Problem:    Crash when calling garbagecollect() after starting a job.
Solution:   Set the copyID on job and channel. (Hirohito Higashi, Ozaki
            Kiichi)

10 years agoUpdated runtime files.
Bram Moolenaar [Sat, 9 Apr 2016 23:31:25 +0000 (01:31 +0200)] 
Updated runtime files.

10 years agopatch 7.4.1721 v7.4.1721
Bram Moolenaar [Fri, 8 Apr 2016 20:17:04 +0000 (22:17 +0200)] 
patch 7.4.1721
Problem:    The vimtbar files are unused.
Solution:   Remove them. (Ken Takata)

10 years agopatch 7.4.1720 v7.4.1720
Bram Moolenaar [Fri, 8 Apr 2016 15:25:19 +0000 (17:25 +0200)] 
patch 7.4.1720
Problem:    Tests fail without the job feature.
Solution:   Skip tests when the job feature is not present.

10 years agopatch 7.4.1719 v7.4.1719
Bram Moolenaar [Fri, 8 Apr 2016 15:07:19 +0000 (17:07 +0200)] 
patch 7.4.1719
Problem:    Leaking memory when there is a cycle involving a job and a
            partial.
Solution:   Add a copyID to job and channel.  Set references in items referred
            by them.  Go through all jobs and channels to find unreferenced
            items.  Also, decrement reference counts when garbage collecting.

10 years agopatch 7.4.1718 v7.4.1718
Bram Moolenaar [Thu, 7 Apr 2016 20:16:30 +0000 (22:16 +0200)] 
patch 7.4.1718
Problem:    Coverity: not using return value of set_ref_in_item().
Solution:   Use the return value.

10 years agopatch 7.4.1717 v7.4.1717
Bram Moolenaar [Thu, 7 Apr 2016 19:40:38 +0000 (21:40 +0200)] 
patch 7.4.1717
Problem:    Leaking memory when opening a channel fails.
Solution:   Unreference partials in job options.

10 years agopatch 7.4.1716 v7.4.1716
Bram Moolenaar [Wed, 6 Apr 2016 21:06:23 +0000 (23:06 +0200)] 
patch 7.4.1716
Problem:    'autochdir' doesn't work for the first file. (Rob Hoelz)
Solution:   Call DO_AUTOCHDIR after startup. (Christian Brabandt, closes #704)

10 years agopatch 7.4.1715 v7.4.1715
Bram Moolenaar [Wed, 6 Apr 2016 20:59:37 +0000 (22:59 +0200)] 
patch 7.4.1715
Problem:    Double free when a partial is in a cycle with a list or dict.
            (Nikolai Pavlov)
Solution:   Do not free a nested list or dict used by the partial.

10 years agopatch 7.4.1714 v7.4.1714
Bram Moolenaar [Tue, 5 Apr 2016 20:07:04 +0000 (22:07 +0200)] 
patch 7.4.1714
Problem:    Non-GUI specific settings in the gvimrc_example file.
Solution:   Move some settings to the vimrc_example file.  Remove setting
            'hlsearch' again. (suggested by Hirohito Higashi)

10 years agopatch 7.4.1713 v7.4.1713
Bram Moolenaar [Tue, 5 Apr 2016 19:56:06 +0000 (21:56 +0200)] 
patch 7.4.1713
Problem:    GTK GUI doesn't work on Wayland.
Solution:   Specify that only the X11 backend is allowed. (Simon McVittie)

10 years agopatch 7.4.1712 v7.4.1712
Bram Moolenaar [Tue, 5 Apr 2016 19:13:00 +0000 (21:13 +0200)] 
patch 7.4.1712
Problem:    For plugins in packages, plugin authors need to take care of all
            dependencies.
Solution:   When loading "start" packages and for :packloadall, first add all
            directories to 'runtimepath' before sourcing plugins.

10 years agopatch 7.4.1711 v7.4.1711
Bram Moolenaar [Tue, 5 Apr 2016 19:10:38 +0000 (21:10 +0200)] 
patch 7.4.1711
Problem:    When using try/catch in 'statusline' it is still considered an
            error and the status line will be disabled.
Solution:   Check did_emsg instead of called_emsg. (haya14busa, closes #729)

10 years agopatch 7.4.1710 v7.4.1710
Bram Moolenaar [Mon, 4 Apr 2016 20:03:08 +0000 (22:03 +0200)] 
patch 7.4.1710
Problem:    Not all output of an external command is read.
Solution:   Avoid timing out when the process has exited. (closes #681)

10 years agopatch 7.4.1709 v7.4.1709
Bram Moolenaar [Mon, 4 Apr 2016 19:06:19 +0000 (21:06 +0200)] 
patch 7.4.1709
Problem:    Mistake in #ifdef.
Solution:   Change PROOF_QUALITY to DRAFT_QUALITY. (Ken Takata)

10 years agopatch 7.4.1708 v7.4.1708
Bram Moolenaar [Mon, 4 Apr 2016 18:55:59 +0000 (20:55 +0200)] 
patch 7.4.1708
Problem:    New regexp engine does not work properly with EBCDIC.
Solution:   Define equivalence class characters. (Owen Leibman)

10 years agopatch 7.4.1707 v7.4.1707
Bram Moolenaar [Sun, 3 Apr 2016 20:44:36 +0000 (22:44 +0200)] 
patch 7.4.1707
Problem:    Cannot use empty dictionary key, even though it can be useful.
Solution:   Allow using an empty dictionary key.

10 years agopatch 7.4.1706 v7.4.1706
Bram Moolenaar [Sun, 3 Apr 2016 20:22:30 +0000 (22:22 +0200)] 
patch 7.4.1706
Problem:    Old style function declaration breaks build.
Solution:   Remove __ARGS().

10 years agopatch 7.4.1705 v7.4.1705
Bram Moolenaar [Sun, 3 Apr 2016 20:08:05 +0000 (22:08 +0200)] 
patch 7.4.1705
Problem:    The 'guifont' option does not allow for a quality setting.
Solution:   Add the "q" item, supported on MS-Windows. (Yasuhiro Matsumoto)

10 years agopatch 7.4.1704 v7.4.1704
Bram Moolenaar [Sun, 3 Apr 2016 19:22:58 +0000 (21:22 +0200)] 
patch 7.4.1704
Problem:    Using freed memory with "wincmd p". (Dominique Pelle)
Solution:   Also clear "prevwin" in other tab pages.

10 years agopatch 7.4.1703 v7.4.1703
Bram Moolenaar [Sun, 3 Apr 2016 18:57:20 +0000 (20:57 +0200)] 
patch 7.4.1703
Problem:    Can't assert for not equal and not matching.
Solution:   Add assert_notmatch() and assert_notequal().

10 years agopatch 7.4.1702 v7.4.1702
Bram Moolenaar [Sun, 3 Apr 2016 12:56:52 +0000 (14:56 +0200)] 
patch 7.4.1702
Problem:    Using freed memory when parsing 'printoptions' fails.
Solution:   Save the old options and restore them in case of an error.
            (Dominique)

10 years agopatch 7.4.1701 v7.4.1701
Bram Moolenaar [Sun, 3 Apr 2016 12:09:59 +0000 (14:09 +0200)] 
patch 7.4.1701
Problem:    Equivalence classes still tested in old style tests.
Solution:   Remove the duplicate.

10 years agopatch 7.4.1700 v7.4.1700
Bram Moolenaar [Sun, 3 Apr 2016 12:02:02 +0000 (14:02 +0200)] 
patch 7.4.1700
Problem:    Equivalence classes are not properly tested.
Solution:   Add tests for multi-byte and latin1. Fix an error. (Owen Leibman)

10 years agopatch 7.4.1699 v7.4.1699
Bram Moolenaar [Sat, 2 Apr 2016 20:44:16 +0000 (22:44 +0200)] 
patch 7.4.1699
Problem:    :packadd does not work the same when used early or late.
Solution:   Always load plugins matching "plugin/**/*.vim".

10 years agopatch 7.4.1698 v7.4.1698
Bram Moolenaar [Sat, 2 Apr 2016 20:24:20 +0000 (22:24 +0200)] 
patch 7.4.1698
Problem:    Two tests fail when running tests with MinGW. (Michael Soyka)
Solution:   Convert test_getcwd.ok test_wordcount.ok to unix fileformat.

10 years agopatch 7.4.1697 v7.4.1697
Bram Moolenaar [Sat, 2 Apr 2016 20:14:51 +0000 (22:14 +0200)] 
patch 7.4.1697
Problem:    Display problems when the 'ambiwidth' and 'emoji' options are not
            set properly or the terminal doesn't behave as expected.
Solution:   After drawing an ambiguous width character always position the
            cursor.

10 years agopatch 7.4.1696 v7.4.1696
Bram Moolenaar [Sat, 2 Apr 2016 17:39:16 +0000 (19:39 +0200)] 
patch 7.4.1696
Problem:    When using :stopinsert in a silent mapping the "INSERT" message
            isn't cleared. (Coacher)
Solution:   Always clear the message. (Christian Brabandt, closes #718)

10 years agopatch 7.4.1695 v7.4.1695
Bram Moolenaar [Sat, 2 Apr 2016 17:01:58 +0000 (19:01 +0200)] 
patch 7.4.1695
Problem:    ":syn reset" clears the effect ":syn iskeyword". (James McCoy)
Solution:   Remove clearing the syntax keywords.

10 years agopatch 7.4.1694 v7.4.1694
Bram Moolenaar [Sat, 2 Apr 2016 13:59:40 +0000 (15:59 +0200)] 
patch 7.4.1694
Problem:    Win32 gvim doesn't work with "dvorakj" input method.
Solution:   Wait for QS_ALLINPUT instead of QS_ALLEVENTS. (Yukihiro Nakadaira)

10 years agoAdd json_test to gitignore (Hirohito Higashi)
Bram Moolenaar [Sat, 2 Apr 2016 13:32:45 +0000 (15:32 +0200)] 
Add json_test to gitignore (Hirohito Higashi)

10 years agopatch 7.4.1693 v7.4.1693
Bram Moolenaar [Sat, 2 Apr 2016 12:18:01 +0000 (14:18 +0200)] 
patch 7.4.1693
Problem:    Building the Perl interface gives compiler warnings.
Solution:   Remove a pragma. Add noreturn attributes. (Damien)

10 years agopatch 7.4.1692 v7.4.1692
Bram Moolenaar [Fri, 1 Apr 2016 19:00:48 +0000 (21:00 +0200)] 
patch 7.4.1692
Problem:    feedkeys('i', 'x') gets stuck, waits for a character to be typed.
Solution:   Behave like ":normal". (Yasuhiro Matsumoto)