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.
this really just is a small commit which looks done right and satisfies
the need of a lot of people.
This reverts commit 969feba9355bdc148dc9403992facb314a30d1be.
This should have been discussed first, especially given the current feature
freeze. This could easily have been implemented as a plugin. Feel free to
re-commit to the dev branch *after* discussing it, though.
This reverts commit da2ab0f1abe0f110d71fbed5c10c165565f76100.
The implementation provides the same functionality as ;F while still
maintaining the Vimp2.0 style hints. There is definitely room for
refactoring here.
Fix#110 (;b and ;t don't respond to 'activate'. Behavior spec'd in
:help is unclear).
I've fixed the inverted ;b/;t behaviour (the bug), closed the ticket,
and added 'activate' support as a TODO.