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
Since the BufRead event happens before modelines are processed, lastplace cannot tell when the cursor will be inside a fold. It sounds from :help BufRead that BufWinEnter would be the right place for this functionality.
Since the
BufReadevent happens before modelines are processed, lastplace cannot tell when the cursor will be inside a fold. It sounds from:help BufReadthatBufWinEnterwould be the right place for this functionality.