Skip to content

Commit ea36c8d

Browse files
authored
Merge pull request #893 from tsuyoshicho/update/misc-20210301
Update {usr_41,various,version8}.{txt,jax}
2 parents 3a58361 + f7c85f9 commit ea36c8d

File tree

6 files changed

+27
-15
lines changed

6 files changed

+27
-15
lines changed

doc/usr_41.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim バージョン 8.2. Last change: 2021 Jan 13
1+
*usr_41.txt* For Vim バージョン 8.2. Last change: 2021 Feb 01
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -642,6 +642,7 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす
642642
count() ある要素がリスト中に出現する回数を返す
643643
repeat() リストを複数回繰り返す
644644
flatten() リストの平坦化
645+
flattennew() リストのコピーを平坦化
645646

646647
辞書操作: *dict-functions*
647648
get() 辞書の要素を返す。存在しないキーでもエラーを出
@@ -862,6 +863,7 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす
862863
getcmdtype() 現在のコマンドラインの種類を返す
863864
getcmdwintype() 現在のコマンドラインウィンドウの種類を返す
864865
getcompletion() マッチするコマンド補完リストを返す
866+
fullcommand() 完全なコマンド名の取得
865867

866868
Quickfixとlocationリスト: *quickfix-functions*
867869
getqflist() quickfixエラーのリスト

doc/various.jax

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 8.2. Last change: 2020 Nov 16
1+
*various.txt* For Vim バージョン 8.2. Last change: 2021 Jan 26
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -344,8 +344,9 @@ N *+clientserver* UnixとWin32: リモート呼び出し |clientserver|
344344
*+clipboard* |clipboard| サポートコンパイル済み
345345
*+clipboard_working* |clipboard| サポートコンパイル済みかつ動作中
346346
T *+cmdline_compl* コマンドライン補完 |cmdline-completion|
347-
S *+cmdline_hist* コマンドライン履歴 |cmdline-history|
347+
T *+cmdline_hist* コマンドライン履歴 |cmdline-history|
348348
N *+cmdline_info* |'showcmd'||'ruler'|
349+
S *+cmdwin* |cmdline-window| サポート
349350
T *+comments* |'comments'| サポート
350351
B *+conceal* "conceal" サポート。|conceal| |:syn-conceal| 他 参照。
351352
N *+cryptv* 暗号化サポート |encryption|
@@ -410,7 +411,7 @@ N *+mouse_sysmouse* Unix のみ: *BSD コンソールマウス操作 |sysmouse|
410411
B *+mouse_sgr* Unix のみ: sgrマウス操作 |sgr-mouse|
411412
N *+mouse_urxvt* Unix のみ: urxvtマウス操作 |urxvt-mouse|
412413
N *+mouse_xterm* Unix のみ: xtermマウス操作 |xterm-mouse|
413-
N *+multi_byte* 16ビット、32 ビット文字 |multibyte|
414+
T *+multi_byte* Unicodeサポート、16ビット、32 ビット文字 |multibyte|
414415
*+multi_byte_ime* Win32 IMEサポート
415416
N *+multi_lang* 多言語サポート |multi-lang|
416417
m *+mzscheme* Mzscheme インターフェイス |mzscheme|
@@ -703,7 +704,7 @@ K カーソル位置のキーワードを調べるためのプログラムを
703704
ん。
704705

705706
[N]gs *gs* *:sl* *:sleep*
706-
:[N]sl[eep] [N] [m] [N] 秒間何もしません。[m] を付けると、[N] ミリ秒間ス
707+
:[N]sl[eep] [N][m] [N] 秒間何もしません。[m] を付けると、[N] ミリ秒間ス
707708
リープします。"gs" に指定する数値は常に秒単位です。省
708709
略時は 1 秒間スリープします。 >
709710
:sleep " 1 秒スリープ
@@ -718,6 +719,9 @@ K カーソル位置のキーワードを調べるためのプログラムを
718719
す。{|+netbeans_intg| 機能つきでコンパイルされたときの
719720
み利用可能}
720721

722+
*:sl!* *:sleep!*
723+
:[N]sl[eep]! [N] [m] 上記と同じですが、カーソルが非表示となります。
724+
721725
*:xrestore* *:xr*
722726
:xr[estore] [display] X11サーバーへの接続を再初期化します。Xサーバーが再起動
723727
した後に便利です。例えば、screen/tmux内でVimを長時間実

doc/version8.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16939,7 +16939,7 @@ Solution: Add #ifdefs.
1693916939
Files: src/screen.c
1694016940

1694116941
Patch 8.0.0383 (after 8.0.0382)
16942-
Problem: Misplaced #ifdef. (Christ van Willigen)
16942+
Problem: Misplaced #ifdef. (Christ van Willegen)
1694316943
Solution: Split assignment.
1694416944
Files: src/screen.c
1694516945

@@ -19618,7 +19618,7 @@ Files: Filelist
1961819618

1961919619
Patch 8.0.0815
1962019620
Problem: Terminal window not correctly updated when 'statusline' invokes
19621-
":sleep". (NIkolay Pavlov)
19621+
":sleep". (Nikolay Pavlov)
1962219622
Solution: Clear got_int. Repeat redrawing when needed.
1962319623
Files: src/terminal.c
1962419624

en/usr_41.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim version 8.2. Last change: 2021 Jan 13
1+
*usr_41.txt* For Vim version 8.2. Last change: 2021 Feb 01
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -665,6 +665,7 @@ List manipulation: *list-functions*
665665
count() count number of times a value appears in a List
666666
repeat() repeat a List multiple times
667667
flatten() flatten a List
668+
flattennew() flatten a copy of a List
668669

669670
Dictionary manipulation: *dict-functions*
670671
get() get an entry without an error for a wrong key
@@ -882,6 +883,7 @@ Command line: *command-line-functions*
882883
getcmdtype() return the current command-line type
883884
getcmdwintype() return the current command-line window type
884885
getcompletion() list of command-line completion matches
886+
fullcommand() get full command name
885887

886888
Quickfix and location lists: *quickfix-functions*
887889
getqflist() list of quickfix errors

en/various.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim version 8.2. Last change: 2020 Nov 16
1+
*various.txt* For Vim version 8.2. Last change: 2021 Jan 26
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -345,8 +345,9 @@ N *+clientserver* Unix and Win32: Remote invocation |clientserver|
345345
*+clipboard* |clipboard| support compiled-in
346346
*+clipboard_working* |clipboard| support compiled-in and working
347347
T *+cmdline_compl* command line completion |cmdline-completion|
348-
S *+cmdline_hist* command line history |cmdline-history|
348+
T *+cmdline_hist* command line history |cmdline-history|
349349
N *+cmdline_info* |'showcmd'| and |'ruler'|
350+
S *+cmdwin* |cmdline-window| support
350351
T *+comments* |'comments'| support
351352
B *+conceal* "conceal" support, see |conceal| |:syn-conceal| etc.
352353
N *+cryptv* encryption support |encryption|
@@ -411,7 +412,7 @@ N *+mouse_sysmouse* Unix only: *BSD console mouse handling |sysmouse|
411412
B *+mouse_sgr* Unix only: sgr mouse handling |sgr-mouse|
412413
B *+mouse_urxvt* Unix only: urxvt mouse handling |urxvt-mouse|
413414
N *+mouse_xterm* Unix only: xterm mouse handling |xterm-mouse|
414-
N *+multi_byte* 16 and 32 bit characters |multibyte|
415+
T *+multi_byte* Unicode support, 16 and 32 bit characters |multibyte|
415416
*+multi_byte_ime* Win32 input method for multibyte chars |multibyte-ime|
416417
N *+multi_lang* non-English language support |multi-lang|
417418
m *+mzscheme* Mzscheme interface |mzscheme|
@@ -707,12 +708,12 @@ K Run a program to lookup the keyword under the
707708
not more than one line.
708709

709710
[N]gs *gs* *:sl* *:sleep*
710-
:[N]sl[eep] [N] [m] Do nothing for [N] seconds. When [m] is included,
711+
:[N]sl[eep] [N][m] Do nothing for [N] seconds. When [m] is included,
711712
sleep for [N] milliseconds. The count for "gs" always
712713
uses seconds. The default is one second. >
713714
:sleep "sleep for one second
714715
:5sleep "sleep for five seconds
715-
:sleep 100m "sleep for a hundred milliseconds
716+
:sleep 100m "sleep for 100 milliseconds
716717
10gs "sleep for ten seconds
717718
< Can be interrupted with CTRL-C (CTRL-Break on
718719
MS-Windows). "gs" stands for "goto sleep".
@@ -722,6 +723,9 @@ K Run a program to lookup the keyword under the
722723
available when compiled with the |+netbeans_intg|
723724
feature}
724725

726+
*:sl!* *:sleep!*
727+
:[N]sl[eep]! [N] [m] Same as above, but hide the cursor
728+
725729
*:xrestore* *:xr*
726730
:xr[estore] [display] Reinitializes the connection to the X11 server. Useful
727731
after the X server restarts, e.g. when running Vim for

en/version8.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16933,7 +16933,7 @@ Solution: Add #ifdefs.
1693316933
Files: src/screen.c
1693416934

1693516935
Patch 8.0.0383 (after 8.0.0382)
16936-
Problem: Misplaced #ifdef. (Christ van Willigen)
16936+
Problem: Misplaced #ifdef. (Christ van Willegen)
1693716937
Solution: Split assignment.
1693816938
Files: src/screen.c
1693916939

@@ -19612,7 +19612,7 @@ Files: Filelist
1961219612

1961319613
Patch 8.0.0815
1961419614
Problem: Terminal window not correctly updated when 'statusline' invokes
19615-
":sleep". (NIkolay Pavlov)
19615+
":sleep". (Nikolay Pavlov)
1961619616
Solution: Clear got_int. Repeat redrawing when needed.
1961719617
Files: src/terminal.c
1961819618

0 commit comments

Comments
 (0)