Skip to content

Commit 891cb3d

Browse files
authored
Merge pull request #1793 from h-east/update-filetype
Update filetype.{txt,jax}
2 parents 3b85c4a + 85a1c64 commit 891cb3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/filetype.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar

en/filetype.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -946,8 +946,8 @@ To enable: >
946946
let g:typst_folding = 1
947947
<
948948
*g:typst_foldnested*
949-
When |TRUE| the Typst filetype plugin will fold nested heading under their parents
950-
(default: |TRUE|)
949+
When |TRUE| the Typst filetype plugin will fold nested heading under their
950+
parents. (default: |TRUE|)
951951

952952
To disable: >
953953
let g:typst_foldnested = 0

0 commit comments

Comments
 (0)