Skip to content

Tags: eversudip/vim

Tags

v8.0.0086

Toggle v8.0.0086's commit message
patch 8.0.0086

Problem:    Cannot add a comment after ":hide". (Norio Takagi)
Solution:   Make it work, add a test. (Hirohito Higashi)

v8.0.0085

Toggle v8.0.0085's commit message
patch 8.0.0085

Problem:    Using freed memory with recursive function call. (Dominique Pelle)
Solution:   Make a copy of the function name.

v8.0.0084

Toggle v8.0.0084's commit message
patch 8.0.0084

Problem:    Using freed memory when adding to a quickfix list. (Domenique
            Pelle)
Solution:   Clear the directory name.

v8.0.0083

Toggle v8.0.0083's commit message
patch 8.0.0083

Problem:    Using freed memory with win_getid(). (Domenique Pelle)
Solution:   For the current tab use curwin.

v8.0.0082

Toggle v8.0.0082's commit message
patch 8.0.0082

Problem:    Extension for configure should be ".ac".
Solution:   Rename configure.in to configure.ac. (James McCoy, closes vim#1173)

v8.0.0081

Toggle v8.0.0081's commit message
patch 8.0.0081

Problem:    Inconsistent function names.
Solution:   Rename do_cscope to ex_cscope.  Clean up comments.

v8.0.0080

Toggle v8.0.0080's commit message
patch 8.0.0080

Problem:    The OS X build fails on Travis.
Solution:   Skip the virtual framebuffer on OS X.

v8.0.0079

Toggle v8.0.0079's commit message
patch 8.0.0079

Problem:    Accessing freed memory in quickfix. (Domenique Pelle)
Solution:   Do not free the current list when adding to it.

v8.0.0078

Toggle v8.0.0078's commit message
patch 8.0.0078

Problem:    Accessing freed memory in quickfix.
Solution:   Reset pointer when freeing 'errorformat'. (Domenique Pelle)

v8.0.0077

Toggle v8.0.0077's commit message
patch 8.0.0077

Problem:    The GUI code is not tested by Travis.
Solution:   Install the virtual framebuffer.