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
{{ message }}
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.
An idea: if vim's version is < 7.4, we could pre-process the tutorials using BufPreCmd so the links are cleaner (although with less features). This way,
press [the «x» key](x) to delete the character under the cursor
would become
press [x] to delete the character under the cursor.
(I would have to implement a method to follow that kind of link though).
I'm not sure how this method could work for the expect clauses. Perhaps I could hide them through
After the fix in #3 the tutorial screen didn't look nice to me, so I upgraded my vim from 7.3 to 7.4.
As you can see, it looks different in both versions.
Vim 7.3:
Vim 7.4:
It's not a blocking issue for me since it works well in 7.4. But I thought you may want to know.
The text was updated successfully, but these errors were encountered: