File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- *usr_41.txt* For Vim バージョン 8.1. Last change: 2019 Jul 04
1+ *usr_41.txt* For Vim バージョン 8.1. Last change: 2019 Jul 06
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -990,11 +990,13 @@ Vimサーバー: *server-functions*
990990目印: *sign-functions*
991991 sign_define() 目印を定義または更新する
992992 sign_getdefined() 定義されている目印のリストを取得する
993- sign_getplaced() 配置されている目印のリストを取得する
993+ sign_getplaced() 設置されている目印のリストを取得する
994994 sign_jump() 目印へ移動する
995- sign_place() 目印を配置する
995+ sign_place() 目印を設置する
996+ sign_placelist() 目印のリストを設置する
996997 sign_undefine() 定義された目印を削除する
997998 sign_unplace() 設置された目印を解除する
999+ sign_unplacelist() 設置された目印のリストを解除する
9981000
9991001端末ウィンドウ: *terminal-functions*
10001002 term_start() 端末ウィンドウを開いてジョブを開始する
Original file line number Diff line number Diff line change 1- *usr_41.txt* For Vim version 8.1. Last change: 2019 Jul 04
1+ *usr_41.txt* For Vim version 8.1. Last change: 2019 Jul 06
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -1015,8 +1015,10 @@ Signs: *sign-functions*
10151015 sign_getplaced() get a list of placed signs
10161016 sign_jump() jump to a sign
10171017 sign_place() place a sign
1018+ sign_placelist() place a list of signs
10181019 sign_undefine() undefine a sign
10191020 sign_unplace() unplace a sign
1021+ sign_unplacelist() unplace a list of signs
10201022
10211023Terminal window: *terminal-functions*
10221024 term_start() open a terminal window and run a job
You can’t perform that action at this time.
0 commit comments