Teemu Matilainen wrote the following on 07.10.2011 17:21 > Hi, > > Would it be possible to get the gitolite configuration file syntax > highlight included in Vim? > Gitolite is an increasingly popular git repository hosting system: > https://github.com/sitaramc/gitolite > > The syntax and ftdetect files can be found attached and also from: > http://www.vim.org/scripts/script.php?script_id=2900 > > Cheers, > - Teemu >
excuse my ignorance, but this is buggy ,----[ sent patch ]------------------------- autocmd BufNewFile,BufRead gitolite.conf,*/gitolite-admin/conf/* set filetype=gitolite `--------------------------------------------- please use setl instead. :h :setl for reference. Thank you. -- bye Thilo 4096R/0xC70B1A8F 721B 1BA0 095C 1ABA 3FC6 7C18 89A4 A2A0 C70B 1A8F -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
