@@ -12,8 +12,9 @@ Table of Contents *debugprint.nvim-table-of-contents*
12
12
7. Other Options | debugprint.nvim-other-options |
13
13
- Customizing Counter Logic | debugprint.nvim-customizing-counter-logic |
14
14
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 |
17
18
18
19
19
20
@@ -314,7 +315,18 @@ filetypes.lua <lua/debugprint/filetypes.lua>.
314
315
315
316
316
317
==============================================================================
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*
318
330
319
331
(This table is quite wide, you may need to scroll horizontally)
320
332
@@ -447,7 +459,7 @@ Other similar plugins (less popular or unmaintained):
447
459
- vim-printf <https://github.com/mptre/vim-printf >
448
460
449
461
==============================================================================
450
- 10 . Links *debugprint.nvim-links*
462
+ 11 . Links *debugprint.nvim-links*
451
463
452
464
1. *Test status*: https://github.com/andrewferrier/debugprint.nvim/actions/workflows/tests.yaml/badge.svg
453
465
0 commit comments