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

Skip to content

Conversation

@ckelsel
Copy link
Contributor

@ckelsel ckelsel commented Jan 15, 2018

vim-patch:8.0.0398: illegal memory access with "t"

Problem: Illegal memory access with "t".
Solution: Use strncmp() instead of memcmp(). (Dominique Pelle, closes vim/vim#1528)

vim/vim@66727e1

vim-patch:8.0.0402: :map completion does not have

Problem: :map completion does not have . (Dominique Pelle)
Solution: Recognize in completion. Add a test.

vim/vim@cf5fdf7

vim-patch:8.0.0421: diff mode wrong when adding line at end of buffer

Problem: Diff mode is displayed wrong when adding a line at the end of a
buffer.
Solution: Adjust marks in diff mode. (James McCoy, closes vim/vim#1329)

vim/vim@f58a847

Problem:    Illegal memory access with "t".
Solution:   Use strncmp() instead of memcmp(). (Dominique Pelle, closes vim/vim#1528)

vim/vim@66727e1
Problem:    :map completion does not have <special>. (Dominique Pelle)
Solution:   Recognize <special> in completion.  Add a test.

vim/vim@cf5fdf7
Problem:    Diff mode is displayed wrong when adding a line at the end of a
            buffer.
Solution:   Adjust marks in diff mode. (James McCoy, closes vim/vim#1329)

vim/vim@f58a847
@marvim marvim added the RFC label Jan 15, 2018
@justinmk justinmk merged commit 900708f into neovim:master Jan 15, 2018
@justinmk justinmk removed the RFC label Jan 15, 2018
@ckelsel ckelsel deleted the vim-8.0.0398 branch January 16, 2018 06:03
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.

3 participants