mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
Remove dead code
This commit is contained in:
@@ -723,7 +723,7 @@ static int diff_write_buffer(buf_T *buf, diffin_T *din)
|
||||
char_u cbuf[MB_MAXBYTES + 1];
|
||||
|
||||
c = PTR2CHAR(s);
|
||||
c = enc_utf8 ? utf_fold(c) : TOLOWER_LOC(c);
|
||||
c = utf_fold(c);
|
||||
orig_len = utfc_ptr2len(s);
|
||||
if (utf_char2bytes(c, cbuf) != orig_len) {
|
||||
// TODO(Bram): handle byte length difference
|
||||
|
Reference in New Issue
Block a user