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

9 years agopatch 7.4.1628 v7.4.1628
Bram Moolenaar [Mon, 21 Mar 2016 11:36:28 +0000 (12:36 +0100)]
patch 7.4.1628
Problem:    64-bit Compiler warning.
Solution:   Change type of variable. (Mike Williams)

9 years agopatch 7.4.1627 v7.4.1627
Bram Moolenaar [Sun, 20 Mar 2016 21:16:56 +0000 (22:16 +0100)]
patch 7.4.1627
Problem:    Channel out_cb and err_cb are not tested.
Solution:   Add a test.

9 years agopatch 7.4.1626 v7.4.1626
Bram Moolenaar [Sun, 20 Mar 2016 20:17:13 +0000 (21:17 +0100)]
patch 7.4.1626
Problem:    Missing changes to structs.
Solution:   Include the changes.

9 years agoUpdated runtime files.
Bram Moolenaar [Sun, 20 Mar 2016 20:08:34 +0000 (21:08 +0100)]
Updated runtime files.

9 years agopatch 7.4.1625 v7.4.1625
Bram Moolenaar [Sun, 20 Mar 2016 20:02:00 +0000 (21:02 +0100)]
patch 7.4.1625
Problem:    Trying to close file descriptor that isn't open.
Solution:   Check for negative number.

9 years agopatch 7.4.1624 v7.4.1624
Bram Moolenaar [Sun, 20 Mar 2016 19:57:45 +0000 (20:57 +0100)]
patch 7.4.1624
Problem:    Can't get info about a channel.
Solution:   Add ch_info().

9 years agopatch 7.4.1623 v7.4.1623
Bram Moolenaar [Sun, 20 Mar 2016 18:31:33 +0000 (19:31 +0100)]
patch 7.4.1623
Problem:    All Channels share the message ID, it keeps getting bigger.
Solution:   Use a message ID per channel.

9 years agopatch 7.4.1622 v7.4.1622
Bram Moolenaar [Sun, 20 Mar 2016 17:54:19 +0000 (18:54 +0100)]
patch 7.4.1622
Problem:    Channel demo doesn't work with Python 2.6.
Solution:   Add number in formatting placeholder

9 years agopatch 7.4.1621 v7.4.1621
Bram Moolenaar [Sun, 20 Mar 2016 17:24:45 +0000 (18:24 +0100)]
patch 7.4.1621
Problem:    Channel test doesn't work with Python 2.6.
Solution:   Add number in formatting placeholder. (Wiredool)

9 years agopatch 7.4.1620 v7.4.1620
Bram Moolenaar [Sun, 20 Mar 2016 17:15:21 +0000 (18:15 +0100)]
patch 7.4.1620
Problem:    Emoji characters are not considered as a kind of word character.
Solution:   Give emoji characters a word class number. (Yasuhiro Matsumoto)

9 years agopatch 7.4.1619 v7.4.1619
Bram Moolenaar [Sun, 20 Mar 2016 16:53:25 +0000 (17:53 +0100)]
patch 7.4.1619
Problem:    When 'fileformats' is set in the vimrc it applies to new buffers
            but not the initial buffer.
Solution:   Set 'fileformat' when starting up. (Mike Williams)

9 years agopatch 7.4.1618 v7.4.1618
Bram Moolenaar [Sun, 20 Mar 2016 16:28:35 +0000 (17:28 +0100)]
patch 7.4.1618
Problem:    Starting job with output to buffer changes options in the current
            buffer.
Solution:   Set "curbuf" earlier. (Yasuhiro Matsumoto)

9 years agopatch 7.4.1617 v7.4.1617
Bram Moolenaar [Sun, 20 Mar 2016 15:40:37 +0000 (16:40 +0100)]
patch 7.4.1617
Problem:    When a JSON message is split it isn't decoded.
Solution:   Wait a short time for the rest of the message to arrive.

9 years agopatch 7.4.1616 v7.4.1616
Bram Moolenaar [Sun, 20 Mar 2016 13:31:00 +0000 (14:31 +0100)]
patch 7.4.1616
Problem:    Malformed channel request causes a hang.
Solution:   Drop malformed message. (Damien)

9 years agopatch 7.4.1615 v7.4.1615
Bram Moolenaar [Sat, 19 Mar 2016 22:07:23 +0000 (23:07 +0100)]
patch 7.4.1615
Problem:    Build fails with tiny features.
Solution:   Adjust #ifdefs.

9 years agopatch 7.4.1614 v7.4.1614
Bram Moolenaar [Sat, 19 Mar 2016 21:54:09 +0000 (22:54 +0100)]
patch 7.4.1614
Problem:    Still quickfix test in old style.
Solution:   Turn test 10 into a new style test.

9 years agopatch 7.4.1613 v7.4.1613
Bram Moolenaar [Sat, 19 Mar 2016 21:50:43 +0000 (22:50 +0100)]
patch 7.4.1613
Problem:    Still can't build with small features.
Solution:   Adjust #ifdefs.

9 years agopatch 7.4.1612 v7.4.1612
Bram Moolenaar [Sat, 19 Mar 2016 21:29:49 +0000 (22:29 +0100)]
patch 7.4.1612
Problem:    Can't build with small features.
Solution:   Move code and #ifdefs.

9 years agopatch 7.4.1611 v7.4.1611
Bram Moolenaar [Sat, 19 Mar 2016 21:11:51 +0000 (22:11 +0100)]
patch 7.4.1611
Problem:    The versplit feature makes the code uneccessary complicated.
Solution:   Remove FEAT_VERTSPLIT, always support vertical splits when
            FEAT_WINDOWS is defined.

9 years agopatch 7.4.1610 v7.4.1610
Bram Moolenaar [Sat, 19 Mar 2016 19:51:35 +0000 (20:51 +0100)]
patch 7.4.1610
Problem:    Compiler warnings for non-virtual destructor.
Solution:   Mark the classe final. (Ken Takata)

9 years agopatch 7.4.1609 v7.4.1609
Bram Moolenaar [Sat, 19 Mar 2016 19:29:39 +0000 (20:29 +0100)]
patch 7.4.1609
Problem:    Contents file is only for Amiga distro.
Solution:   Move it to "READMEdir".  Update some info.

9 years agopatch 7.4.1608 v7.4.1608
Bram Moolenaar [Sat, 19 Mar 2016 19:05:45 +0000 (20:05 +0100)]
patch 7.4.1608
Problem:    string() doesn't handle a partial.
Solution:   Make a string from a partial.

9 years agopatch 7.4.1607 v7.4.1607
Bram Moolenaar [Sat, 19 Mar 2016 18:38:12 +0000 (19:38 +0100)]
patch 7.4.1607
Problem:    Comparing a function that exists on two dicts is not backwards
            compatible. (Thinca)
Solution:   Only compare the function, not what the partial adds.

9 years agopatch 7.4.1606 v7.4.1606
Bram Moolenaar [Sat, 19 Mar 2016 17:52:29 +0000 (18:52 +0100)]
patch 7.4.1606
Problem:    Having type() handle a Funcref that is or isn't a partial
            differently causes problems for existing scripts.
Solution:   Make type() return the same value. (Thinca)

9 years agopatch 7.4.1605 v7.4.1605
Bram Moolenaar [Sat, 19 Mar 2016 17:44:08 +0000 (18:44 +0100)]
patch 7.4.1605
Problem:    Catching exception that won't be thrown.
Solution:   Remove try/catch.

9 years agopatch 7.4.1604 v7.4.1604
Bram Moolenaar [Sat, 19 Mar 2016 17:42:29 +0000 (18:42 +0100)]
patch 7.4.1604
Problem:    Although emoji characters are ambiguous width, best is to treat
            them as full width.
Solution:   Update the Unicode character tables. Add the 'emoji' options.
            (Yasuhiro Matsumoto)

9 years agopatch 7.4.1603 v7.4.1603
Bram Moolenaar [Sat, 19 Mar 2016 16:05:20 +0000 (17:05 +0100)]
patch 7.4.1603
Problem:    Timer with an ":echo" command messes up display.
Solution:   Redraw depending on the mode. (Hirohito Higashi)  Avoid the more
            prompt being used recursively.

9 years agopatch 7.4.1602 v7.4.1602
Bram Moolenaar [Sat, 19 Mar 2016 15:24:14 +0000 (16:24 +0100)]
patch 7.4.1602
Problem:    Info files take space in the top directory.
Solution:   Move them to "READMEdir".

9 years agopatch 7.4.1601 v7.4.1601
Bram Moolenaar [Sat, 19 Mar 2016 15:09:42 +0000 (16:09 +0100)]
patch 7.4.1601
Problem:    README files take a lot of space in the top directory.
Solution:   Move most of them to "READMEdir".

9 years agopatch 7.4.1600 v7.4.1600
Bram Moolenaar [Sat, 19 Mar 2016 14:25:51 +0000 (15:25 +0100)]
patch 7.4.1600
Problem:    libs directory is not useful.
Solution:   Remove arp.library, it was only for very old Amiga versions.

9 years agopatch 7.4.1599 v7.4.1599
Bram Moolenaar [Sat, 19 Mar 2016 14:15:01 +0000 (15:15 +0100)]
patch 7.4.1599
Problem:    No link to Coverity.
Solution:   Add Coverity badge in README.

9 years agopatch 7.4.1598 v7.4.1598
Bram Moolenaar [Sat, 19 Mar 2016 13:48:31 +0000 (14:48 +0100)]
patch 7.4.1598
Problem:    When starting the GUI fails a swap file is left behind. (Joerg
            Plate)
Solution:   Preserve files before exiting. (closes #692)

9 years agopatch 7.4.1597 v7.4.1597
Bram Moolenaar [Sat, 19 Mar 2016 13:22:11 +0000 (14:22 +0100)]
patch 7.4.1597
Problem:    Memory leak when out of memory. (Coverity)
Solution:   Free the name.

9 years agopatch 7.4.1596 v7.4.1596
Bram Moolenaar [Sat, 19 Mar 2016 13:16:39 +0000 (14:16 +0100)]
patch 7.4.1596
Problem:    Memory leak. (Coverity)
Solution:   Free the pattern.

9 years agopatch 7.4.1595 v7.4.1595
Bram Moolenaar [Sat, 19 Mar 2016 13:12:50 +0000 (14:12 +0100)]
patch 7.4.1595
Problem:    Not checking for failed open(). (Coverity)
Solution:   Check file descriptor not being negative.

9 years agopatch 7.4.1594 v7.4.1594
Bram Moolenaar [Sat, 19 Mar 2016 13:11:18 +0000 (14:11 +0100)]
patch 7.4.1594
Problem:    Timers don't work on Unix.
Solution:   Add missing code.

9 years agopatch 7.4.1593 v7.4.1593
Bram Moolenaar [Sat, 19 Mar 2016 12:49:43 +0000 (13:49 +0100)]
patch 7.4.1593
Problem:    Using channel timeout instead of request timeout. (Coverity)
Solution:   Remove the extra assignment.

9 years agopatch 7.4.1592 v7.4.1592
Bram Moolenaar [Sat, 19 Mar 2016 12:35:03 +0000 (13:35 +0100)]
patch 7.4.1592
Problem:    Quickfix code using memory after being freed. (Dominique Pelle)
Solution:   Detect that the window was closed. (Hirohito Higashi)

9 years agopatch 7.4.1591 v7.4.1591
Bram Moolenaar [Fri, 18 Mar 2016 20:00:51 +0000 (21:00 +0100)]
patch 7.4.1591
Problem:    The quickfix title is truncated.
Solution:   Save the command before it is truncated. (Anton Lindqvist)

9 years agopatch 7.4.1590 v7.4.1590
Bram Moolenaar [Fri, 18 Mar 2016 18:39:25 +0000 (19:39 +0100)]
patch 7.4.1590
Problem:    Warning for shadowed variable. (Christian Brabandt)
Solution:   Move the variable into a local block.

9 years agopatch 7.4.1589 v7.4.1589
Bram Moolenaar [Thu, 17 Mar 2016 22:13:28 +0000 (23:13 +0100)]
patch 7.4.1589
Problem:    Combining dict and args with partial doesn't always work.
Solution:   Use the arguments from the partial.

9 years agopatch 7.4.1588 v7.4.1588
Bram Moolenaar [Thu, 17 Mar 2016 21:07:02 +0000 (22:07 +0100)]
patch 7.4.1588
Problem:    Old style test for quickfix.
Solution:   Turn test 96 into a new style test.