comparison src/fileio.c @ 2281:e41433ea71df vim73

Added ":earlier 1f" and ":later 1f".
author Bram Moolenaar <bram@vim.org>
date Sun, 27 Jun 2010 05:18:54 +0200
parents 941ff1cd317a
children ccda151dde4e
comparison
equal deleted inserted replaced
2280:941ff1cd317a 2281:e41433ea71df
4877 && (overwriting || vim_strchr(p_cpo, CPO_PLUS) != NULL) 4877 && (overwriting || vim_strchr(p_cpo, CPO_PLUS) != NULL)
4878 ) 4878 )
4879 { 4879 {
4880 unchanged(buf, TRUE); 4880 unchanged(buf, TRUE);
4881 u_unchanged(buf); 4881 u_unchanged(buf);
4882 u_update_save_nr(buf);
4882 } 4883 }
4883 4884
4884 /* 4885 /*
4885 * If written to the current file, update the timestamp of the swap file 4886 * If written to the current file, update the timestamp of the swap file
4886 * and reset the BF_WRITE_MASK flags. Also sets buf->b_mtime. 4887 * and reset the BF_WRITE_MASK flags. Also sets buf->b_mtime.