Cleaning
Open
gregf
- Dominant language
- Vim Script
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Just a list of things that need to be done to clean the code up.
- All Functions, and Arguments should be local to the script. Use s:, a:
- Look for places we can be using b: instead of g:
- Look up vim script best practices & be sure we are using them.
- Fix up horrible function and variable names.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.