tpope / vim-projectionist

projectionist.vim: Granular project configuration
https://www.vim.org/scripts/script.php?script_id=4989
1.06k stars 67 forks source link

Make Console accept <mods> #176

Closed jiz4oh closed 1 year ago

jiz4oh commented 1 year ago

Hi @tpope, I have realized the Console command, and found it have a little difference behavior with Start. It does not accept , this pr fix that

tpope commented 1 year ago

I've redone this to support Vim 7.4. (We're at a point where 7.4 support could probably be dropped, but I will be holding off on that until after a stable release.)

Note my currently thinking is that :Console should probably be deprecated in favor of just putting the REPL command on :Start. My old thinking of reserving :Start for commands like rails server didn't really take into account that most projects don't have one clear "server" command.

jiz4oh commented 1 year ago

Thanks tpope 😃