I never really understood why in vim you set an option with “:set <option>”, but you can’t view the same option setting with “:get <option>”.
Anyway, “:echo &<option>” should do the trick.
Advertisement
I never really understood why in vim you set an option with “:set <option>”, but you can’t view the same option setting with “:get <option>”.
Anyway, “:echo &<option>” should do the trick.