Yukihiro Nakadaira wrote: > I found some typos in help. > Please check the following diffs.
...snip... > diff -r 3edc4535acfa runtime/doc/os_win32.txt > --- a/runtime/doc/os_win32.txt Wed Aug 10 18:36:54 2011 +0200 > +++ b/runtime/doc/os_win32.txt Sun Aug 14 13:41:48 2011 +0900 > @@ -316,8 +316,8 @@ > There are two optional arguments (see the next Q): > /min the window will be minimized. > /b" no console window will be opened > - You can only one of these flags at a time. A second second one will be > - treated as the start of the command. > + You can only one of these flags at a time. A second one will be treated > as > + the start of the command. > > Q. How do I avoid getting a window for programs that I run asynchronously? > A. You have two possible solutions depending on what exactly do you want: Hi Yukihiro, In the above diff chunk, I see 2 other mistakes: You can only one of these flags at a time -> You can use only one of these flags at a time depending on what exactly do you want -> depending on what you want: -- Dominique -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
