]> granicus.if.org Git - vim/log
vim
9 years agopatch 7.4.1852 v7.4.1852
Bram Moolenaar [Sat, 28 May 2016 11:40:10 +0000 (13:40 +0200)]
patch 7.4.1852
Problem:    Unix: Cannot run all tests with the GUI.
Solution:   Add the "testgui" target.

9 years agopatch 7.4.1851 v7.4.1851
Bram Moolenaar [Sat, 28 May 2016 11:28:10 +0000 (13:28 +0200)]
patch 7.4.1851
Problem:    test_syn_attr failes when using the GUI. (Dominique Pelle)
Solution:   Escape the font name properly.

9 years agopatch 7.4.1850 v7.4.1850
Bram Moolenaar [Sat, 28 May 2016 11:20:31 +0000 (13:20 +0200)]
patch 7.4.1850
Problem:    GUI freezes when using a job. (Shougo)
Solution:   Unregister the channel when there is an input error.

9 years agopatch 7.4.1849 v7.4.1849
Bram Moolenaar [Fri, 27 May 2016 17:59:48 +0000 (19:59 +0200)]
patch 7.4.1849
Problem:    Still trying to read from channel that is going to be closed.
            (Ramel Eshed)
Solution:   Check if ch_to_be_closed is set.

9 years agopatch 7.4.1848 v7.4.1848
Bram Moolenaar [Thu, 26 May 2016 20:10:00 +0000 (22:10 +0200)]
patch 7.4.1848
Problem:    Can't build with Strawberry Perl 5.24.
Solution:   Define S_SvREFCNT_dec() if needed. (Damien, Ken Takata)

9 years agopatch 7.4.1847 v7.4.1847
Bram Moolenaar [Wed, 25 May 2016 20:51:17 +0000 (22:51 +0200)]
patch 7.4.1847
Problem:    Getting an item from a NULL dict crashes.  Setting a register to a
            NULL list crashes. (Nikolai Pavlov, issue #768)  Comparing a NULL
            dict with a NULL dict fails.
Solution:   Properly check for NULL.

9 years agopatch 7.4.1846 v7.4.1846
Bram Moolenaar [Wed, 25 May 2016 20:00:11 +0000 (22:00 +0200)]
patch 7.4.1846
Problem:    Ubsan detects a multiplication overflow.
Solution:   Don't use orig_mouse_time when it's zero. (Dominique Pelle)

9 years agopatch 7.4.1845 v7.4.1845
Bram Moolenaar [Wed, 25 May 2016 19:48:13 +0000 (21:48 +0200)]
patch 7.4.1845
Problem:    Mentioning NetBeans when reading from channel. (Ramel Eshed)
Solution:   Make the text more generic.

9 years agopatch 7.4.1844 v7.4.1844
Bram Moolenaar [Wed, 25 May 2016 19:23:21 +0000 (21:23 +0200)]
patch 7.4.1844
Problem:    Using old function name in comment.  More functions should start
            with test_.
Solution:   Rename function in comment. (Higashi Higashi) Rename
            disable_char_avail_for_testing() to test_disable_char_avail().
            And alloc_fail() to test_alloc_fail().

9 years agopatch 7.4.1843 v7.4.1843
Bram Moolenaar [Wed, 25 May 2016 18:39:09 +0000 (20:39 +0200)]
patch 7.4.1843
Problem:    Tests involving Python are flaky.
Solution:   Set the pt_auto field.  Add tests. (Nikolai Pavlov)

9 years agopatch 7.4.1842 v7.4.1842
Bram Moolenaar [Tue, 24 May 2016 20:29:49 +0000 (22:29 +0200)]
patch 7.4.1842
Problem:    get() works for Partial but not for Funcref.
Solution:   Accept Funcref.  Also return the function itself. (Nikolai Pavlov)

9 years agoUpdate runtime files.
Bram Moolenaar [Tue, 24 May 2016 18:02:38 +0000 (20:02 +0200)]
Update runtime files.

9 years agopatch 7.4.1841 v7.4.1841
Bram Moolenaar [Tue, 24 May 2016 17:59:51 +0000 (19:59 +0200)]
patch 7.4.1841
Problem:    The code to reallocate the buffer used for quickfix is repeated.
Solution:   Move the code to a function. (Yegappan Lakshmanan, closes #831)

9 years agopatch 7.4.1840 v7.4.1840
Bram Moolenaar [Tue, 24 May 2016 17:37:29 +0000 (19:37 +0200)]
patch 7.4.1840
Problem:    When using packages an "after" directory cannot be used.
Solution:   Add the "after" directory of the package to 'runtimepath' if it
            exists.

9 years agopatch 7.4.1839 v7.4.1839
Bram Moolenaar [Tue, 24 May 2016 16:37:12 +0000 (18:37 +0200)]
patch 7.4.1839
Problem:    Cannot get the items stored in a partial.
Solution:   Support using get() on a partial.

9 years agopatch 7.4.1838 v7.4.1838
Bram Moolenaar [Tue, 24 May 2016 15:33:34 +0000 (17:33 +0200)]
patch 7.4.1838
Problem:    Functions specifically for testing do not sort together.
Solution:   Rename garbagecollect_for_testing() to test_garbagecollect_now().
            Add test_null_list(), test_null_dict(), etc.

9 years agopatch 7.4.1837 v7.4.1837
Bram Moolenaar [Tue, 24 May 2016 14:07:40 +0000 (16:07 +0200)]
patch 7.4.1837
Problem:    The BufUnload event is triggered twice, when :bunload is used with
             set to  or .
Solution:   Do not trigger the event when ml_mfp is NULL. (Hirohito Higashi)

9 years agopatch 7.4.1836 v7.4.1836
Bram Moolenaar [Tue, 24 May 2016 13:44:17 +0000 (15:44 +0200)]
patch 7.4.1836
Problem:    When using a partial on a dictionary it always gets bound to that
            dictionary.
Solution:   Make a difference between binding a function to a dictionary
            explicitly or automatically.

9 years agopatch 7.4.1835 v7.4.1835
Bram Moolenaar [Tue, 24 May 2016 09:31:32 +0000 (11:31 +0200)]
patch 7.4.1835
Problem:    When splitting and closing a window the status height changes.
Solution:   Compute the frame height correctly. (Hirohito Higashi)

9 years agopatch 7.4.1834 v7.4.1834
Bram Moolenaar [Tue, 24 May 2016 08:51:30 +0000 (10:51 +0200)]
patch 7.4.1834
Problem:    Possible crash when conceal is active.
Solution:   Check for the screen to be valid when redrawing a line.

9 years agopatch 7.4.1833 v7.4.1833
Bram Moolenaar [Tue, 24 May 2016 08:46:45 +0000 (10:46 +0200)]
patch 7.4.1833
Problem:    Cannot use an Ex command for 'keywordprg'.
Solution:   Accept an Ex command. (Nelo-Thara Wallus)

9 years agoUpdated runtime files.
Bram Moolenaar [Fri, 20 May 2016 15:24:11 +0000 (17:24 +0200)]
Updated runtime files.

9 years agopatch 7.4.1832 v7.4.1832
Bram Moolenaar [Tue, 17 May 2016 15:45:38 +0000 (17:45 +0200)]
patch 7.4.1832
Problem:    Memory leak in debug commands.
Solution:   Free memory before overwriting the pointer. (hint by Justin Keyes)

9 years agopatch 7.4.1831 v7.4.1831
Bram Moolenaar [Sun, 15 May 2016 16:00:19 +0000 (18:00 +0200)]
patch 7.4.1831
Problem:    When timer_stop() is called with a string there is no proper error
            message.
Solution:   Require getting a number. (Bjorn Linse)

9 years agopatch 7.4.1830 v7.4.1830
Bram Moolenaar [Wed, 11 May 2016 19:05:05 +0000 (21:05 +0200)]
patch 7.4.1830
Problem:    non-antialiased misnamed.
Solution:   Use NONANTIALIASED and NONANTIALIASED_QUALITY. (Kim Brouer,
            closes #793)

9 years agopatch 7.4.1829 v7.4.1829
Bram Moolenaar [Mon, 9 May 2016 18:54:33 +0000 (20:54 +0200)]
patch 7.4.1829
Problem:    No message on channel log when buffer was freed.
Solution:   Log a message.

9 years agopatch 7.4.1828 v7.4.1828
Bram Moolenaar [Mon, 9 May 2016 18:38:53 +0000 (20:38 +0200)]
patch 7.4.1828
Problem:    May try to access buffer that's already freed.
Solution:   When freeing a buffer remove it from any channel.

9 years agopatch 7.4.1827 v7.4.1827
Bram Moolenaar [Mon, 9 May 2016 15:58:04 +0000 (17:58 +0200)]
patch 7.4.1827
Problem:    No error when invoking a callback when it's not safe.
Solution:   Add an error message.  Avoid the error when freeing a channel.

9 years agopatch 7.4.1826 v7.4.1826
Bram Moolenaar [Mon, 9 May 2016 15:20:14 +0000 (17:20 +0200)]
patch 7.4.1826
Problem:    Callbacks are invoked when it's not safe. (Andrew Stewart)
Solution:   When a channel is to be closed don't invoke callbacks right away,
            wait for a safe moment.

9 years agopatch 7.4.1825 v7.4.1825
Bram Moolenaar [Sun, 8 May 2016 19:47:01 +0000 (21:47 +0200)]
patch 7.4.1825
Problem:    When job writes to buffer nothing is written. (Nicola)
Solution:   Do not discard a channel before writing is done.

9 years agopatch 7.4.1824 v7.4.1824
Bram Moolenaar [Sun, 8 May 2016 11:21:12 +0000 (13:21 +0200)]
patch 7.4.1824
Problem:    When a job is no longer referenced and does not have an exit
            callback the process may hang around in defunc state. (Nicola)
Solution:   Call job_status() if the job is running and won't get freed
            because it might still be useful.

9 years agopatch 7.4.1823 v7.4.1823
Bram Moolenaar [Sun, 8 May 2016 10:52:05 +0000 (12:52 +0200)]
patch 7.4.1823
Problem:    Warning from 64 bit compiler.
Solution:   Add type cast. (Mike Williams)

9 years agoUpdated runtime files.
Bram Moolenaar [Sun, 8 May 2016 07:50:29 +0000 (09:50 +0200)]
Updated runtime files.

9 years agopatch 7.4.1822 v7.4.1822
Bram Moolenaar [Sun, 8 May 2016 07:40:51 +0000 (09:40 +0200)]
patch 7.4.1822
Problem:    Redirecting stdout of a channel to "null" doesn't work. (Nicola)
Solution:   Correct the file descriptor number.

9 years agopatch 7.4.1821 v7.4.1821
Bram Moolenaar [Sat, 7 May 2016 20:28:53 +0000 (22:28 +0200)]
patch 7.4.1821
Problem:    Test fails on MS-Windows.
Solution:   Sort the completion results.

9 years agopatch 7.4.1820 v7.4.1820
Bram Moolenaar [Sat, 7 May 2016 16:36:48 +0000 (18:36 +0200)]
patch 7.4.1820
Problem:    Removing language from help tags too often.
Solution:   Only remove @en when not needed. (Hirohito Higashi)

9 years agopatch 7.4.1819 v7.4.1819
Bram Moolenaar [Thu, 5 May 2016 16:14:03 +0000 (18:14 +0200)]
patch 7.4.1819
Problem:    Compiler warnings when sprintf() is a macro.
Solution:   Don't interrupt sprintf() with an #ifdef. (Michael Jarvis,
            closes #788)

9 years agopatch 7.4.1818 v7.4.1818
Bram Moolenaar [Thu, 5 May 2016 15:18:41 +0000 (17:18 +0200)]
patch 7.4.1818
Problem:    Help completion adds @en to all matches except the first one.
Solution:   Remove "break", go over all items.

9 years agopatch 7.4.1817 v7.4.1817
Bram Moolenaar [Wed, 4 May 2016 19:49:19 +0000 (21:49 +0200)]
patch 7.4.1817
Problem:    The screen is not updated if a callback is invoked when closing a
            channel.
Solution:   Invoke redraw_after_callback().

9 years agopatch 7.4.1816 v7.4.1816
Bram Moolenaar [Sun, 1 May 2016 21:05:53 +0000 (23:05 +0200)]
patch 7.4.1816
Problem:    Looping over a null list throws an error.
Solution:   Skip over the for loop.

9 years agopatch 7.4.1815 v7.4.1815
Bram Moolenaar [Sun, 1 May 2016 18:20:49 +0000 (20:20 +0200)]
patch 7.4.1815
Problem:    Compiler warnings for unused variables. (Ajit Thakkar)
Solution:   Add a dummy initialization. (Yasuhiro Matsumoto)

9 years agopatch 7.4.1814 v7.4.1814
Bram Moolenaar [Sun, 1 May 2016 12:22:16 +0000 (14:22 +0200)]
patch 7.4.1814
Problem:    A channel may be garbage collected while it's still being used by
            a job. (James McCoy)
Solution:   Mark the channel as used if the job is still used.  Do the same
            for channels that are still used.

9 years agopatch 7.4.1813 v7.4.1813
Bram Moolenaar [Sun, 1 May 2016 11:28:38 +0000 (13:28 +0200)]
patch 7.4.1813
Problem:    Memory access error when running test_quickfix.
Solution:   Allocate one more byte. (Yegappan Lakshmanan)

9 years agopatch 7.4.1812 v7.4.1812
Bram Moolenaar [Sun, 1 May 2016 11:09:57 +0000 (13:09 +0200)]
patch 7.4.1812
Problem:    Failure on startup with Athena and Motif.
Solution:   Check for INVALCOLOR. (Kazunobu Kuriyama)

9 years agopatch 7.4.1811 v7.4.1811
Bram Moolenaar [Sat, 30 Apr 2016 16:07:05 +0000 (18:07 +0200)]
patch 7.4.1811
Problem:    Netbeans channel gets garbage collected.
Solution:   Set reference in nb_channel.

9 years agopatch 7.4.1810 v7.4.1810
Bram Moolenaar [Sat, 30 Apr 2016 15:06:31 +0000 (17:06 +0200)]
patch 7.4.1810
Problem:    Sending DETACH after a channel was closed isn't useful.
Solution:   Only add DETACH for a netbeans channel.

9 years agopatch 7.4.1809 v7.4.1809
Bram Moolenaar [Sat, 30 Apr 2016 14:49:58 +0000 (16:49 +0200)]
patch 7.4.1809
Problem:    Using wrong short option name for 'termguicolors'.
Solution:   Use the option name.

9 years agopatch 7.4.1808 v7.4.1808
Bram Moolenaar [Sat, 30 Apr 2016 14:13:10 +0000 (16:13 +0200)]
patch 7.4.1808
Problem:    Using wrong feature name to check for 'termguicolors'.
Solution:   Use the right feature name. (Ken Takata)

9 years agopatch 7.4.1807 v7.4.1807
Bram Moolenaar [Sat, 30 Apr 2016 14:07:23 +0000 (16:07 +0200)]
patch 7.4.1807
Problem:    Test_out_close_cb sometimes fails.
Solution:   Always write DETACH to out, not err.

9 years agopatch 7.4.1806 v7.4.1806
Bram Moolenaar [Sat, 30 Apr 2016 13:17:19 +0000 (15:17 +0200)]
patch 7.4.1806
Problem:    'termguicolors' option missing from the options window.
Solution:   Add the entry.

9 years agoUpdate runtime files.
Bram Moolenaar [Sat, 30 Apr 2016 13:13:38 +0000 (15:13 +0200)]
Update runtime files.

9 years agopatch 7.4.1805 v7.4.1805
Bram Moolenaar [Sat, 30 Apr 2016 13:08:27 +0000 (15:08 +0200)]
patch 7.4.1805
Problem:    Running tests in shadow dir fails.
Solution:   Link the samples directory

9 years agopatch 7.4.1804 v7.4.1804
Bram Moolenaar [Sat, 30 Apr 2016 12:15:54 +0000 (14:15 +0200)]
patch 7.4.1804
Problem:    Can't use Vim as MANPAGER.
Solution:   Add manpager.vim. (Enno Nagel, closes #491)

9 years agopatch 7.4.1803 v7.4.1803
Bram Moolenaar [Sat, 30 Apr 2016 11:26:14 +0000 (13:26 +0200)]
patch 7.4.1803
Problem:    GTK3 doesn't handle menu separaters properly.
Solution:   Use gtk_separator_menu_item_new(). (Kazunobu Kuriyama)

9 years agopatch 7.4.1802 v7.4.1802
Bram Moolenaar [Sat, 30 Apr 2016 11:17:09 +0000 (13:17 +0200)]
patch 7.4.1802
Problem:    Quickfix doesn't handle long lines well, they are split.
Solution:   Drop characters after a limit. (Anton Lindqvist)

9 years agopatch 7.4.1801 v7.4.1801
Bram Moolenaar [Sat, 30 Apr 2016 10:32:52 +0000 (12:32 +0200)]
patch 7.4.1801
Problem:    Make uninstall leaves file behind.
Solution:   Delete rgb.txt. (Kazunobu Kuriyama)

9 years agopatch 7.4.1800 v7.4.1800
Bram Moolenaar [Sat, 30 Apr 2016 10:28:15 +0000 (12:28 +0200)]
patch 7.4.1800
Problem:    Unnecessary #ifdef.
Solution:   Just use USE_24BIT. (Ken Takata)

9 years agopatch 7.4.1799 v7.4.1799
Bram Moolenaar [Fri, 29 Apr 2016 20:59:22 +0000 (22:59 +0200)]
patch 7.4.1799
Problem:    'guicolors' is a confusing option name.
Solution:   Use 'termguicolors' instead. (Hirohito Higashi)

9 years agopatch 7.4.1798 v7.4.1798
Bram Moolenaar [Fri, 29 Apr 2016 20:33:27 +0000 (22:33 +0200)]
patch 7.4.1798
Problem:    Still compiler warning for unused return value. (Charles Campbell)
Solution:   Assign to ignoredp.

9 years agopatch 7.4.1797 v7.4.1797
Bram Moolenaar [Thu, 28 Apr 2016 20:20:03 +0000 (22:20 +0200)]
patch 7.4.1797
Problem:    Warning from Windows 64 bit compiler.
Solution:   Change int to size_t. (Mike Williams)

9 years agopatch 7.4.1796 v7.4.1796
Bram Moolenaar [Wed, 27 Apr 2016 18:36:31 +0000 (20:36 +0200)]
patch 7.4.1796
Problem:    Colors are wrong on MS-Windows. (Christian Robinson)
Solution:   Use existing RGB macro if it exists. (Ken Takata)

9 years agopatch 7.4.1795 v7.4.1795
Bram Moolenaar [Tue, 26 Apr 2016 20:33:17 +0000 (22:33 +0200)]
patch 7.4.1795
Problem:    Compiler warning for redefining RGB. (John Marriott)
Solution:   Rename it to TORGB.

9 years agopatch 7.4.1794 v7.4.1794
Bram Moolenaar [Tue, 26 Apr 2016 19:51:48 +0000 (21:51 +0200)]
patch 7.4.1794
Problem:    Can't build on MS-Windows.
Solution:   Add missing declaration.

9 years agopatch 7.4.1793 v7.4.1793
Bram Moolenaar [Tue, 26 Apr 2016 19:39:13 +0000 (21:39 +0200)]
patch 7.4.1793
Problem:    Some character classes may differ between systems.  On OS/X the
            regexp test fails.
Solution:   Make this less dependent on the system. (idea by Kazunobu Kuriyama)

9 years agopatch 7.4.1792 v7.4.1792
Bram Moolenaar [Tue, 26 Apr 2016 18:59:29 +0000 (20:59 +0200)]
patch 7.4.1792
Problem:    Color name decoding is implemented several times.
Solution:   Move it to term.c. (Christian Brabandt)

9 years agopatch 7.4.1791 v7.4.1791
Bram Moolenaar [Tue, 26 Apr 2016 18:30:07 +0000 (20:30 +0200)]
patch 7.4.1791
Problem:    Channel could be garbage collected too early.
Solution:   Don't free a channel or remove it from a job when it is still
            useful.

9 years agopatch 7.4.1790 v7.4.1790
Bram Moolenaar [Tue, 26 Apr 2016 17:42:42 +0000 (19:42 +0200)]
patch 7.4.1790
Problem:    Leading white space in a job command matters. (Andrew Stewart)
Solution:   Skip leading white space.

9 years agopatch 7.4.1789 v7.4.1789
Bram Moolenaar [Tue, 26 Apr 2016 17:01:05 +0000 (19:01 +0200)]
patch 7.4.1789
Problem:    Cannot use ch_read() in the close callback.
Solution:   Do not discard the channel if there is readahead.  Do not discard
            readahead if there is a close callback.

9 years agopatch 7.4.1788 v7.4.1788
Bram Moolenaar [Tue, 26 Apr 2016 15:34:44 +0000 (17:34 +0200)]
patch 7.4.1788
Problem:    NSIS script is missing packages.
Solution:   Add the missing directories. (Ken Takata)

9 years agopatch 7.4.1787 v7.4.1787
Bram Moolenaar [Tue, 26 Apr 2016 15:16:24 +0000 (17:16 +0200)]
patch 7.4.1787
Problem:    When a job ends the close callback is invoked before other
            callbacks. On Windows the close callback is not called.
Solution:   First invoke out/err callbacks before the close callback.
            Make the close callback work on Windows.

9 years agopatch 7.4.1786 v7.4.1786
Bram Moolenaar [Sun, 24 Apr 2016 13:41:33 +0000 (15:41 +0200)]
patch 7.4.1786
Problem:    Compiled-in colors do not match rgb.txt.
Solution:   Use the rgb.txt colors. (Kazunobu Kuriyama)

9 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.

9 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.

9 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.

9 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)

9 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)

9 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)

9 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.

9 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)

9 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)

9 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)

9 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)

9 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.

9 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.

9 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)

9 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)

9 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)

9 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)

9 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)

9 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)

9 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.

9 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.

9 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)

9 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.

9 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.

9 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.

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

9 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)

9 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.

9 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).