mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
vim-patch:8.2.4750: small pieces of dead code (#18113)
Problem: Small pieces of dead code.
Solution: Remove the dead code. (Goc Dundar, closes vim/vim#10190) Rename the
qftf_cb struct member to avoid confusion.
b836658a04
This commit is contained in:
@@ -2661,9 +2661,7 @@ ambw_end:
|
||||
int x2 = -1;
|
||||
int x3 = -1;
|
||||
|
||||
if (*p != NUL) {
|
||||
p += utfc_ptr2len(p);
|
||||
}
|
||||
p += utfc_ptr2len(p);
|
||||
if (*p != NUL) {
|
||||
x2 = *p++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user