comparison src/vim.h @ 1563:ed7fefbef738 v7.1.276

updated for version 7.1-276
author vimboss
date Wed, 12 Mar 2008 16:27:00 +0000
parents 437fb19625c9
children 38de872507e1
comparison
equal deleted inserted replaced
1562:437fb19625c9 1563:ed7fefbef738
947 947
948 /* flags for insertchar() */ 948 /* flags for insertchar() */
949 #define INSCHAR_FORMAT 1 /* force formatting */ 949 #define INSCHAR_FORMAT 1 /* force formatting */
950 #define INSCHAR_DO_COM 2 /* format comments */ 950 #define INSCHAR_DO_COM 2 /* format comments */
951 #define INSCHAR_CTRLV 4 /* char typed just after CTRL-V */ 951 #define INSCHAR_CTRLV 4 /* char typed just after CTRL-V */
952 #define INSCHAR_NO_FEX 8 /* don't use 'formatexpr' */
952 953
953 /* flags for open_line() */ 954 /* flags for open_line() */
954 #define OPENLINE_DELSPACES 1 /* delete spaces after cursor */ 955 #define OPENLINE_DELSPACES 1 /* delete spaces after cursor */
955 #define OPENLINE_DO_COM 2 /* format comments */ 956 #define OPENLINE_DO_COM 2 /* format comments */
956 #define OPENLINE_KEEPTRAIL 4 /* keep trailing spaces */ 957 #define OPENLINE_KEEPTRAIL 4 /* keep trailing spaces */