summaryrefslogtreecommitdiff
path: root/common/content/mappings.js
Commit message (Collapse)AuthorAge
* Remove some config.name checks. Add configbase module.Kris Maglione2009-05-23
|
* Fix things like ":map :", ":map +", but not things like ":map <Plus>". Ideas?Kris Maglione2009-05-22
|
* Store canonical names for all bound keys.Kris Maglione2009-05-22
|
* Make :undo a bit saner. Add TODO about config.name checks.Kris Maglione2009-05-22
|
* Change multiline error message guard clauses to single line formatting.Doug Kearns2009-05-22
| | | | | Also apply similar formattng fixes to conditional blocks as per standard.
* Add some API documentation for Options and others.Doug Kearns2009-05-22
|
* Remove some silly argument guard clauses.Doug Kearns2009-05-15
| | | | | | | Removed from Command(), Mapping() and Option(). Throw an exception if you care enough to check but we don't do so anywhere else.
* Add some rough documentation for Mappings.Doug Kearns2009-05-15
| | | | Someone should really add some polished documentation.
* Some esthetic and practical changes to modes and a couple of completion ↵Kris Maglione2009-05-05
| | | | functions.
* Merge branch 'master' into xulmusDoug Kearns2009-03-29
|\ | | | | | | | | Conflicts: License.txt
| * changed my email addressMartin Stubenschrott2009-03-28
| |
* | Add Player mode :pmap commands.Doug Kearns2009-03-25
|/
* Three small changes (copyright, template.js copyright, and tildetidy target)Ted Pavlic2009-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | a.) Cleaned up copyright language to match conventions. (I used the memoir document class documentation as a reference, but these conventions are common throughout publishing) * The (c) symbol has no legal meaning. Only the word "Copyright" and an encircled lowercase c are appropriate. So the word "Copyright" was placed before each (c). * Each (C) was changed to (c). * Kris uses the correct symbols in copyright notices, but those symbols can be problematic in terminal-mode editors. Added the word "Copyright" as well. * Replaced colons/spaces after years with the word "by." b.) Added a copyright notice to common/content/template.js. It was missing one entirely. Please correct if it doesn't need one or if the copyright isn't held by Martin. c.) Also added a "tildetidy" target to Makefile common that includes a version of the find line from the existing "clean" target (however, this version uses "rm -fv" instead of "rm -f").
* Update copyrights for 2009.Ted Pavlic2009-01-11
|
* Add some more rough source documentation.Doug Kearns2009-01-01
|
* prefer let over var in Mappings, Modes, and OptionsDoug Kearns2008-12-21
|
* Document some more crap.Kris Maglione2008-12-19
|
* brace formatting fixesDoug Kearns2008-12-19
|
* replace some echo() calls with echomsg()Doug Kearns2008-12-12
|
* No mapping foundKris Maglione2008-12-05
|
* Rename liberator/ to common/Daniel Bainton2008-12-04