commit | 81695250ef1bbc02016078044ac268129a33f333 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 20:58:21 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 20:58:21 2004 +0000 |
tree | c31ec7182b5b06ffeb5a14b79701127eaa5c0dc8 | |
parent | 86b68359978c933419279e599d0a8cf536095d77 [diff] [blame] |
updated for version 7.0026
diff --git a/src/globals.h b/src/globals.h index 7e78e8e..97e2f90 100644 --- a/src/globals.h +++ b/src/globals.h
@@ -725,6 +725,7 @@ #ifdef FEAT_XIM # ifdef FEAT_GUI_KDE EXTERN colnr_T preedit_start_col INIT(= MAXCOL); +EXTERN colnr_T preedit_end_col INIT(= MAXCOL); EXTERN char *draw_feedback INIT(= NULL); # endif # ifdef FEAT_GUI_GTK