aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-18 17:26:15 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-05 10:01:22 -0300
commit26206d4cfddb0375b14c47ccf94c480a886f29a1 (patch)
treed87658310ce35db041fc79e1c6bb85dcfc249262 /src/buffer.c
parent5ff29e00a59e90670d3250d3e72502fac601c818 (diff)
downloadrneovim-26206d4cfddb0375b14c47ccf94c480a886f29a1.tar.gz
rneovim-26206d4cfddb0375b14c47ccf94c480a886f29a1.tar.bz2
rneovim-26206d4cfddb0375b14c47ccf94c480a886f29a1.zip
Remove mblen() check
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index e933c8ec24..27f3f5cab6 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -4364,7 +4364,6 @@ int find_win_for_buf(buf_T *buf, win_T **wp, tabpage_T **tp)
win_found:
return OK;
}
-#endif
/*
* Insert the sign into the signlist.