comparison src/ex_docmd.c @ 1521:cc4fe241baa3 v7.1.236

updated for version 7.1-236
author vimboss
date Sat, 19 Jan 2008 14:59:58 +0000
parents 9c970d8681f4
children 539d9b8f418a
comparison
equal deleted inserted replaced
1520:cd6175cc27d9 1521:cc4fe241baa3
3929 curwin->w_cursor.col = MAXCOL; 3929 curwin->w_cursor.col = MAXCOL;
3930 else 3930 else
3931 curwin->w_cursor.col = 0; 3931 curwin->w_cursor.col = 0;
3932 searchcmdlen = 0; 3932 searchcmdlen = 0;
3933 if (!do_search(NULL, c, cmd, 1L, 3933 if (!do_search(NULL, c, cmd, 1L,
3934 SEARCH_HIS + SEARCH_MSG + SEARCH_START)) 3934 SEARCH_HIS + SEARCH_MSG + SEARCH_START,
3935 NULL))
3935 { 3936 {
3936 curwin->w_cursor = pos; 3937 curwin->w_cursor = pos;
3937 cmd = NULL; 3938 cmd = NULL;
3938 goto error; 3939 goto error;
3939 } 3940 }