preservim / vim-textobj-quote

Use ‘curly’ quote characters in Vim
Other
123 stars 6 forks source link

Should be able to turn on/off "educate" interactively #41

Closed tomory closed 1 year ago

tomory commented 1 year ago

There should be a simple way to turn on and off the "educate" feature on the fly, interactively, globally or in the current buffer.

The documented let g:textobj#quote#educate=0 doesn't do it, which I take to be either a bug or not intended to work in an already-loaded buffer.

tomory commented 1 year ago

Retracting. This feature is already implemented as

:Educate :NoEducate :ToggleEducate

I don't know why I didn't see it the first several times I read the docs.