Vim - slimv : close-parenthesis position upon pressing enter
问题 I'm a vim user trying to learn common lisp. I run gvim on windows. I am trying to follow the slimv tutorial given here: http://kovisoft.bitbucket.org/tutorial.html My question:suppose you type the following and press enter after :morse (the vertical bar denotes the cursor position) (defpackage :morse|) I get the following result (again the vertical bar '|' denotes the cursor position): (defpackage :morse | ) Whereas I want the following result: (defpackage :morse |) so that I can continue to