diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-08-29 15:12:19 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-08-29 15:12:19 +0200 |
commit | 34401cca5ae3dce543154c967d727b13254e15b5 (patch) | |
tree | 39859b7fbbc7872417e227f523179aec1e5c476f /runtime/doc/os_win32.txt | |
parent | 773b158de8f813b0683fc56e37639937e5c9c1ee (diff) | |
download | vim-git-34401cca5ae3dce543154c967d727b13254e15b5.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/os_win32.txt')
-rw-r--r-- | runtime/doc/os_win32.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/os_win32.txt b/runtime/doc/os_win32.txt index a01a06c8e..80085a8ed 100644 --- a/runtime/doc/os_win32.txt +++ b/runtime/doc/os_win32.txt @@ -1,4 +1,4 @@ -*os_win32.txt* For Vim version 7.4. Last change: 2012 May 18 +*os_win32.txt* For Vim version 7.4. Last change: 2014 Aug 29 VIM REFERENCE MANUAL by George Reilly @@ -334,7 +334,7 @@ A. You have two possible solutions depending on what you want: :!start /min ctags -R . < When it has finished you should see file named "tags" in your current directory. You should notice the window title blinking on your taskbar. - This is more noticable for commands that take longer. + This is more noticeable for commands that take longer. Now delete the "tags" file and run this command: > :!start /b ctags -R . < You should have the same "tags" file, but this time there will be no |