mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
refactor: remove redundant casts
This commit is contained in:
@@ -4140,7 +4140,7 @@ int makemap(FILE *fd, buf_T *buf)
|
||||
}
|
||||
for (p = mp->m_str; *p != NUL; p++) {
|
||||
if (p[0] == K_SPECIAL && p[1] == KS_EXTRA
|
||||
&& p[2] == (int)KE_SNR) {
|
||||
&& p[2] == KE_SNR) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user