Skip to content

Commit aa2e696

Browse files
andrewferriergithub-actions[bot]
authored andcommitted
chore: Auto generate Vim docs
1 parent 8bbfc80 commit aa2e696

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

doc/debugprint.nvim.txt

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ Table of Contents *debugprint.nvim-table-of-contents*
1212
7. Other Options |debugprint.nvim-other-options|
1313
- Customizing Counter Logic |debugprint.nvim-customizing-counter-logic|
1414
8. Add Custom Filetypes |debugprint.nvim-add-custom-filetypes|
15-
9. Feature Comparison with Similar Plugins|debugprint.nvim-feature-comparison-with-similar-plugins|
16-
10. Links |debugprint.nvim-links|
15+
9. Known Limitations |debugprint.nvim-known-limitations|
16+
10. Feature Comparison with Similar Plugins|debugprint.nvim-feature-comparison-with-similar-plugins|
17+
11. Links |debugprint.nvim-links|
1718

1819

1920

@@ -314,7 +315,18 @@ filetypes.lua <lua/debugprint/filetypes.lua>.
314315

315316

316317
==============================================================================
317-
9. Feature Comparison with Similar Plugins*debugprint.nvim-feature-comparison-with-similar-plugins*
318+
9. Known Limitations *debugprint.nvim-known-limitations*
319+
320+
- `debugprint` does not handle deleting reformatted debug lines where a
321+
formatter has split them across multiple lines. If you want to be able to easily
322+
delete your debug lines using `DeleteDebugPrints` or similar, don’t format your
323+
file between inserting them and running this command. See this
324+
issue <https://github.com/andrewferrier/debugprint.nvim/issues/119> for
325+
discussion on this.
326+
327+
328+
==============================================================================
329+
10. Feature Comparison with Similar Plugins*debugprint.nvim-feature-comparison-with-similar-plugins*
318330

319331
(This table is quite wide, you may need to scroll horizontally)
320332

@@ -447,7 +459,7 @@ Other similar plugins (less popular or unmaintained):
447459
- vim-printf <https://github.com/mptre/vim-printf>
448460

449461
==============================================================================
450-
10. Links *debugprint.nvim-links*
462+
11. Links *debugprint.nvim-links*
451463

452464
1. *Test status*: https://github.com/andrewferrier/debugprint.nvim/actions/workflows/tests.yaml/badge.svg
453465

0 commit comments

Comments
 (0)