mhinz / vim-grepper

:space_invader: Helps you win at grep.
MIT License
1.22k stars 58 forks source link

'o' does not open the current context #237

Open jf opened 4 years ago

jf commented 4 years ago

I'm getting a E21: Cannot make changes, 'modifiable' is off error when I try using 'o' (from help:oopens the current context in the last window.)

UPDATE: actually sorry, it does, but my mistake was in thinking that this would work for the normal bottom window. Apparently this is only for the grepper side window (when enabled). My question now would be: is there any reason why we don't enable o from the normal bottom window?