Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-02 | Reintegrate personal library as autoload script | zlg | 2 | -16/+28 | |
Functions that I've built up over time were squirreled away in a separate file for a while, but they were subtly broken and some didn't work. All functions in the library should now work as expected, and are easy to integrate into other installations of Vim. | |||||
2020-05-02 | colors/zlg.vim: Remove Trailing group | zlg | 1 | -3/+0 | |
It wasn't applying correctly on files anyway. | |||||
2018-11-15 | add SetKeyMap function, export funcs to own file | zlg | 2 | -194/+278 | |
With this commit, I can toggle between Dvorak and QWERTY layouts with <Leader>q, making it much easier to edit text over the network. | |||||
2018-11-12 | Clean up function comments | zlg | 1 | -7/+11 | |
2018-11-12 | Add BufDiff() | zlg | 1 | -0/+47 | |