Skip to content

Commit 6d83530

Browse files
authored
Merge pull request #1812 from h-east/update-filetype
Update filetype.{txt,jax}
2 parents dc397ed + ac18113 commit 6d83530

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

doc/filetype.jax

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim バージョン 9.1. Last change: 2024 Nov 09
1+
*filetype.txt* For Vim バージョン 9.1. Last change: 2024 Nov 14
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -659,6 +659,18 @@ HARE *ft-hare*
659659
このプラグインのテキストはかなり長いため、別ファイル |ft_hare.txt| に配置され
660660
ている: |ft_hare.txt|
661661

662+
IDRIS2 *ft-idris2-plugin*
663+
664+
デフォルトでは、以下のオプションが設定されている: >
665+
666+
setlocal shiftwidth=2 tabstop=2 expandtab
667+
setlocal comments=s1:{-,mb:-,ex:-},:\|\|\|,:--
668+
setlocal commentstring=--\ %s
669+
setlocal wildignore+=*.ibc
670+
671+
インデントにスペースではなくタブを使用するには、vimrc に以下の変数を設定する: >
672+
673+
let g:idris2#allow_tabchar = 1
662674
663675
JAVA *ft-java-plugin*
664676

@@ -822,6 +834,12 @@ MARKDOWN *ft-markdown-plugin*
822834
let g:markdown_recommended_style = 0
823835
824836
837+
ORG *ft-org-plugin*
838+
839+
折り畳みを有効にするには、これを使う: >
840+
let g:org_folding = 1
841+
<
842+
825843
PDF *ft-pdf-plugin*
826844

827845
PDF ファイル内をジャンプするため、タグスタックをシミュレートする <C-]><C-T>

en/filetype.txt

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim version 9.1. Last change: 2024 Nov 09
1+
*filetype.txt* For Vim version 9.1. Last change: 2024 Nov 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -667,6 +667,19 @@ HARE *ft-hare*
667667
Since the text for this plugin is rather long it has been put in a separate
668668
file: |ft_hare.txt|.
669669

670+
IDRIS2 *ft-idris2-plugin*
671+
672+
By default the following options are set: >
673+
674+
setlocal shiftwidth=2 tabstop=2 expandtab
675+
setlocal comments=s1:{-,mb:-,ex:-},:\|\|\|,:--
676+
setlocal commentstring=--\ %s
677+
setlocal wildignore+=*.ibc
678+
679+
To use tabs instead of spaces for indentation, set the following variable
680+
in your vimrc: >
681+
682+
let g:idris2#allow_tabchar = 1
670683
671684
JAVA *ft-java-plugin*
672685

@@ -830,6 +843,12 @@ To enable folding use this: >
830843
let g:markdown_recommended_style = 0
831844
832845
846+
ORG *ft-org-plugin*
847+
848+
To enable folding use this: >
849+
let g:org_folding = 1
850+
<
851+
833852
PDF *ft-pdf-plugin*
834853

835854
Two maps, <C-]> and <C-T>, are provided to simulate a tag stack for navigating

0 commit comments

Comments
 (0)