Gauref is a Vim script to look up a reference manual of Gauche.
Version: 0.1Gauref is a Vim script to look up a reference manual of Gauche. Gauref provides interfaces to look up a keyword in a reference manual of Gauche which is an R5RS Scheme implementation.
License: GPL
Operating System: Linux
Homepage: www.vim.org
Developed by:
You can look up a keyword:
1. command-line with completion.
2. under the cursor in Normal mode.
3. selected in Visual mode.
In the buffer of reference manual, folds for every section/entry are created and closed by default. You can open a closed fold by looking it up.
gauche-refe.txt and gauche-refj.txt are Gauche reference manuals of English and Japanese version which are converted texi files inluded Gauche package.
Requirements:
· Vim
INSTALLATION:
- Drop this file in your plugin directory.
- Drop gauche-refe.txt in ~/.vim/. You can change location by g:gauref_file option. (To see japanese manual, use gauche-refj.txt)
USAGE:
You can look up keywords by command/mapping.
Command:
:Gauref {keyword} looks up {keyword}. You can use command-line completion.
Mapping:
"K" looks up the keyword under the cursor in Normal mode, or selected keyword in Visual mode.
If there is more than one entry with the same name, you can jump to next entry by using "K" on the keyword.
Options:
g:gauref_file:
The file name of Gauche reference manual.
g:gauref_key_lookup:
The key which is mapped to look up the keyword under the cursor or
selected.