Home
last modified time | relevance | path

Searched refs:dirty (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/
H A Dtextprop.c1424 int dirty; // if the property was changed member
1487 res.dirty = FALSE; in adjust_prop()
1512 int dirty = FALSE; in adjust_prop_columns() local
1532 if (res.dirty) in adjust_prop_columns()
1535 if ((flags & APC_SAVE_FOR_UNDO) && !dirty in adjust_prop_columns()
1538 dirty = TRUE; in adjust_prop_columns()
1549 if (dirty) in adjust_prop_columns()
1559 return dirty; in adjust_prop_columns()
H A Dmemfile.c472 int dirty, in mf_put() argument
482 if (dirty) in mf_put()
H A Dmemline.c4134 int dirty; in ml_find_line() local
4252 dirty = FALSE; in ml_find_line()
4275 dirty = TRUE; in ml_find_line()
4295 dirty = TRUE; in ml_find_line()
4300 dirty = TRUE; in ml_find_line()
4302 mf_put(mfp, hp, dirty, FALSE); in ml_find_line()
/vim-8.2.3635/src/proto/
H A Dmemfile.pro9 void mf_put(memfile_T *mfp, bhdr_T *hp, int dirty, int infile);
/vim-8.2.3635/runtime/syntax/
H A Dconfig.vim12 " script, so I wrote this quick and dirty patch.
/vim-8.2.3635/runtime/plugin/
H A Dtohtml.vim95 " gap (using a dirty hack, improvements welcome). Add
/vim-8.2.3635/src/testdir/
H A Dtest_swap.vim125 call assert_match(0, info.dirty)
H A Dtest_cmdline.vim295 let l = getcompletion('dirty', 'color')
/vim-8.2.3635/runtime/doc/
H A Deval.txt11139 dirty 1 if file was modified, 0 if not
H A Dversion6.txt2893 exit in a quick and dirty way.
H A Dversion7.txt2278 When 'swapfile' is switched back on mark all blocks in the swapfile as dirty.
H A Dversion8.txt27797 Solution: Add #ifdef. Also add the "dirty" item.
29366 Solution: Reset the dirty flag.