0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0058

This commit is contained in:
Bram Moolenaar
2005-03-08 22:40:03 +00:00
parent 9be038da7d
commit 111ff9f40e
4 changed files with 18 additions and 10 deletions

View File

@@ -3516,7 +3516,7 @@ reg_prev_class()
static long bl_minval;
static long bl_maxval;
/* Values for rs_state. */
/* Values for rs_state in regitem_T. */
typedef enum regstate_E
{
RS_NOPEN = 0 /* NOPEN and NCLOSE */
@@ -3545,7 +3545,7 @@ typedef enum regstate_E
*/
typedef struct regitem_S
{
regstate_T rs_state; /* what we are doing, on of RS_ below */
regstate_T rs_state; /* what we are doing, one of RS_ above */
char_u *rs_scan; /* current node in program */
long rs_startp; /* start position for BACK (offset) */
union