Skip to content

Commit

Permalink
Merge pull request #601 from ecerulm/patch-1
Browse files Browse the repository at this point in the history
fix typo emtpy to empty
  • Loading branch information
L3MON4D3 authored Sep 16, 2022
2 parents 4dc7012 + ea93160 commit 9bb0d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ invalid `$0`.
- `dedent`: boolean, remove common indent from the snippet's lines.
Default true.

Both `trim_emtpy` and `dedent` will be disabled for snippets parsed via
Both `trim_empty` and `dedent` will be disabled for snippets parsed via
`ls.lsp_expand`: it might prevent correct expansion of snippets sent by lsp.

## Snipmate Parser
Expand Down
4 changes: 2 additions & 2 deletions doc/luasnip.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*luasnip.txt* For NVIM v0.5.0 Last change: 2022 September 15
*luasnip.txt* For NVIM v0.5.0 Last change: 2022 September 16

==============================================================================
Table of Contents *luasnip-table-of-contents*
Expand Down Expand Up @@ -1300,7 +1300,7 @@ invalid `$0`.
lines from the snippet. Default true. - `dedent`: boolean, remove common indent
from the snippet’s lines. Default true.

Both `trim_emtpy` and `dedent` will be disabled for snippets parsed via
Both `trim_empty` and `dedent` will be disabled for snippets parsed via
`ls.lsp_expand`: it might prevent correct expansion of snippets sent by lsp.

SNIPMATE PARSER *luasnip-snipmate-parser*
Expand Down

0 comments on commit 9bb0d2b

Please # to comment.