Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: wilvk/vim

Tags

v7.4.1598

Toggle v7.4.1598's commit message
patch 7.4.1598

Problem:    When starting the GUI fails a swap file is left behind. (Joerg
            Plate)
Solution:   Preserve files before exiting. (closes vim#692)

v7.4.1597

Toggle v7.4.1597's commit message
patch 7.4.1597

Problem:    Memory leak when out of memory. (Coverity)
Solution:   Free the name.

v7.4.1596

Toggle v7.4.1596's commit message
patch 7.4.1596

Problem:    Memory leak. (Coverity)
Solution:   Free the pattern.

v7.4.1595

Toggle v7.4.1595's commit message
patch 7.4.1595

Problem:    Not checking for failed open(). (Coverity)
Solution:   Check file descriptor not being negative.

v7.4.1594

Toggle v7.4.1594's commit message
patch 7.4.1594

Problem:    Timers don't work on Unix.
Solution:   Add missing code.

v7.4.1593

Toggle v7.4.1593's commit message
patch 7.4.1593

Problem:    Using channel timeout instead of request timeout. (Coverity)
Solution:   Remove the extra assignment.

v7.4.1592

Toggle v7.4.1592's commit message
patch 7.4.1592

Problem:    Quickfix code using memory after being freed. (Dominique Pelle)
Solution:   Detect that the window was closed. (Hirohito Higashi)

v7.4.1591

Toggle v7.4.1591's commit message
patch 7.4.1591

Problem:    The quickfix title is truncated.
Solution:   Save the command before it is truncated. (Anton Lindqvist)

v7.4.1590

Toggle v7.4.1590's commit message
patch 7.4.1590

Problem:    Warning for shadowed variable. (Christian Brabandt)
Solution:   Move the variable into a local block.

v7.4.1589

Toggle v7.4.1589's commit message
patch 7.4.1589

Problem:    Combining dict and args with partial doesn't always work.
Solution:   Use the arguments from the partial.