mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 02:26:30 +00:00
Problem: "\%1l^#.*" does not match on a line starting with "#".
Solution: Do not clear the start-of-line flag. (Christian Brabandt)
7c29f38781
Helped-by: jamessan
Helped-by: mhinz