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
While an indentexpr is allowed to move the cursor while calculating a
line's indent, doing so makes GetClojureIndent() unusable as a library
function. Paredit.vim, for instance, makes use of this function.
Closes #49
* no-cursor-move-during-indentexpr:
Eliminate cursor side-effect in GetClojureIndent().
Fix GetClojureIndent() undesireable cursor move.
0 commit comments