diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-08-24 22:13:56 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-08-24 22:13:56 -0400 |
commit | 92d27b7290914585f11d3a07e9bbbc504b8c9ca1 (patch) | |
tree | 6063d3d94af147d2d48d70c8201ef3d81a3c9787 /runtime/doc | |
parent | 3623a028263fa321f0790fe1132ac2934d6d5dc7 (diff) | |
parent | a1582a841b2864ad20c22cc18b04010f9a813128 (diff) | |
download | rneovim-92d27b7290914585f11d3a07e9bbbc504b8c9ca1.tar.gz rneovim-92d27b7290914585f11d3a07e9bbbc504b8c9ca1.tar.bz2 rneovim-92d27b7290914585f11d3a07e9bbbc504b8c9ca1.zip |
Merge pull request #1111 from epmatsw/spellcheck2
More Typo Fixes
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/os_win32.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/os_win32.txt b/runtime/doc/os_win32.txt index a01a06c8ec..22e763a08e 100644 --- a/runtime/doc/os_win32.txt +++ b/runtime/doc/os_win32.txt @@ -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 |