https://github.com/sandipb/vimscript-workbook
Exercises to understand vimscript syntax
https://github.com/sandipb/vimscript-workbook
vim vimscript
Last synced: about 1 year ago
JSON representation
Exercises to understand vimscript syntax
- Host: GitHub
- URL: https://github.com/sandipb/vimscript-workbook
- Owner: sandipb
- License: mit
- Created: 2019-12-22T11:43:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T11:55:31.000Z (over 6 years ago)
- Last Synced: 2025-03-02T16:04:50.636Z (about 1 year ago)
- Topics: vim, vimscript
- Language: Vim script
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
VIMSCRIPT WORKBOOK
==================
I am going through the wonderful [Learn Vimscript the Hard Way] to learn
vimscript. To remember my way through it, I thought of jotting down examples as
a way of taking notes from the book.
[Learn Vimscript the Hard Way]: http://learnvimscriptthehardway.stevelosh.com/