You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, it's tough to come up with simple examples that don't require a lot of outside knowledge. If you can think of a good standalone example here let me know.
One possible example would be a command to increase textwidth by 15% or something similar.
:let &textwidth= &textwidth*115 / 100
That couldn't really be accomplished using :set (well there's ^= but that doesn't seem to work with a float.) Just a suggestion... Thanks for the excellent guide!!!
Chapter 19:
But in this case we can also do exactly the same thing with set:
Vim displays "textwidth=110".
The text was updated successfully, but these errors were encountered: