Tags: AndychenCL/vim
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.
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.
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 )
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.
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.
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.
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)
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.
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)
Toggle v8.0.0075's commit message
patch 8.0.0075
Problem: Using number for exception type lacks type checking.
Solution: Use an enum.
You can’t perform that action at this time.