mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 22:35:47 +01:00
Added some instructions to vimperator.vim.
Files like vimperator.vim, javascript.vim, and vimperatorrc.example might fit better in a "contrib" directory. It's not clear whether there should be vimperator/contrib and muttator/contrib directories or a single liberator/contrib directory. The Makefile.common doesn't include these files in the bundle, and so it doesn't seem like a bad idea to package them in a single liberator/contrib directory with a CONTENTS or README file giving a ToC for the directory.
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
" Language: VIMperator configuration file
|
" Language: VIMperator configuration file
|
||||||
" Maintainer: Doug Kearns <dougkearns@gmail.com>
|
" Maintainer: Doug Kearns <dougkearns@gmail.com>
|
||||||
" Last Change: 2008 Dec 31
|
" Last Change: 2008 Dec 31
|
||||||
|
"
|
||||||
|
" To use this file, copy it to ~/.vim/syntax/vimperator.vim and create
|
||||||
|
" ~/.vim/ftdetect/vimperator.vim with contents like:
|
||||||
|
"
|
||||||
|
" au BufNewFile,BufRead *.vimp setl filetype=vimperator
|
||||||
|
" au BufNewFile,BufRead */{.,_}{vimperator,muttator}rc setl filetype=vimperator
|
||||||
|
|
||||||
if exists("b:current_syntax")
|
if exists("b:current_syntax")
|
||||||
finish
|
finish
|
||||||
|
|||||||
Reference in New Issue
Block a user