More Expressions
When I previously wrote about Counting and Calculating with Vim I mentioned the use of the expression register for inserting the results of calculations: when in Insert mode, press CTRL-R =
then type an expression. Expressions can do a lot more than simple mathematical calculations -- this article…