Searched refs:dirty (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | textprop.c | 1424 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 D | memfile.c | 472 int dirty, in mf_put() argument 482 if (dirty) in mf_put()
|
| H A D | memline.c | 4134 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 D | memfile.pro | 9 void mf_put(memfile_T *mfp, bhdr_T *hp, int dirty, int infile);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | config.vim | 12 " script, so I wrote this quick and dirty patch.
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | tohtml.vim | 95 " gap (using a dirty hack, improvements welcome). Add
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_swap.vim | 125 call assert_match(0, info.dirty)
|
| H A D | test_cmdline.vim | 295 let l = getcompletion('dirty', 'color')
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | eval.txt | 11139 dirty 1 if file was modified, 0 if not
|
| H A D | version6.txt | 2893 exit in a quick and dirty way.
|
| H A D | version7.txt | 2278 When 'swapfile' is switched back on mark all blocks in the swapfile as dirty.
|
| H A D | version8.txt | 27797 Solution: Add #ifdef. Also add the "dirty" item. 29366 Solution: Reset the dirty flag.
|