diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-11 23:12:29 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-11 23:12:29 +0200 |
commit | 2cefbedaab00fe32c8f39718e9c64921f8660be2 (patch) | |
tree | 3d70d45b396091a1ad09d1cfaf6dc4c124424e03 /runtime | |
parent | b02cbe34686b913e70a64969c0a92998c7872009 (diff) | |
download | vim-git-2cefbedaab00fe32c8f39718e9c64921f8660be2.tar.gz |
Fix: exists() was causing an autload script to be loaded.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/todo.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index e6c523ce6..9bf3d799e 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1099,8 +1099,6 @@ Vim 7.3: - Conceal feature: no update when moving to another window. (Dominique Pelle, 2010 Jul 5) Vince will look into it. Patches to possibly include: -- Patch to add diff functionality to 2html.vim. (Christian Brabandt, 2009 Dec - 15) - Win32: patch for better font scaling. (George Reilly, 2009 Mar 26) - Patch for completion of ":find" arguments. (Nazri Ramliy, 2009 Feb 22, 26) 8 For ":find" and ":sfind" expand files found in 'path'. |