nakagami / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Substitute in ex mode #9

Closed nakagami closed 2 months ago

nakagami commented 3 months ago

https://github.com/prompt-toolkit/pyvim/issues/109

nakagami commented 2 months ago

Actually, the substitution was working. https://github.com/prompt-toolkit/pyvim/pull/130 It's great.

Now I want to be able to specify $ (last line) and the mark position instead of the line number.

fix grammar.py too https://github.com/nakagami/pyvim/blob/master/pyvim/commands/grammar.py