diff --git a/runtime/doc/vim-fr.1 b/runtime/doc/vim-fr.1 index 209ab91..356cb59 100644 --- a/runtime/doc/vim-fr.1 +++ b/runtime/doc/vim-fr.1 @@ -24,6 +24,7 @@ vim \- Vi IMproved, .PP .br .B ex +.B gex .br .B view .br diff --git a/runtime/doc/vim-fr.UTF-8.1 b/runtime/doc/vim-fr.UTF-8.1 index 67be106..30b926c 100644 --- a/runtime/doc/vim-fr.UTF-8.1 +++ b/runtime/doc/vim-fr.UTF-8.1 @@ -24,6 +24,7 @@ vim \- Vi IMproved, éditeur de texte pour programmeurs .PP .br .B ex +.B gex .br .B view .br diff --git a/runtime/doc/vim-it.1 b/runtime/doc/vim-it.1 index 0ab3eff..d3af003 100755 --- a/runtime/doc/vim-it.1 +++ b/runtime/doc/vim-it.1 @@ -17,6 +17,7 @@ vim \- VI Migliorato, un editor di testi per programmatori .PP .br .B ex +.B gex .br .B view .br diff --git a/runtime/doc/vim-it.UTF-8.1 b/runtime/doc/vim-it.UTF-8.1 index 51e7e04..bfafa36 100644 --- a/runtime/doc/vim-it.UTF-8.1 +++ b/runtime/doc/vim-it.UTF-8.1 @@ -17,6 +17,7 @@ vim \- VI Migliorato, un editor di testi per programmatori .PP .br .B ex +.B gex .br .B view .br diff --git a/runtime/doc/vim-pl.1 b/runtime/doc/vim-pl.1 index d506b33..cf6ffeb 100644 --- a/runtime/doc/vim-pl.1 +++ b/runtime/doc/vim-pl.1 @@ -17,6 +17,7 @@ vim \- Vi rozbudowany, edytor tekstu dla programisty .PP .br .B ex +.B gex .br .B view .br diff --git a/runtime/doc/vim-pl.UTF-8.1 b/runtime/doc/vim-pl.UTF-8.1 index f3551d2..01650e9 100644 --- a/runtime/doc/vim-pl.UTF-8.1 +++ b/runtime/doc/vim-pl.UTF-8.1 @@ -17,6 +17,7 @@ vim \- Vi rozbudowany, edytor tekstu dla programisty .PP .br .B ex +.B gex .br .B view .br diff --git a/runtime/doc/vim-ru.1 b/runtime/doc/vim-ru.1 index dfcb3ec..aa569d5 100644 --- a/runtime/doc/vim-ru.1 +++ b/runtime/doc/vim-ru.1 @@ -17,11 +17,14 @@ vim \- Vi IMproved ( .PP .br .B ex +.B gex .br .B view .br .B gvim .B gview +.B evim +.B eview .br .B rvim .B rview diff --git a/runtime/doc/vim-ru.UTF-8.1 b/runtime/doc/vim-ru.UTF-8.1 index ef52721..1217b7d 100644 --- a/runtime/doc/vim-ru.UTF-8.1 +++ b/runtime/doc/vim-ru.UTF-8.1 @@ -17,11 +17,14 @@ vim \- Vi IMproved (Улучшенный Vi), текстовый редакто .PP .br .B ex +.B gex .br .B view .br .B gvim .B gview +.B evim +.B eview .br .B rvim .B rview diff --git a/runtime/doc/vim.1 b/runtime/doc/vim.1 index 48a121b..aaab06d 100644 --- a/runtime/doc/vim.1 +++ b/runtime/doc/vim.1 @@ -17,6 +17,7 @@ vim \- Vi IMproved, a programmer's text editor .PP .br .B ex +.B gex .br .B view .br @@ -114,7 +115,9 @@ Can also be done with the "\-R" argument. gvim gview The GUI version. Starts a new window. -Can also be done with the "\-g" argument. +.TP +gex +Starts a new gvim window in Ex mode. Can also be done with the "-e" argument to gvim .TP evim eview The GUI version in easy mode. @@ -449,6 +452,12 @@ As \-\-remote, but Vim does not exit until the files have been edited. \-\-remote\-wait\-silent As \-\-remote\-wait, but without the warning when no server is found. .TP +\-\-remote\-tab[\-wait][\-silent] +As \-\-remote but use tab page per file +.TP +\-\-role +Set a unique role to identify the main window +.TP \-\-serverlist List the names of all Vim servers that can be found. .TP diff --git a/runtime/doc/vim.man b/runtime/doc/vim.man index 5cd751f..6b2cc75 100644 --- a/runtime/doc/vim.man +++ b/runtime/doc/vim.man @@ -11,7 +11,7 @@ SYNOPSIS vim [options] -t tag vim [options] -q [errorfile] - ex + ex gex view gvim gview evim eview rvim rview rgvim rgview @@ -79,8 +79,10 @@ DESCRIPTION the files. Can also be done with the "-R" argument. gvim gview - The GUI version. Starts a new window. Can also be done with - the "-g" argument. + The GUI version. Starts a new window. + + gex Starts a new gvim window in Ex mode. Can also be done with + the "-e" argument to gvim evim eview The GUI version in easy mode. Starts a new window. Can also diff --git a/runtime/doc/vimtutor-it.1 b/runtime/doc/vimtutor-it.1 index b5c1e61..fa9dae7 100755 --- a/runtime/doc/vimtutor-it.1 +++ b/runtime/doc/vimtutor-it.1 @@ -4,6 +4,8 @@ vimtutor \- Un breve corso per imparare Vim .SH SINTASSI .br .B vimtutor [\-g] [lingua] +.br +.B gvimtutor .SH DESCRIZIONE .B Vimtutor inizia il diff --git a/runtime/doc/vimtutor-it.UTF-8.1 b/runtime/doc/vimtutor-it.UTF-8.1 index a33dcb0..8520d14 100644 --- a/runtime/doc/vimtutor-it.UTF-8.1 +++ b/runtime/doc/vimtutor-it.UTF-8.1 @@ -4,6 +4,8 @@ vimtutor \- Un breve corso per imparare Vim .SH SINTASSI .br .B vimtutor [\-g] [lingua] +.br +.B gvimtutor .SH DESCRIZIONE .B Vimtutor inizia il diff --git a/runtime/doc/vimtutor-pl.1 b/runtime/doc/vimtutor-pl.1 index e603ca5..ce6b0bc 100644 --- a/runtime/doc/vimtutor-pl.1 +++ b/runtime/doc/vimtutor-pl.1 @@ -4,6 +4,8 @@ vimtutor \- nauczyciel Vima .SH SYNOPSIS .br .B vimtutor -g [jzyk] +.br +.B gvimtutor .SH OPIS .B Vimtutor uruchamia nauczyciela diff --git a/runtime/doc/vimtutor-pl.UTF-8.1 b/runtime/doc/vimtutor-pl.UTF-8.1 index 199fcd0..3b35fb4 100644 --- a/runtime/doc/vimtutor-pl.UTF-8.1 +++ b/runtime/doc/vimtutor-pl.UTF-8.1 @@ -4,6 +4,8 @@ vimtutor \- nauczyciel Vima .SH SYNOPSIS .br .B vimtutor -g [język] +.br +.B gvimtutor .SH OPIS .B Vimtutor uruchamia nauczyciela diff --git a/runtime/doc/vimtutor-ru.1 b/runtime/doc/vimtutor-ru.1 index fa3c5d9..a4f3eab 100644 --- a/runtime/doc/vimtutor-ru.1 +++ b/runtime/doc/vimtutor-ru.1 @@ -4,6 +4,8 @@ vimtutor \- .SH .br .B vimtutor [] +.br +.B gvimtutor .SH .B vimtutor diff --git a/runtime/doc/vimtutor-ru.UTF-8.1 b/runtime/doc/vimtutor-ru.UTF-8.1 index 6b1ba90..305d737 100644 --- a/runtime/doc/vimtutor-ru.UTF-8.1 +++ b/runtime/doc/vimtutor-ru.UTF-8.1 @@ -7,6 +7,8 @@ vimtutor \- учебник по Vim .SH ОПИСАНИЕ Команда .B vimtutor +.br +.B gvimtutor запускает учебник по .B Vim. При этом сначала происходит создание копии файла учебника, diff --git a/runtime/doc/vimtutor.1 b/runtime/doc/vimtutor.1 index 0aa7e8d..6a6f6f6 100644 --- a/runtime/doc/vimtutor.1 +++ b/runtime/doc/vimtutor.1 @@ -4,6 +4,8 @@ vimtutor \- the Vim tutor .SH SYNOPSIS .br .B vimtutor [\-g] [language] +.br +.B gvimtutor .SH DESCRIPTION .B Vimtutor starts the diff --git a/runtime/doc/vimtutor.man b/runtime/doc/vimtutor.man index 9f2350a..e0114ca 100644 --- a/runtime/doc/vimtutor.man +++ b/runtime/doc/vimtutor.man @@ -7,6 +7,7 @@ NAME SYNOPSIS vimtutor [-g] [language] + gvimtutor DESCRIPTION Vimtutor starts the Vim tutor. It copies the tutor file first, so that