Skip to content

Commit 8fa4f35

Browse files
committed
Update by original
1 parent f47eaa2 commit 8fa4f35

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

doc/filetype.jax

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim バージョン 9.1. Last change: 2024 Dec 03
1+
*filetype.txt* For Vim バージョン 9.1. Last change: 2024 Dec 04
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -625,7 +625,7 @@ GDSCRIPT *ft-gdscript-plugin*
625625
let g:gdscript_recommended_style = 0
626626
627627
628-
GIT COMMIT *ft-gitcommit-plugin*
628+
GIT COMMIT *ft-gitcommit-plugin*
629629

630630
現在のコミットの差分をプレビューウィンドウに表示する :DiffGitCached というコマ
631631
ンドが提供されている。このコマンドを実行すると、その引数をつけて "git diff
@@ -732,9 +732,9 @@ JSON ファイルタイプは、JSON のフォーマッティング (|gq| を使
732732
import autoload 'dist/json.vim'
733733
setl formatexpr=json.FormatExpr()
734734
735-
LUA *ft-lua-plugin*
735+
LUA *ft-lua-plugin*
736736

737-
|fold-expr| を使用して lua 関数の折り畳みを有効にするには: >
737+
|fold-expr| を使用して Lua 関数の折り畳みを有効にするには: >
738738
739739
let g:lua_folding = 1
740740
@@ -810,7 +810,7 @@ CTRL-T 直前のマニュアルページへ戻る。
810810
set keywordprg=:Man
811811
812812
813-
MANPAGER *manpager.vim*
813+
MANPAGER *manpager.vim*
814814

815815
|:Man| コマンドを使うと、Vim をマンページにできる(その構文はマンページをハイラ
816816
イト表示し、CTRL-] でヒットしたリンク先のマンページをたどる)。
@@ -829,7 +829,7 @@ fish の場合、設定ファイルに以下の設定を追加する。
829829
set -x MANPAGER "vim +MANPAGER --not-a-term -"
830830

831831

832-
MARKDOWN *ft-markdown-plugin*
832+
MARKDOWN *ft-markdown-plugin*
833833

834834
折り畳みを有効にするには、次のようにする: >
835835
let g:markdown_folding = 1
@@ -909,7 +909,7 @@ RESTRUCTUREDTEXT *ft-rst-plugin*
909909
let g:rst_style = 1
910910
911911
912-
RNOWEB *ft-rnoweb-plugin*
912+
RNOWEB *ft-rnoweb-plugin*
913913

914914
'formatexpr' オプションは、R コードと LaTeX コードに対して異なる値で動的に設定
915915
される。'formatexpr' を設定しないことを希望する場合は、|vimrc| に以下を追加す

en/filetype.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim version 9.1. Last change: 2024 Dec 03
1+
*filetype.txt* For Vim version 9.1. Last change: 2024 Dec 04
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -634,7 +634,7 @@ To disable this behavior, set the following variable in your vimrc: >
634634
let g:gdscript_recommended_style = 0
635635
636636
637-
GIT COMMIT *ft-gitcommit-plugin*
637+
GIT COMMIT *ft-gitcommit-plugin*
638638

639639
One command, :DiffGitCached, is provided to show a diff of the current commit
640640
in the preview window. It is equivalent to calling "git diff --cached" plus
@@ -744,9 +744,9 @@ Add following lines to $HOME/.vim/ftplugin/json.vim: >
744744
import autoload 'dist/json.vim'
745745
setl formatexpr=json.FormatExpr()
746746
747-
LUA *ft-lua-plugin*
747+
LUA *ft-lua-plugin*
748748

749-
You can enable folding of lua functions using |fold-expr| by: >
749+
You can enable folding of Lua functions using |fold-expr| by: >
750750
751751
let g:lua_folding = 1
752752
@@ -820,7 +820,7 @@ page in a Vim window: >
820820
set keywordprg=:Man
821821
822822
823-
MANPAGER *manpager.vim*
823+
MANPAGER *manpager.vim*
824824

825825
The |:Man| command allows you to turn Vim into a manpager (that syntax
826826
highlights manpages and follows linked manpages on hitting CTRL-]).
@@ -838,7 +838,7 @@ For fish, add to the config file
838838
set -x MANPAGER "vim +MANPAGER --not-a-term -"
839839

840840

841-
MARKDOWN *ft-markdown-plugin*
841+
MARKDOWN *ft-markdown-plugin*
842842

843843
To enable folding use this: >
844844
let g:markdown_folding = 1
@@ -917,7 +917,7 @@ To enable this behavior, set the following variable in your vimrc: >
917917
let g:rst_style = 1
918918
919919
920-
RNOWEB *ft-rnoweb-plugin*
920+
RNOWEB *ft-rnoweb-plugin*
921921

922922
The 'formatexpr' option is set dynamically with different values for R code
923923
and for LaTeX code. If you prefer that 'formatexpr' is not set, add to your

0 commit comments

Comments
 (0)