Skip to content

Tags: AndychenCL/vim

Tags

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.

v8.0.0076

Toggle v8.0.0076's commit message
patch 8.0.0076

Problem:    Channel log has double parens ()().
Solution:   Remove () for write_buf_line. (Yasuhiro Matsumoto)

v8.0.0075

Toggle v8.0.0075's commit message
patch 8.0.0075

Problem:    Using number for exception type lacks type checking.
Solution:   Use an enum.