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

Skip to content

Tags: jlmuir/vim

Tags

v8.0.0087

Toggle v8.0.0087's commit message
patch 8.0.0087

Problem:    When the channel callback gets job info the job may already have
            been deleted. (lifepillar)
Solution:   Do not delete the job when the channel is still useful. (ichizok,
            closes vim#1242, closes vim#1245)

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)