summaryrefslogtreecommitdiff
path: root/common/content/autocommands.js
Commit message (Expand)AuthorAge
* Push location stack on //?/n/N/[/].Kris Maglione2011-08-11
* Keep browser from exploding on <C-i> in Command Line mode.Kris Maglione2011-08-08
* Use [foo] instead of foo[] consistently in source doc type annotations.Štěpán Němec2011-07-22
* Add group filtering to :command and :autocommand listings.Doug Kearns2011-07-21
* Fix error dispatching fullscreen autocmd again.Kris Maglione2011-03-10
* Fix an autocmd message key typo.Doug Kearns2011-02-26
* Move some messages to properties file. Local and modules directories still to...Kris Maglione2011-02-25
* Fix autocommand bug.Kris Maglione2011-02-24
* Fix bug in autocommands.Kris Maglione2011-02-24
* Fix a silly error in modes.set.Kris Maglione2011-02-23
* Hack to get rid of error on switching to/from fullscreen.Kris Maglione2011-02-14
* Fix :au grouping bug.Kris Maglione2011-02-12
* Fix :au listing. Yay tests.Kris Maglione2011-02-11
* Experimentally move contexts.js to contexts.jsm.Kris Maglione2011-02-10
* Also add events groups for the use of plugins.Kris Maglione2011-02-06
* Also groupify commands. Usage examples are in official plugins.Kris Maglione2011-02-06
* Adjust some API names to make things more consistent and less confusing.Kris Maglione2011-02-06
* More groups work, including -args flag and proper serialization.Kris Maglione2011-02-06
* Make :rehash|echomsg "foo" work as expected.Kris Maglione2011-02-05
* Highlighting and stuff.Kris Maglione2011-02-05
* Also group :autocmds.Kris Maglione2011-02-05
* imported patch groupsKris Maglione2011-02-05
* Reset progress indicator on location change.Kris Maglione2011-02-04
* Update copyright headers.Kris Maglione2011-01-23
* Fix quoting issues in :au.Kris Maglione2011-01-18
* Make buffer.URL a string again. Use buffer.uri and buffer.documentURI interna...Kris Maglione2011-01-16
* Fix zoom level display for fractional percentages.Kris Maglione2011-01-14
* Make buffer.UR[LI] nsIURI objects. Fix bug in chrome-data:.Kris Maglione2011-01-03
* Allow multiple patterns for :autocommands.Kris Maglione2011-01-02
* Allow using heredocs with :abbr/:au/:com/:map.Kris Maglione2010-12-30
* Merge changes from bootstrapped.Kris Maglione2010-12-25
* Pass proper objects to -js autocommands rather than stringified imitations.Kris Maglione2010-12-17
* Rename util.(escapeRegexp|regexpSource) to util.regexp.(escape|getSource).Kris Maglione2010-12-15
* Provide util.regexpSource to avoid escaping slash when not necessary.Štěpán Němec2010-12-06
* Typos and whitespace fixes.Štěpán Němec2010-12-06
* Typo fixes.Doug Kearns2010-10-23
* Normalise regex -> regexp.Doug Kearns2010-10-22
* Replace use of <b>arg</b> in API docs with *arg*.Doug Kearns2010-10-21
* Employ dactyl.assert where appropriate in Melodactyl.Doug Kearns2010-10-21
* Don't show the "all" item in the sanitize dialog.Kris Maglione2010-10-14
* Make "all" toggle other items in "activate", "eventignore", "newtab", and "sa...Kris Maglione2010-10-12
* Allow things like :com! foo\n \ echo 1\n \ echo 2Kris Maglione2010-10-11
* Preserve file/line information with saved ex commands (:au, :com, :map -ex).Kris Maglione2010-10-05
* Allow negating the regular expression in :autocmd.Kris Maglione2010-10-04
* Take focus from elements when they collapse. Small naming fix for Doug's sake...Kris Maglione2010-10-03
* Fix :macros.Kris Maglione2010-09-30
* Camel-case array#{iteritems,itervalues}.Doug Kearns2010-09-26
* Whitespace fixes.Doug Kearns2010-09-24
* Camel-case some identifiers gone rogue.Doug Kearns2010-09-23
* Add missing semicolons.Doug Kearns2010-09-22