diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-02-09 03:22:06 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-02-09 03:41:44 +0000 |
| commit | 99d90e4b065ce98c7fd2d8cc91dcc6638c27b9ed (patch) | |
| tree | 0f7dab7ee0c9122febca55e874c5827520d2ad81 /Util | |
| parent | 37896: zshbuiltins: Document argv behaviour of 'source' without arguments (diff) | |
| download | zsh-99d90e4b065ce98c7fd2d8cc91dcc6638c27b9ed.tar zsh-99d90e4b065ce98c7fd2d8cc91dcc6638c27b9ed.tar.gz zsh-99d90e4b065ce98c7fd2d8cc91dcc6638c27b9ed.tar.bz2 zsh-99d90e4b065ce98c7fd2d8cc91dcc6638c27b9ed.tar.lz zsh-99d90e4b065ce98c7fd2d8cc91dcc6638c27b9ed.tar.xz zsh-99d90e4b065ce98c7fd2d8cc91dcc6638c27b9ed.tar.zst zsh-99d90e4b065ce98c7fd2d8cc91dcc6638c27b9ed.zip | |
37922: zyodl.vim: Add alternative installation instructions.
Diffstat (limited to 'Util')
| -rw-r--r-- | Util/zyodl.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Util/zyodl.vim b/Util/zyodl.vim index b67bfa54e..d0d3cf54f 100644 --- a/Util/zyodl.vim +++ b/Util/zyodl.vim @@ -10,6 +10,8 @@ " 2. Create ~/.vim/filetype.vim as explained in ":help new-filetype" case C. " 3. Add the following command to ~/.vim/filetype.vim: " autocmd BufRead,BufNewFile **/Doc/Zsh/*.yo setfiletype zyodl +" Or alternatively: +" 1. Append the contents of Doc/Zsh/.vimrc to your .vimrc, changing «<sfile>» to «%». "" Test case: " texinode()()()() |
