summaryrefslogtreecommitdiff
path: root/common/content/autocommands.js
Commit message (Expand)AuthorAge
* 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
* Major documentation updates and formatting fixes, and many, many other change...Kris Maglione2010-09-17
* Don't use the word eval for fear that it may break "use strict" mode later.Kris Maglione2010-09-17
* Precompute completion string matching function.Kris Maglione2010-09-17
* Merge testing.Kris Maglione2010-08-31
* Prepare for merge with testing branch.Kris Maglione2010-08-28
* Use Object.keys/getOwnPropertyNames (and provide them if they don't exist).Kris Maglione2010-08-28
* Lots of rangefinder and Gecko 2 tabbing fixes.Kris Maglione2010-08-28
* imported patch dactylifyKris Maglione2010-08-28
* Merge.Kris Maglione2010-08-26
|\
| * Smart :autocmd completeranekos2009-11-23
* | Replace 'focuscontent' with 'strictfocus'.Kris Maglione2010-08-26
* | Use JS5's strict mode. But, alas! it outlaws octal! Oh the inanity...Kris Maglione2010-08-15
* | Finish adding missing copyright notices.Kris Maglione2009-12-01
|/
* Add 'javascript' module. Misc fixes along the way.Kris Maglione2009-11-15
* Remove some redundant uses of "new".Doug Kearns2009-11-14
* Formatting fixes.Doug Kearns2009-11-14
* Get rid of absurd strict JS warnings.Kris Maglione2009-11-14
* Make Option.validateCompleter the default validator: look out for minor break...Kris Maglione2009-11-13
* Fix autocommands.Doug Kearns2009-11-14
* Formatting fixes.Doug Kearns2009-11-14
* Get rid of some selfsKris Maglione2009-11-10
* Fix a wrong reference.anekos2009-11-10
* Refactor modules.config.Kris Maglione2009-11-09
* Recfactoring:Kris Maglione2009-11-08