summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Blur focused element on return to NORMAL mode.Kris Maglione2008-12-21
* Remove @class='s' from default hinttagsKris Maglione2008-12-21
* Use the RegExp global function rather than calling the constructor.Doug Kearns2008-12-21
* Fix typo.anekos2008-12-21
* Fix argument name.anekos2008-12-21
* Fix status bar for help pages when fragment identifier present.Kris Maglione2008-12-21
* Fix some generally silly, stupid, and/or annoying help quirks.Kris Maglione2008-12-20
* Sorry, minor feature that's more of a bug fix: Options/commands/mappings in :...Kris Maglione2008-12-20
* Document some stuff in util.jsKris Maglione2008-12-20
* Unbreak :se! completion.Kris Maglione2008-12-20
* Add $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT, ~/.vimperator/info/{profile}.Kris Maglione2008-12-20
|\
| * Add 'const service'Kris Maglione2008-12-17
* | Fix onKeyPress errorKris Maglione2008-12-20
* | Tie storage observers to a weak reference of window so they're automatically ...Kris Maglione2008-12-20
* | Remove other uses of CompletionContextcompletion.jsgetKeyKris Maglione2008-12-20
* | Speed up file completion sorting, remove need for CompletionContextliberator....Kris Maglione2008-12-20
* | Speed up file completion a bit, with sorting off. Sort directories first, whi...Kris Maglione2008-12-20
* | Revert "add NEWS item about new option value quoting requirement"Kris Maglione2008-12-20
* | Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberatorKris Maglione2008-12-20
|\ \
| * | prefer let over var in Mappings, Modes, and OptionsDoug Kearns2008-12-21
| * | add NEWS item about new option value quoting requirementDoug Kearns2008-12-21
| * | remove unused variable in :set completerDoug Kearns2008-12-21
* | | Fix a thingKris Maglione2008-12-20
|/ /
* | Fix hint matchingKris Maglione2008-12-20
* | Fix commands.jsKris Maglione2008-12-20
* | fix some help typosDoug Kearns2008-12-20
* | Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberatorKris Maglione2008-12-19
|\ \
| * | add note about :hardcopy >filename not being available on Windows to helpDoug Kearns2008-12-20
* | | Document some more crap.Kris Maglione2008-12-19
|/ /
* | Remove ^Ms from sourced filesKris Maglione2008-12-19
* | Make io.system a bit less silly.Kris Maglione2008-12-19
* | Move 'system' arg of Styles methods to arg 0, and add completion functionsKris Maglione2008-12-19
* | Fix g<, sort-of. Fix some commandline.echo quirks, as well.Kris Maglione2008-12-19
* | Fix ;fKris Maglione2008-12-19
* | Make sure that the hint number is in the viewportKris Maglione2008-12-19
* | Document some more crap.Kris Maglione2008-12-19
* | Add completion for empty 'defsearch'Kris Maglione2008-12-19
* | Revert "Allow empty defsearch."Kris Maglione2008-12-19
* | Allow empty defsearch.Ted Pavlic2008-12-19
* | document :hardcopy >{filename}...since it was committedDoug Kearns2008-12-20
* | fix search highlighting when 'incsearch' is set - Algardas <algardas@gmail.com>Doug Kearns2008-12-20
* | fix transposed defaults in showmode and shell helpDoug Kearns2008-12-20
* | trivial refactoring of :emenu and :chdir actionsDoug Kearns2008-12-19
* | minor refactoring of :command actionDoug Kearns2008-12-19
* | minor refactoring of :dialog actionDoug Kearns2008-12-19
* | minor refactoring of "b" actionDoug Kearns2008-12-19
* | declare variable in getMenuItems#addChildren()Doug Kearns2008-12-19
* | remove some ancient cruftDoug Kearns2008-12-19
* | add missing semicolonsDoug Kearns2008-12-19
* | prefer let over var in HintsDoug Kearns2008-12-19