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

Skip to content

Tags: rishirajsurti/vim

Tags

v7.4.1639

Toggle v7.4.1639's commit message
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.

v7.4.1638

Toggle v7.4.1638's commit message
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)

v7.4.1637

Toggle v7.4.1637's commit message
patch 7.4.1637

Problem:    Can't build with older MinGW compiler.
Solution:   Change option from c++11 to gnu++11. (Ken Takata)

v7.4.1636

Toggle v7.4.1636's commit message
patch 7.4.1636

Problem:    When 'F' is in 'shortmess' the prompt for the encryption key isn't
            displayed. (Toothpik)
Solution:   Reset msg_silent.

v7.4.1635

Toggle v7.4.1635's commit message
patch 7.4.1635

Problem:    Channel test is a bit flaky.
Solution:   Remove 'DETACH' if it's there.

v7.4.1634

Toggle v7.4.1634's commit message
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)

v7.4.1633

Toggle v7.4.1633's commit message
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.

v7.4.1632

Toggle v7.4.1632's commit message
patch 7.4.1632

Problem:    List of test targets is outdated.
Solution:   Update to current list of test targets.

v7.4.1631

Toggle v7.4.1631's commit message
patch 7.4.1631

Problem:    Compiler doesn't understand switch on all enum values. (Tony
            Mechelynck)
Solution:   Initialize variable.

v7.4.1630

Toggle v7.4.1630's commit message
patch 7.4.1630

Problem:    Unicode table for double width is outdated.
Solution:   Update to the latest Unicode standard.