Skip to content

Commit 8bbfc80

Browse files
committed
docs: Limitation around deleting reformatted lines - closes #119
1 parent 1adafb2 commit 8bbfc80

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,15 @@ The keys in the configuration are used like this:
263263
If it helps to understand these, you can look at the built-in configurations in
264264
[filetypes.lua](lua/debugprint/filetypes.lua).
265265

266+
## Known Limitations
267+
268+
* `debugprint` does not handle deleting reformatted debug lines where a
269+
formatter has split them across multiple lines. If you want to be able to easily
270+
delete your debug lines using `DeleteDebugPrints` or similar, don't format your
271+
file between inserting them and running this command. See [this
272+
issue](https://github.com/andrewferrier/debugprint.nvim/issues/119) for
273+
discussion on this.
274+
266275
## Feature Comparison with Similar Plugins
267276

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

0 commit comments

Comments
 (0)