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

9 years agopatch 7.4.1587 v7.4.1587
Bram Moolenaar [Thu, 17 Mar 2016 20:51:03 +0000 (21:51 +0100)]
patch 7.4.1587
Problem:    Compiler warnings with 64 bit compiler.
Solution:   Add type casts. (Mike Williams)

9 years agopatch 7.4.1586 v7.4.1586
Bram Moolenaar [Thu, 17 Mar 2016 20:11:53 +0000 (21:11 +0100)]
patch 7.4.1586
Problem:    Nesting partials doesn't work.
Solution:   Append arguments. (Ken Takata)

9 years agopatch 7.4.1585 v7.4.1585
Bram Moolenaar [Thu, 17 Mar 2016 19:50:47 +0000 (20:50 +0100)]
patch 7.4.1585
Problem:    Partial is not recognized everywhere.
Solution:   Check for partial in trans_function_name(). (Yasuhiro Matsumoto)
            Add a test.

9 years agopatch 7.4.1584 v7.4.1584
Bram Moolenaar [Thu, 17 Mar 2016 16:58:56 +0000 (17:58 +0100)]
patch 7.4.1584
Problem:    Timers don't work for Win32 console.
Solution:   Add check_due_timer() in WaitForChar().

9 years agopatch 7.4.1583 v7.4.1583
Bram Moolenaar [Wed, 16 Mar 2016 22:24:43 +0000 (23:24 +0100)]
patch 7.4.1583
Problem:    Warning for unitinialized variable.
Solution:   Initialize it. (Dominique)

9 years agopatch 7.4.1582 v7.4.1582
Bram Moolenaar [Wed, 16 Mar 2016 21:52:12 +0000 (22:52 +0100)]
patch 7.4.1582
Problem:    Get E923 when using function(dict.func, [], dict). (Kent Sibilev)
            Storing a function with a dict in a variable drops the dict if the
            function is script-local.
Solution:   Translate the function name.  Use dict arg if present.

9 years agopatch 7.4.1581 v7.4.1581
Bram Moolenaar [Wed, 16 Mar 2016 20:40:30 +0000 (21:40 +0100)]
patch 7.4.1581
Problem:    Using ":call dict.func()" where the function is a partial does
            not work.  Using "dict.func()" where the function does not take a
            Dictionary does not work.
Solution:   Handle partial properly in ":call". (Yasuhiro Matsumoto)

9 years agopatch 7.4.1580 v7.4.1580
Bram Moolenaar [Wed, 16 Mar 2016 19:41:21 +0000 (20:41 +0100)]
patch 7.4.1580
Problem:    Crash when using function reference. (Luchr)
Solution:   Set initial refcount. (Ken Takata, closes #690)

9 years agopatch 7.4.1579 v7.4.1579
Bram Moolenaar [Tue, 15 Mar 2016 22:19:14 +0000 (23:19 +0100)]
patch 7.4.1579
Problem:    Missing changes in channel.c
Solution:   Include the changes.

9 years agopatch 7.4.1578 v7.4.1578
Bram Moolenaar [Tue, 15 Mar 2016 22:10:59 +0000 (23:10 +0100)]
patch 7.4.1578
Problem:    There is no way to invoke a function later or periodically.
Solution:   Add timer support.

9 years agopatch 7.4.1577 v7.4.1577
Bram Moolenaar [Tue, 15 Mar 2016 18:33:34 +0000 (19:33 +0100)]
patch 7.4.1577
Problem:    Cannot pass "dict.Myfunc" around as a partial.
Solution:   Create a partial when expected.

9 years agopatch 7.4.1576 v7.4.1576
Bram Moolenaar [Tue, 15 Mar 2016 17:23:55 +0000 (18:23 +0100)]
patch 7.4.1576
Problem:    Write error of viminfo file is not handled properly. (Christian
            Neukirchen)
Solution:   Check the return value of fclose(). (closes #682)

9 years agopatch 7.4.1575 v7.4.1575
Bram Moolenaar [Tue, 15 Mar 2016 17:09:57 +0000 (18:09 +0100)]
patch 7.4.1575
Problem:    Using wrong size for struct.
Solution:   Use the size for wide API. (Ken Takata)

9 years agoAdd missing test file.
Bram Moolenaar [Tue, 15 Mar 2016 16:52:10 +0000 (17:52 +0100)]
Add missing test file.

9 years agopatch 7.4.1574 v7.4.1574
Bram Moolenaar [Tue, 15 Mar 2016 16:43:55 +0000 (17:43 +0100)]
patch 7.4.1574
Problem:    ":undo 0" does not work. (Florent Fayolle)
Solution:   Make it undo all the way. (closes #688)

9 years agopatch 7.4.1573 v7.4.1573
Bram Moolenaar [Tue, 15 Mar 2016 16:10:19 +0000 (17:10 +0100)]
patch 7.4.1573
Problem:    Tests get stuck at the more prompt.
Solution:   Move the backspace test out of test_alot.

9 years agopatch 7.4.1572 v7.4.1572
Bram Moolenaar [Tue, 15 Mar 2016 15:53:26 +0000 (16:53 +0100)]
patch 7.4.1572
Problem:    Setting 'compatible' in test influences following tests.
Solution:   Turn 'compatible' off again.

9 years agopatch 7.4.1571 v7.4.1571
Bram Moolenaar [Tue, 15 Mar 2016 15:35:39 +0000 (16:35 +0100)]
patch 7.4.1571
Problem:    No test for ":help".
Solution:   Add a test for what 7.4.1568 fixed. (Higashi Higashi)

9 years agopatch 7.4.1570 v7.4.1570
Bram Moolenaar [Tue, 15 Mar 2016 14:09:29 +0000 (15:09 +0100)]
patch 7.4.1570
Problem:    There is no way to avoid the message when editing a file.
Solution:   Add the "F" flag to 'shortmess'. (Shougo, closes #686)

9 years agopatch 7.4.1569 v7.4.1569
Bram Moolenaar [Tue, 15 Mar 2016 13:11:10 +0000 (14:11 +0100)]
patch 7.4.1569
Problem:    Using old style tests for quickfix.
Solution:   Change them to new style tests. (Yegappan Lakshmanan)

9 years agopatch 7.4.1568 v7.4.1568
Bram Moolenaar [Tue, 15 Mar 2016 12:44:12 +0000 (13:44 +0100)]
patch 7.4.1568
Problem:    Using CTRL-] in help on option in parentheses doesn't work.
Solution:   Skip the "(" in "('". (Hirohito Higashi)

9 years agopatch 7.4.1567 v7.4.1567
Bram Moolenaar [Tue, 15 Mar 2016 12:33:55 +0000 (13:33 +0100)]
patch 7.4.1567
Problem:    Crash in assert_fails().
Solution:   Check for NULL. (Dominique Pelle)  Add a test.

9 years agopatch 7.4.1566 v7.4.1566
Bram Moolenaar [Tue, 15 Mar 2016 12:09:53 +0000 (13:09 +0100)]
patch 7.4.1566
Problem:    Compiler warning for shadowed variable. (Kazunobu Kuriyama)
Solution:   Remove the inner one.

9 years agopatch 7.4.1565 v7.4.1565
Bram Moolenaar [Tue, 15 Mar 2016 11:55:58 +0000 (12:55 +0100)]
patch 7.4.1565
Problem:    Crash when assert_equal() runs into a NULL string.
Solution:   Check for NULL. (Dominique) Add a test.

9 years agopatch 7.4.1564 v7.4.1564
Bram Moolenaar [Tue, 15 Mar 2016 11:36:08 +0000 (12:36 +0100)]
patch 7.4.1564
Problem:    An empty list in function() causes an error.
Solution:   Handle an empty list like there is no list of arguments.

9 years agopatch 7.4.1563 v7.4.1563
Bram Moolenaar [Tue, 15 Mar 2016 10:05:45 +0000 (11:05 +0100)]
patch 7.4.1563
Problem:    Partial test fails on windows.
Solution:   Return 1 or -1 from compare function.

9 years agopatch 7.4.1562 v7.4.1562
Bram Moolenaar [Mon, 14 Mar 2016 22:45:35 +0000 (23:45 +0100)]
patch 7.4.1562
Problem:    ":helptags ALL" crashes. (Lcd)
Solution:   Don't free twice.

9 years agopatch 7.4.1561 v7.4.1561
Bram Moolenaar [Mon, 14 Mar 2016 22:27:29 +0000 (23:27 +0100)]
patch 7.4.1561
Problem:    Missing update to proto file.
Solution:   Change the proto file.

9 years agopatch 7.4.1560 v7.4.1560
Bram Moolenaar [Mon, 14 Mar 2016 22:22:59 +0000 (23:22 +0100)]
patch 7.4.1560
Problem:    Dict options with a dash are more difficult to use.
Solution:   Use an underscore, so that dict.err_io can be used.

9 years agopatch 7.4.1559 v7.4.1559
Bram Moolenaar [Mon, 14 Mar 2016 22:05:14 +0000 (23:05 +0100)]
patch 7.4.1559
Problem:    Passing cookie to a callback is clumsy.
Solution:   Change function() to take arguments and return a partial.

9 years agopatch 7.4.1558 v7.4.1558
Bram Moolenaar [Sun, 13 Mar 2016 18:04:51 +0000 (19:04 +0100)]
patch 7.4.1558
Problem:    It is not easy to find out what windows display a buffer.
Solution:   Add win_findbuf().

9 years agopatch 7.4.1557 v7.4.1557
Bram Moolenaar [Sun, 13 Mar 2016 17:07:30 +0000 (18:07 +0100)]
patch 7.4.1557
Problem:    Windows cannot be identified.
Solution:   Add a unique window number to each window and functions to use it.

9 years agopatch 7.4.1556 v7.4.1556
Bram Moolenaar [Sun, 13 Mar 2016 13:34:12 +0000 (14:34 +0100)]
patch 7.4.1556
Problem:    "make install" changes the help tags file, causing it to differ
            from the repository.
Solution:   Move it aside and restore it.

9 years agopatch 7.4.1555 v7.4.1555
Bram Moolenaar [Sun, 13 Mar 2016 12:27:36 +0000 (13:27 +0100)]
patch 7.4.1555
Problem:    List of test targets incomplete.
Solution:   Add newly added tests.

9 years agopatch 7.4.1554 v7.4.1554
Bram Moolenaar [Sun, 13 Mar 2016 12:24:45 +0000 (13:24 +0100)]
patch 7.4.1554
Problem:    Completion for :colorscheme does not use 'packpath'.
Solution:   Make it work, add a test. (Hirohito Higashi)

9 years agopatch 7.4.1553 v7.4.1553
Bram Moolenaar [Sat, 12 Mar 2016 21:47:14 +0000 (22:47 +0100)]
patch 7.4.1553
Problem:    ":runtime" does not use 'packpath'.
Solution:   Add "what" argument.

9 years agopatch 7.4.1552 v7.4.1552
Bram Moolenaar [Sat, 12 Mar 2016 21:11:39 +0000 (22:11 +0100)]
patch 7.4.1552
Problem:    ":colorscheme" does not use 'packpath'.
Solution:   Also use in "start" and "opt" directories in 'packpath'.

9 years agopatch 7.4.1551 v7.4.1551
Bram Moolenaar [Sat, 12 Mar 2016 20:28:26 +0000 (21:28 +0100)]
patch 7.4.1551
Problem:    Cannot generate help tags in all doc directories.
Solution:   Make ":helptags ALL" work.