Skip to content

Commit 5c6b2cc

Browse files
committed
fix: Update justfile
1 parent 34da413 commit 5c6b2cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/panvimdoc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Notice that the tag `*projectName-:Command*` is generated for you.
451451
Additionally, content in square brackets `[...]` or curly brackets `{...}` is
452452
also dropped for creating the tag name.
453453

454-
i.e. the term `### :[range]Command` becomes the tag `*projectName-:Command*`.
454+
i.e. the term `### :[range]Command` becomes the tag `*projectName-:Command*`.
455455

456456
See following mappings as examples:
457457

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
build:
2-
@./panvimdoc.sh "--project-name" "panvimdoc" "--input-file" "doc/panvimdoc.md" "--vim-version" "NVIM v0.8.0" "--toc" "true" "--description" "" "--dedup-subheadings" "true" "--demojify" "false" "--treesitter" "true" "--ignore-rawblocks" "true" "--doc-mapping" "true" "--doc-mapping-project-name" "true" --shift-heading-level-by 0 --increment-heading-level-by 0
2+
@./panvimdoc.sh "--project-name" "panvimdoc" "--input-file" "doc/panvimdoc.md" "--vim-version" "NVIM v0.8.0" "--toc" "true" "--description" "" "--dedup-subheadings" "true" "--demojify" "false" "--treesitter" "true" "--ignore-rawblocks" "true" "--doc-mapping" "false" "--doc-mapping-project-name" "true" --shift-heading-level-by 0 --increment-heading-level-by 0

0 commit comments

Comments
 (0)