summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix LANG setting in Makefile.doc. Remove extra indentation in messages.Kris Maglione2009-01-21
* Added some instructions to vimperator.vim.Ted Pavlic2009-01-21
* Make xpi the default liberator/Makefile target (rather than clean).Ted Pavlic2009-01-21
* Changed awk to $(AWK) in Makefile.doc.Ted Pavlic2009-01-21
* Polished Makefile.doc anD Makefile.common.Ted Pavlic2009-01-21
* Temporary fix for "Sanitize Makefile.doc" (1e4369cb40de23bd912bb7b5175c6cfae4...Ted Pavlic2009-01-21
* Three small Makefile.doc fixes.Ted Pavlic2009-01-21
* Sorry, stashed changes including:Kris Maglione2009-01-21
* Make [count]<C-n> behave as expected.Kris Maglione2009-01-21
* Cleanup last patchKris Maglione2009-01-20
* Fix erroneous info and add group names in styling.txtjanus_wel2009-01-20
* Minor copyedits.Ted Pavlic2009-01-20
* Fixed (:abbr """a b) so it stopped throwing E114 (like Vim).Ted Pavlic2009-01-20
* Linked insert.html to :help's introTed Pavlic2009-01-20
* Removed implicit numbering in map.txt; made numbering explicit.Ted Pavlic2009-01-20
* Make abbreviations expand on quotes as well as space.Ted Pavlic2009-01-20
* Fix OPTION_NOARG's completion.anekos2009-01-20
* added dpb to DonorsMartin Stubenschrott2009-01-19
* Fixed external editor on Linux, maybe broke it for some other system?Martin Stubenschrott2009-01-19
* Fixed zoom level messages (not opening MOW anymore on subsequent zi's)Martin Stubenschrott2009-01-19
* Allow extra args to be bassed to completion.addUrlCompleterKris Maglione2009-01-19
* Remove some erroneous entries from :help option-index (Janus Wel).Doug Kearns2009-01-19
* s/Itarator/Iterator/Kris Maglione2009-01-18
* Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberatorKris Maglione2009-01-18
|\
| * Fix "Command-line-mode" help tag name.Doug Kearns2009-01-19
| * Remove setting of 'syntax' in Asciidoc file modelines.Doug Kearns2009-01-19
| * Fix abbreviation tests (Luo Chunlei).Doug Kearns2009-01-19
| * Fix regressions#getSinglelineOutput() (Luo Chunlei).Doug Kearns2009-01-19
| * Mention accessibility.typeaheadfind.* in overridden-preferences help.Doug Kearns2009-01-19
* | Revert "Again removed explicit numbering in asciidoc help files."Kris Maglione2009-01-17
|/
* Merge branch 'master' into fixTailQuoteanekos2009-01-18
|\
| * Added "filetype=asciidoc" to help file modlines.Ted Pavlic2009-01-17
| * More command-line edits (now elsewhere in the source).Ted Pavlic2009-01-17
| * More "command-line edits" in prompts.Ted Pavlic2009-01-17
| * Revert "Fix typos in :highlight help."Ted Pavlic2009-01-17
| * Again removed explicit numbering in asciidoc help files.Ted Pavlic2009-01-17
* | Fix let-command's extraInfoanekos2009-01-18
|/
* Die on unclosed quoteKris Maglione2009-01-17
* Fix comment typo.Doug Kearns2009-01-17
* Add quick 'n' dirty completion.highlightGroup for :command-complete.Doug Kearns2009-01-17
* Fix typos in :highlight help.Doug Kearns2009-01-17
* Setup abbreviation behavior to be like an isk-less Vim.Ted Pavlic2009-01-17
* Fix ":abbr this'is'a'test" to return an error, like Vim.Ted Pavlic2009-01-16
* Change :abbr to parse its args.string itself.Ted Pavlic2009-01-16
* After some investigation, it appears like Vim only outlaws quotes in :abbr.Ted Pavlic2009-01-16
* Fix :abbr with no argument (in future, will be less push happy).Ted Pavlic2009-01-16
* Moved :abbr LHS non-word match to outside RHS check. Want to check LHS always...Ted Pavlic2009-01-16
* Make sure LHS of :abbr is is all word characters. E474 otherwise (mimic Vim).Ted Pavlic2009-01-16
* Change (\S+) to (\w+) in abbreviation matching so that "VIMP<space> expands (...Ted Pavlic2009-01-16
* Add THIS_LANG sanity check to Makefile.doc.Ted Pavlic2009-01-15