Skip to content

Instantly share code, notes, and snippets.

@presuku
Created April 11, 2014 07:28
Show Gist options
  • Save presuku/10446776 to your computer and use it in GitHub Desktop.
Save presuku/10446776 to your computer and use it in GitHub Desktop.
diff -r a95f6c144df1 -r d593180027e1 src/fileio.c
--- a/src/fileio.c Tue Apr 23 16:39:20 2013 +0900
+++ b/src/fileio.c Tue Apr 23 16:40:46 2013 +0900
@@ -9353,6 +9353,9 @@
#ifdef FEAT_INS_EXPAND
&& !ins_compl_active()
#endif
+#ifdef FEAT_XIM
+ && !im_is_preediting()
+#endif
)
{
state = get_real_state();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment