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

Skip to content

Conversation

@yegappan
Copy link
Member

Refactor the quickfix code so that the memory allocation code for
increasing the line buffer size is not repeated three times.

Also, add an additional quickfix test case.

@brammool brammool closed this in 2b2b8ae May 24, 2016
jamessan added a commit to jamessan/neovim that referenced this pull request Dec 12, 2016
Problem:    The code to reallocate the buffer used for quickfix is repeated.
Solution:   Move the code to a function. (Yegappan Lakshmanan, closes vim/vim#831)

vim/vim@2b2b8ae
jamessan added a commit to jamessan/neovim that referenced this pull request Dec 13, 2016
Problem:    The code to reallocate the buffer used for quickfix is repeated.
Solution:   Move the code to a function. (Yegappan Lakshmanan, closes vim/vim#831)

vim/vim@2b2b8ae
jamessan added a commit to jamessan/neovim that referenced this pull request Dec 13, 2016
Problem:    The code to reallocate the buffer used for quickfix is repeated.
Solution:   Move the code to a function. (Yegappan Lakshmanan, closes vim/vim#831)

vim/vim@2b2b8ae
jamessan added a commit to jamessan/neovim that referenced this pull request Dec 14, 2016
Problem:    The code to reallocate the buffer used for quickfix is repeated.
Solution:   Move the code to a function. (Yegappan Lakshmanan, closes vim/vim#831)

vim/vim@2b2b8ae
jamessan added a commit to jamessan/neovim that referenced this pull request Dec 14, 2016
Problem:    The code to reallocate the buffer used for quickfix is repeated.
Solution:   Move the code to a function. (Yegappan Lakshmanan, closes vim/vim#831)

vim/vim@2b2b8ae
jamessan added a commit to jamessan/neovim that referenced this pull request Dec 27, 2016
Problem:    The code to reallocate the buffer used for quickfix is repeated.
Solution:   Move the code to a function. (Yegappan Lakshmanan, closes vim/vim#831)

vim/vim@2b2b8ae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant