diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-07-11 09:18:20 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-07-13 23:22:19 +0000 |
commit | ca2ab5e446bcf40e18de4390ee1b47c8295b5728 (patch) | |
tree | 660a723a9ae314d877ad32c5970d6c257a3ad1a8 /ChangeLog | |
parent | 35ffe36318955d03fca3df0d34a0997970cfc6a3 (diff) | |
download | zsh-ca2ab5e446bcf40e18de4390ee1b47c8295b5728.tar.gz zsh-ca2ab5e446bcf40e18de4390ee1b47c8295b5728.tar.xz zsh-ca2ab5e446bcf40e18de4390ee1b47c8295b5728.zip |
35775: New zsh-specific yodl vim syntax highlighting.
To try this, see the instructions at the top of Util/zyodl.vim (in the comment). * Util/zyodl.vim: New syntax highlighting file. * Doc/Zsh/.vimrc: New file, hooks up zyodl.vim for automatic loading. * Etc/zsh-development-guide: Namedrop zyodl.vim for discoverability.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 38d64d458..4eefc62a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-07-13 Daniel Shahaf <d.s@daniel.shahaf.name> + * 35775: Doc/Zsh/.vimrc Etc/zsh-development-guide Util/zyodl.vim: + New zsh-specific yodl vim syntax highlighting. + +2015-07-13 Daniel Shahaf <d.s@daniel.shahaf.name> + * 35769: Functions/Zle/edit-command-line: edit-command-line: Go to the right byte offset |