comparison runtime/doc/todo.txt @ 2394:a3aca345aafa vim73

Add the 'undoreload' option to be able to undo a file reload.
author Bram Moolenaar <bram@vim.org>
date Sat, 24 Jul 2010 20:27:03 +0200
parents 210a5605e126
children 0c8219a26bc9
comparison
equal deleted inserted replaced
2393:210a5605e126 2394:a3aca345aafa
37 37
38 6 In the quickfix window statusline add the command used to get the list of 38 6 In the quickfix window statusline add the command used to get the list of
39 errors, e.g. ":make foo", ":grep something *.c". 39 errors, e.g. ":make foo", ":grep something *.c".
40 New patch 2010 Jul 24 40 New patch 2010 Jul 24
41 Docs patch by Dominique Pelle, Mar 25 included? 41 Docs patch by Dominique Pelle, Mar 25 included?
42
43 'undoreload' option: when fewer lines than these consider a reload as a change
44 action and save the text before the reload, don't clear undo info.
45 42
46 Patch for :find completion. (Nazri Ramliy) 43 Patch for :find completion. (Nazri Ramliy)
47 But I prefer to keep term.h and include/term.h He will work on it. 44 But I prefer to keep term.h and include/term.h He will work on it.
48 45
49 'fenc' in modeline problem: add option to reload the file when 'fenc' is set 46 'fenc' in modeline problem: add option to reload the file when 'fenc' is set