Tags: wilvk/vim
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 )
Toggle v7.4.1597's commit message
patch 7.4.1597
Problem: Memory leak when out of memory. (Coverity)
Solution: Free the name.
Toggle v7.4.1596's commit message
patch 7.4.1596
Problem: Memory leak. (Coverity)
Solution: Free the pattern.
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.
Toggle v7.4.1594's commit message
patch 7.4.1594
Problem: Timers don't work on Unix.
Solution: Add missing code.
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.
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)
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)
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.
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.
You can’t perform that action at this time.