Thanks for the patch, I have found some typos and grammar issues with it,
and commented them inline.
Bram Moolenaar wrote:
> ***************
> *** 608,614 ****
> {not in Vi}
>
> :[count]arga[dd] {name} .. *:arga* *:argadd* *E479*
> ! Add the {name}s to the argument list.
> If [count] is omitted, the {name}s are added just
> after the current entry in the argument list.
> Otherwise they are added after the [count]'th file.
> --- 609,618 ----
> {not in Vi}
>
> :[count]arga[dd] {name} .. *:arga* *:argadd* *E479*
> ! :[count]arga[dd]
> ! Add the {name}s to the argument list. When {name} is
> ! omitted at the current buffer name to the argument
s/at/add/
> --- 1089,1100 ----
> the last file in the argument list has not been
> edited. See |:confirm| and 'confirm'. {not in Vi}
>
> ! :q[uit]! Quit without writing, also when currently visible
> ! buffers have changes. Does not exit when this is the
> ! last window and there are is a changed hidden buffer.
s/are is/is/
> --- 201,215 ----
> :[N]tabm[ove]
> Move the current tab page to after tab page N. Use zero to
> make the current tab page the first one. Without N the tab
> ! page is made the last one. >
> ! :-tabmove " move the tab page to the left
> ! :tabmove " move the tab page to the right
> ! :.tabmove " as above
> ! :+tabmove " as above
> ! :0tabmove " move the tab page to the begining of the tab
> ! " list
s/begining/beginning/
> *** ../vim-7.4.529/runtime/doc/windows.txt 2014-09-19 20:07:22.542449677
> +0200
> --- runtime/doc/windows.txt 2014-11-27 14:52:42.261566503 +0100
> --- 263,318 ----
> Closing a window
> ----------------
>
> + :q[uit]
> + :{count}q[uit]
> CTRL-W q *CTRL-W_q*
> CTRL-W CTRL-Q *CTRL-W_CTRL-Q*
> ! Without {count}: Quit the current window. If {count} is
> ! given quit the {count} window.
> !
> ! When quitting the last window (not counting a help window),
> ! exit Vim.
> !
> When 'hidden' is set, and there is only one window for the
> ! current buffer, it becomes hidden. When 'hidden' is not set,
> ! and there is only one window for the current buffer, and the
> ! buffer was changed, the command fails.
> !
> ! (Note: CTRL-Q does not
> ! work on all terminals). If [count] is greater than
Rewrap.
> ! the last window number the last window will be closed: >
> ! :1quit " quit the first window
> ! :$quit " quit the last window
> ! :9quit " quit the last window
> ! " if there are less than 9 windows opened
> ! :-quit " quit the previews window
> ! :+quit " quit the next window
> ! :+2quit " will also work as expected
Please elaborate on what is expected. Closing the second-next window?
> --- 326,344 ----
> command.
>
> *:hide*
> ! :hid[e]
> ! :{count}hid[e]
> ! Quit the current window, unless it is the last window on the
> ! screen. For {count} see |:quit| command.
> !
> ! The buffer becomes hidden (unless there is another window
> ! editing it or 'bufhidden' is "unload" or "delete"). If the
Also for bufhidden=wipe, doesn't it?
Regards,
Daniel.
--
--
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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.