On 2021-11-18, Bram Moolenaar wrote: > Patch 8.2.3615 > Problem: When re-formatting with an indent expression the first line of a > paragraph may get the wrong indent. (Martin F. Krafft) > Solution: Apply the correct indenting function for the first line. > (Christian Brabandt, closes #9150, closes #9056) > Files: src/textformat.c, src/testdir/test_indent.vim
This new behavior is a bug. It has made vim less useful. When I want to format, I want to format. When I want to indent, I want to indent. I don't want formatting, e.g., gq, to also indent. I frequently have text that I have manually indented to my liking, and I then want to format it so that the lines are properly wrapped. I want those lines wrapped according to the current indentation, not the current indentation rules. If I want it indented according to the current indentation rules, I will indent it with = first. Please fix this. Regards, Gary -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20211205195133.GD13906%40phoenix.
