mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 21:35:45 +01:00
At the moment, only "syntax=asciidoc" was specified. The asciidoc_filetype.vim that is distributed with Asciidoc gives the installer two options -- to either associate every *.txt file with asciidoc or to try to decipher whether or not the file is an asciidoc using the first 50 lines. So it's not given that a developer will open the *.txt files with ft=asciidoc, and so it's helpful to have it explicitly in the modeline.
23 lines
721 B
Plaintext
23 lines
721 B
Plaintext
HEADER
|
|
|
|
|message-history| +
|
|
|
|
Vimperator stores all info and error messages in a message history. The type of
|
|
info messages output can be controlled by the 'verbose' option.
|
|
|
|
|:mes| |:messages| +
|
|
||:mes[sages]||
|
|
________________________________________________________________________________
|
|
Display previously given messages.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|g<| +
|
|
||g<||
|
|
________________________________________________________________________________
|
|
Redisplay the last command output. Only the most recent command's output is
|
|
available.
|
|
________________________________________________________________________________
|
|
|
|
// vim: set syntax=asciidoc filetype=asciidoc:
|