Skip to content

Tags: Atcold/vim

Tags

v7.4.2305

Toggle v7.4.2305's commit message
patch 7.4.2305

Problem:    Marks, writefile and nested function tests are old style.
Solution:   Turn them into new style tests. (Yegappan Lakshmanan)

v7.4.2304

Toggle v7.4.2304's commit message
patch 7.4.2304

Problem:    In a timer callback the timer itself can't be found or stopped.
            (Thinca)
Solution:   Do not remove the timer from the list, remember whether it was
            freed.

v7.4.2303

Toggle v7.4.2303's commit message
patch 7.4.2303

Problem:    When using "is" the mode isn't always updated.
Solution:   Redraw the command line. (Christian Brabandt)

v7.4.2302

Toggle v7.4.2302's commit message
patch 7.4.2302

Problem:    Default interface versions for MS-Windows are outdated.
Solution:   Use Active Perl 5.24, Python 3.5.2.  Could only make it work with
            Ruby 1.9.2.

v7.4.2301

Toggle v7.4.2301's commit message
patch 7.4.2301

Problem:    MS-Windows: some files remain after testing.
Solution:   Close the channel output file.  Wait for the file handle to be
            closed before deleting the file.

v7.4.2300

Toggle v7.4.2300's commit message
patch 7.4.2300

Problem:    Get warning for deleting autocommand group when the autocommand
            using the group is scheduled for deletion. (Pavol Juhas)
Solution:   Check for deleted autocommand.

v7.4.2299

Toggle v7.4.2299's commit message
patch 7.4.2299

Problem:    QuickFixCmdPre and QuickFixCmdPost autocommands are not always
            triggered.
Solution:   Also trigger on ":expr", ":cbuffer", etc. (Yegappan Lakshmanan)

v7.4.2298

Toggle v7.4.2298's commit message
patch 7.4.2298

Problem:    It is not possible to close the "in" part of a channel.
Solution:   Add ch_close_in().

v7.4.2297

Toggle v7.4.2297's commit message
patch 7.4.2297

Problem:    When starting a job that reads from a buffer and reaching the end,
            the job hangs.
Solution:   Close the pipe or socket when all lines were read.

v7.4.2296

Toggle v7.4.2296's commit message
patch 7.4.2296

Problem:    No tests for :undolist and "U" command.
Solution:   Add tests. (Dominique Pelle)