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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

9 years agopatch 7.4.1691 v7.4.1691
Bram Moolenaar [Thu, 31 Mar 2016 21:02:16 +0000 (23:02 +0200)]
patch 7.4.1691
Problem:    When switching to a new buffer and an autocommand applies syntax
            highlighting an ml_get error may occur.
Solution:   Check "syn_buf" against the buffer in the window. (Alexander von
            Buddenbrock, closes #676)

9 years agopatch 7.4.1690 v7.4.1690
Bram Moolenaar [Thu, 31 Mar 2016 20:27:40 +0000 (22:27 +0200)]
patch 7.4.1690
Problem:    Can't compile with the conceal feature but without multi-byte.
Solution:   Adjust #ifdef. (Owen Leibman)

9 years agopatch 7.4.1689 v7.4.1689
Bram Moolenaar [Wed, 30 Mar 2016 20:06:16 +0000 (22:06 +0200)]
patch 7.4.1689
Problem:    Ruby interface has inconsistent coding style.
Solution:   Fix the coding style. (Ken Takata)

9 years agopatch 7.4.1688 v7.4.1688
Bram Moolenaar [Wed, 30 Mar 2016 20:03:02 +0000 (22:03 +0200)]
patch 7.4.1688
Problem:    MzScheme does not support partial.
Solution:   Add minimal partial support. (Ken Takata)

9 years agopatch 7.4.1687 v7.4.1687
Bram Moolenaar [Wed, 30 Mar 2016 19:06:57 +0000 (21:06 +0200)]
patch 7.4.1687
Problem:    The channel close_cb option does not work.
Solution:   Use jo_close_partial instead of jo_err_partial. (Damien)

9 years agopatch 7.4.1686 v7.4.1686
Bram Moolenaar [Wed, 30 Mar 2016 18:50:46 +0000 (20:50 +0200)]
patch 7.4.1686
Problem:    When running tests $HOME/.viminfo is written. (James McCoy)
Solution:   Add 'nviminfo' to the 'viminfo' option. (closes #722)

9 years agoUpdated runtime files.
Bram Moolenaar [Tue, 29 Mar 2016 21:12:46 +0000 (23:12 +0200)]
Updated runtime files.

9 years agopatch 7.4.1685 v7.4.1685
Bram Moolenaar [Tue, 29 Mar 2016 21:10:31 +0000 (23:10 +0200)]
patch 7.4.1685
Problem:    There is no easy way to get all the information about a match.
Solution:   Add matchstrpos(). (Ozaki Kiichi)

9 years agopatch 7.4.1684 v7.4.1684
Bram Moolenaar [Tue, 29 Mar 2016 20:29:18 +0000 (22:29 +0200)]
patch 7.4.1684
Problem:    README text is slightly outdated.
Solution:   Mention the READMEdir directory.

9 years agopatch 7.4.1683 v7.4.1683
Bram Moolenaar [Mon, 28 Mar 2016 21:05:48 +0000 (23:05 +0200)]
patch 7.4.1683
Problem:    Generated .bat files do not support --nofork.
Solution:   Add check for --nofork.  Also add "setlocal". (Kevin CantĂș,
            closes #659)

9 years agopatch 7.4.1682 v7.4.1682
Bram Moolenaar [Mon, 28 Mar 2016 20:48:29 +0000 (22:48 +0200)]
patch 7.4.1682
Problem:    Coverity: no check for NULL.
Solution:   Add check for invalid argument to assert_match().

9 years agopatch 7.4.1681 v7.4.1681
Bram Moolenaar [Mon, 28 Mar 2016 20:44:50 +0000 (22:44 +0200)]
patch 7.4.1681
Problem:    Coverity warns for fixed size buffer length (false positive).
Solution:   Add a check for the name length.

9 years agopatch 7.4.1680 v7.4.1680
Bram Moolenaar [Mon, 28 Mar 2016 20:38:02 +0000 (22:38 +0200)]
patch 7.4.1680
Problem:    Coverity warns for not checking name length (false positive).
Solution:   Only copy the characters we know are there.

9 years agopatch 7.4.1679 v7.4.1679
Bram Moolenaar [Mon, 28 Mar 2016 20:30:50 +0000 (22:30 +0200)]
patch 7.4.1679
Problem:    Coverity: copying value of v_lock without initializing it.
Solution:   Init v_lock in rettv_list_alloc() and rettv_dict_alloc().

9 years agopatch 7.4.1678 v7.4.1678
Bram Moolenaar [Mon, 28 Mar 2016 20:17:16 +0000 (22:17 +0200)]
patch 7.4.1678
Problem:    Warning for unused argument.
Solution:   Add UNUSED. (Dominique Pelle)

9 years agopatch 7.4.1677 v7.4.1677
Bram Moolenaar [Mon, 28 Mar 2016 20:05:47 +0000 (22:05 +0200)]
patch 7.4.1677
Problem:    A reference to the removed file_select plugin remains.
Solution:   Remove it.

9 years agopatch 7.4.1676 v7.4.1676
Bram Moolenaar [Mon, 28 Mar 2016 19:26:47 +0000 (21:26 +0200)]
patch 7.4.1676
Problem:    The shellmenu plugin has to be copied or sourced to be used.
Solution:   Turn it into a package.

9 years agopatch 7.4.1675 v7.4.1675
Bram Moolenaar [Mon, 28 Mar 2016 19:10:49 +0000 (21:10 +0200)]
patch 7.4.1675
Problem:    The swapmous plugin has to be copied or sourced to be used.
Solution:   Turn it into the swapmouse package.

9 years agopatch 7.4.1674 v7.4.1674
Bram Moolenaar [Mon, 28 Mar 2016 19:04:37 +0000 (21:04 +0200)]
patch 7.4.1674
Problem:    The editexisting plugin has to be copied or sourced to be used.
Solution:   Turn it into a package.

9 years agopatch 7.4.1673 v7.4.1673
Bram Moolenaar [Mon, 28 Mar 2016 18:53:08 +0000 (20:53 +0200)]
patch 7.4.1673
Problem:    The justify plugin has to be copied or sourced to be used.
Solution:   Turn it into a package.

9 years agopatch 7.4.1672 v7.4.1672
Bram Moolenaar [Mon, 28 Mar 2016 18:40:32 +0000 (20:40 +0200)]
patch 7.4.1672
Problem:    The Dvorak support is a bit difficult to install.
Solution:   Turn it into an optional package.

9 years agopatch 7.4.1671 v7.4.1671
Bram Moolenaar [Mon, 28 Mar 2016 17:59:02 +0000 (19:59 +0200)]
patch 7.4.1671
Problem:    When help exists in multiple languages, adding @ab while "ab" is
            the default help language is unnecessary.
Solution:   Leave out "@ab" when not needed. (Ken Takata)

9 years agopatch 7.4.1670 v7.4.1670
Bram Moolenaar [Mon, 28 Mar 2016 17:27:13 +0000 (19:27 +0200)]
patch 7.4.1670
Problem:    Completion doesn't work well for a variable containing "#".
Solution:   Recognize the "#". (Watiko)

9 years agopatch 7.4.1669 v7.4.1669
Bram Moolenaar [Mon, 28 Mar 2016 17:16:20 +0000 (19:16 +0200)]
patch 7.4.1669
Problem:    When writing buffer lines to a pipe Vim may block.
Solution:   Avoid blocking, write more lines later.

9 years agopatch 7.4.1668 v7.4.1668
Bram Moolenaar [Mon, 28 Mar 2016 12:42:14 +0000 (14:42 +0200)]
patch 7.4.1668
Problem:    channel_get_all() does multiple allocations.
Solution:   Compute the size and allocate once.

9 years agopatch 7.4.1667 v7.4.1667
Bram Moolenaar [Mon, 28 Mar 2016 12:20:41 +0000 (14:20 +0200)]
patch 7.4.1667
Problem:    Win32: waiting on a pipe with fixed sleep time.
Solution:   Start with a short delay and increase it when looping.

9 years agopatch 7.4.1666 v7.4.1666
Bram Moolenaar [Mon, 28 Mar 2016 12:11:42 +0000 (14:11 +0200)]
patch 7.4.1666
Problem:    When reading JSON from a channel all readahead is used.
Solution:   Use the fill function to reduce overhead.

9 years agopatch 7.4.1665 v7.4.1665
Bram Moolenaar [Sun, 27 Mar 2016 17:13:35 +0000 (19:13 +0200)]
patch 7.4.1665
Problem:    Crash when calling job_start() with a NULL string. (Dominique)
Solution:   Check for an invalid argument.

9 years agopatch 7.4.1664 v7.4.1664
Bram Moolenaar [Sun, 27 Mar 2016 16:44:40 +0000 (18:44 +0200)]
patch 7.4.1664
Problem:    Crash in :cgetexpr.
Solution:   Check for NULL pointer. (Dominique) Add a test.

9 years agopatch 7.4.1663 v7.4.1663
Bram Moolenaar [Sun, 27 Mar 2016 13:13:38 +0000 (15:13 +0200)]
patch 7.4.1663
Problem:    In tests it's often useful to check if a pattern matches.
Solution:   Add assert_match().

9 years agoUpdated runtime files.
Bram Moolenaar [Sat, 26 Mar 2016 22:01:59 +0000 (23:01 +0100)]
Updated runtime files.

9 years agopatch 7.4.1662 v7.4.1662
Bram Moolenaar [Sat, 26 Mar 2016 21:56:46 +0000 (22:56 +0100)]
patch 7.4.1662
Problem:    No test for an invalid Ex command on a channel.
Solution:   Test handling an invalid command gracefully.  Avoid getting an
            error message, do write it to the channel log.

9 years agopatch 7.4.1661 v7.4.1661
Bram Moolenaar [Sat, 26 Mar 2016 21:19:27 +0000 (22:19 +0100)]
patch 7.4.1661
Problem:    No test for special characters in channel eval command.
Solution:   Testing sending and receiving text with special characters.

9 years agopatch 7.4.1660 v7.4.1660
Bram Moolenaar [Sat, 26 Mar 2016 20:24:14 +0000 (21:24 +0100)]
patch 7.4.1660
Problem:    has('patch-7.4.1') doesn't work.
Solution:   Fix off-by-one error. (Thinca)

9 years agopatch 7.4.1659 v7.4.1659
Bram Moolenaar [Sat, 26 Mar 2016 20:04:48 +0000 (21:04 +0100)]
patch 7.4.1659
Problem:    Compiler warning for argument type. (Manuel Ortega)
Solution:   Remove "&".

9 years agopatch 7.4.1658 v7.4.1658
Bram Moolenaar [Sat, 26 Mar 2016 20:00:08 +0000 (21:00 +0100)]
patch 7.4.1658
Problem:    A plugin does not know when VimEnter autocommands were already
            triggered.
Solution:   Add the v:vim_did_enter variable.

9 years agopatch 7.4.1657 v7.4.1657
Bram Moolenaar [Sat, 26 Mar 2016 18:41:48 +0000 (19:41 +0100)]
patch 7.4.1657
Problem:    On Unix in a terminal: channel messages are not handled right away.
            (Jackson Alves de Aquino)
Solution:   Break the loop for timers when something was received.

9 years agopatch 7.4.1656 v7.4.1656
Bram Moolenaar [Sat, 26 Mar 2016 17:20:41 +0000 (18:20 +0100)]
patch 7.4.1656
Problem:    Crash when using partial with a timer.
Solution:   Increment partial reference count. (Hirohito Higashi)

9 years agopatch 7.4.1655 v7.4.1655
Bram Moolenaar [Fri, 25 Mar 2016 18:03:03 +0000 (19:03 +0100)]
patch 7.4.1655
Problem:    remote_expr() hangs. (Ramel)
Solution:   Check for messages in the waiting loop.

9 years agopatch 7.4.1654 v7.4.1654
Bram Moolenaar [Fri, 25 Mar 2016 17:42:46 +0000 (18:42 +0100)]
patch 7.4.1654
Problem:    Crash when using expand('%:S') in a buffer without a name.
Solution:   Don't set a NUL. (James McCoy, closes #714)

9 years agopatch 7.4.1653 v7.4.1653
Bram Moolenaar [Fri, 25 Mar 2016 17:35:01 +0000 (18:35 +0100)]
patch 7.4.1653
Problem:    Users who loaded matchit.vim manually have to change their
            startup. (Gary Johnson)
Solution:   Add a file in the old location that loads the package.

9 years agopatch 7.4.1652 v7.4.1652
Bram Moolenaar [Fri, 25 Mar 2016 16:55:42 +0000 (17:55 +0100)]
patch 7.4.1652
Problem:    Old style test for fnamemodify().
Solution:   Turn it into a new style test.

9 years agopatch 7.4.1651 v7.4.1651
Bram Moolenaar [Fri, 25 Mar 2016 16:21:19 +0000 (17:21 +0100)]
patch 7.4.1651
Problem:    Some dead (MSDOS) code remains.
Solution:   Remove the unused lines. (Ken Takata)

9 years agopatch 7.4.1650 v7.4.1650
Bram Moolenaar [Fri, 25 Mar 2016 16:14:06 +0000 (17:14 +0100)]
patch 7.4.1650
Problem:    Quickfix test fails.
Solution:   Accept any number of matches.

9 years agopatch 7.4.1649 v7.4.1649
Bram Moolenaar [Fri, 25 Mar 2016 16:02:51 +0000 (17:02 +0100)]
patch 7.4.1649
Problem:    The matchit plugin needs to be copied to be used.
Solution:   Put the matchit plugin in an optional package.

9 years agopatch 7.4.1648 v7.4.1648
Bram Moolenaar [Fri, 25 Mar 2016 14:40:50 +0000 (15:40 +0100)]
patch 7.4.1648
Problem:    Compiler has a problem copying a string into di_key[]. (Yegappan
            Lakshmanan)
Solution:   Add dictitem16_T.

9 years agopatch 7.4.1647 v7.4.1647
Bram Moolenaar [Fri, 25 Mar 2016 14:01:10 +0000 (15:01 +0100)]
patch 7.4.1647
Problem:    Using freed memory after setqflist() and ":caddbuffer".  (Dominique)
Solution:   Set qf_ptr when adding the first item to the quickfix list.

9 years agopatch 7.4.1646 v7.4.1646
Bram Moolenaar [Thu, 24 Mar 2016 20:58:12 +0000 (21:58 +0100)]
patch 7.4.1646
Problem:    Using Python vim.bindeval() on a partial doesn't work. (Nikolai
            Pavlov)
Solution:   Add VAR_PARTIAL support in Python.

9 years agopatch 7.4.1645 v7.4.1645
Bram Moolenaar [Thu, 24 Mar 2016 20:42:09 +0000 (21:42 +0100)]
patch 7.4.1645
Problem:    When a dict contains a partial it can't be redefined as a
            function. (Nikolai Pavlov)
Solution:   Remove the partial when overwriting with a function.

9 years agopatch 7.4.1644 v7.4.1644
Bram Moolenaar [Thu, 24 Mar 2016 20:23:06 +0000 (21:23 +0100)]
patch 7.4.1644
Problem:    Using string() on a partial that exists in the dictionary it binds
            results in an error. (Nikolai Pavlov)
Solution:   Make string() not fail on a recursively nested structure. (Ken
            Takta)

9 years agopatch 7.4.1643 v7.4.1643
Bram Moolenaar [Thu, 24 Mar 2016 18:14:35 +0000 (19:14 +0100)]
patch 7.4.1643
Problem:    Terminating file name has side effects.
Solution:   Restore the character. (mostly by James McCoy, closes #713)

9 years agopatch 7.4.1642 v7.4.1642
Bram Moolenaar [Thu, 24 Mar 2016 17:24:58 +0000 (18:24 +0100)]
patch 7.4.1642
Problem:    Handling emoji characters as full width has problems with
            backwards compatibility.
Solution:   Only put characters in the 1f000 range in the emoji table.

9 years agopatch 7.4.1641 v7.4.1641
Bram Moolenaar [Wed, 23 Mar 2016 21:28:25 +0000 (22:28 +0100)]
patch 7.4.1641
Problem:    Using unterminated string.
Solution:   Add NUL before calling vim_strsave_shellescape(). (James McCoy)

9 years agopatch 7.4.1640 v7.4.1640
Bram Moolenaar [Wed, 23 Mar 2016 19:55:42 +0000 (20:55 +0100)]
patch 7.4.1640
Problem:    Crash when an autocommand changes a quickfix list. (Dominique)
Solution:   Check wether an entry is still valid. (Yegappan Lakshmanan,
            Hirohito Higashi)

9 years agopatch 7.4.1639 v7.4.1639
Bram Moolenaar [Tue, 22 Mar 2016 21:34:03 +0000 (22:34 +0100)]
patch 7.4.1639
Problem:    Invoking garbage collection may cause a double free.
Solution:   Don't free the dict in a partial when recursive is FALSE.

9 years agopatch 7.4.1638 v7.4.1638
Bram Moolenaar [Tue, 22 Mar 2016 20:00:09 +0000 (21:00 +0100)]
patch 7.4.1638
Problem:    When binding a function to a dict the reference count is wrong.
Solution:   Decrement dict reference count, only reference the function when
            actually making a copy. (Ken Takata)

9 years agopatch 7.4.1637 v7.4.1637
Bram Moolenaar [Tue, 22 Mar 2016 19:42:31 +0000 (20:42 +0100)]
patch 7.4.1637
Problem:    Can't build with older MinGW compiler.
Solution:   Change option from c++11 to gnu++11. (Ken Takata)

9 years agopatch 7.4.1636 v7.4.1636
Bram Moolenaar [Tue, 22 Mar 2016 19:31:13 +0000 (20:31 +0100)]
patch 7.4.1636
Problem:    When 'F' is in 'shortmess' the prompt for the encryption key isn't
            displayed. (Toothpik)
Solution:   Reset msg_silent.

9 years agopatch 7.4.1635 v7.4.1635
Bram Moolenaar [Mon, 21 Mar 2016 22:18:54 +0000 (23:18 +0100)]
patch 7.4.1635
Problem:    Channel test is a bit flaky.
Solution:   Remove 'DETACH' if it's there.

9 years agopatch 7.4.1634 v7.4.1634
Bram Moolenaar [Mon, 21 Mar 2016 22:13:32 +0000 (23:13 +0100)]
patch 7.4.1634
Problem:    Vertical movement after CTRL-A ends up in the wrong column.
            (Urtica Dioica)
Solution:   Set curswant when appropriate. (Hirohito Higashi)

9 years agopatch 7.4.1633 v7.4.1633
Bram Moolenaar [Mon, 21 Mar 2016 21:40:03 +0000 (22:40 +0100)]
patch 7.4.1633
Problem:    If the help tags file was removed "make install" fails. (Tony
            Mechelynck)
Solution:   Only try moving the file if it exists.

9 years agopatch 7.4.1632 v7.4.1632
Bram Moolenaar [Mon, 21 Mar 2016 21:38:34 +0000 (22:38 +0100)]
patch 7.4.1632
Problem:    List of test targets is outdated.
Solution:   Update to current list of test targets.

9 years agopatch 7.4.1631 v7.4.1631
Bram Moolenaar [Mon, 21 Mar 2016 21:35:10 +0000 (22:35 +0100)]
patch 7.4.1631
Problem:    Compiler doesn't understand switch on all enum values. (Tony
            Mechelynck)
Solution:   Initialize variable.

9 years agopatch 7.4.1630 v7.4.1630
Bram Moolenaar [Mon, 21 Mar 2016 21:15:30 +0000 (22:15 +0100)]
patch 7.4.1630
Problem:    Unicode table for double width is outdated.
Solution:   Update to the latest Unicode standard.

9 years agopatch 7.4.1629 v7.4.1629
Bram Moolenaar [Mon, 21 Mar 2016 21:09:44 +0000 (22:09 +0100)]
patch 7.4.1629
Problem:    Handling emoji characters as full width has problems with
            backwards compatibility.
Solution:   Remove ambiguous and double width characters from the emoji table.
            Use a separate table for the character class.
            (partly by Yasuhiro Matsumoto)