| Commit message (Expand) | Author | Age |
* | Fix typo in i_<Insert> definition. | Doug Kearns | 2009-09-16 |
* | fix whitespace from last commit | Martin Stubenschrott | 2009-09-11 |
* | disallow editing of password fields | Martin Stubenschrott | 2009-09-11 |
* | Remove redundant semicolons. | Doug Kearns | 2009-09-04 |
* | Formatting fixes. | Doug Kearns | 2009-08-27 |
* | Cleanup some references to "Firefox" in common/*. | Doug Kearns | 2009-06-28 |
* | Split Map.flags into individual properties of Map. | Doug Kearns | 2009-06-28 |
* | Move the standard type completers to appropriate modules. | Doug Kearns | 2009-06-18 |
* | Change multiline beep guard clauses to single line formatting. | Doug Kearns | 2009-06-04 |
* | Add missing semicolons. | Doug Kearns | 2009-06-02 |
* | Change multiline error message guard clauses to single line formatting. | Doug Kearns | 2009-05-22 |
* | Add some API documentation for Options and others. | Doug Kearns | 2009-05-22 |
* | Fix conditional in editor.executeCommandWithMotion. | Doug Kearns | 2009-05-15 |
* | Add 'fileencoding' | Kris Maglione | 2009-05-01 |
* | Fix #247 | Kris Maglione | 2009-04-22 |
* | changed my email address | Martin Stubenschrott | 2009-03-28 |
* | Fix bug #93 the hacky way, thanks to Conrad Irwin for the patch. | Daniel Bainton | 2009-03-15 |
* | Fix editor#pasteClipboard on Windows. | Doug Kearns | 2009-03-13 |
* | Revert "Replace use of editor.pasteClipboard with executeCommand("cmd_paste")." | Daniel Bainton | 2009-03-08 |
* | Replace use of editor.pasteClipboard with executeCommand("cmd_paste"). | Doug Kearns | 2009-03-09 |
* | Escaping the error. | anekos | 2009-02-23 |
* | Sorry, stashed changes including: | Kris Maglione | 2009-01-21 |
* | Fixed (:abbr """a b) so it stopped throwing E114 (like Vim). | Ted Pavlic | 2009-01-20 |
* | Setup abbreviation behavior to be like an isk-less Vim. | Ted Pavlic | 2009-01-17 |
* | Fix ":abbr this'is'a'test" to return an error, like Vim. | Ted Pavlic | 2009-01-16 |
* | Change :abbr to parse its args.string itself. | Ted Pavlic | 2009-01-16 |
* | After some investigation, it appears like Vim only outlaws quotes in :abbr. | Ted Pavlic | 2009-01-16 |
* | Fix :abbr with no argument (in future, will be less push happy). | Ted Pavlic | 2009-01-16 |
* | Moved :abbr LHS non-word match to outside RHS check. Want to check LHS always... | Ted Pavlic | 2009-01-16 |
* | Make sure LHS of :abbr is is all word characters. E474 otherwise (mimic Vim). | Ted Pavlic | 2009-01-16 |
* | Change (\S+) to (\w+) in abbreviation matching so that "VIMP<space> expands (... | Ted Pavlic | 2009-01-16 |
* | Small fixes for recent commits. | Kris Maglione | 2009-01-15 |
* | Refactor editor.removeAllAbbreviations. | Doug Kearns | 2009-01-15 |
* | Three small changes (copyright, template.js copyright, and tildetidy target) | Ted Pavlic | 2009-01-12 |
* | Update copyrights for 2009. | Ted Pavlic | 2009-01-11 |
* | Fixed v exiting visual mode, thanks Xie&Tian | Martin Stubenschrott | 2009-01-06 |
* | Add some source documentation for AutoCommands. | Doug Kearns | 2009-01-02 |
* | expand a path of editor option when open external editor | teramako | 2009-01-01 |
* | Add some more rough source documentation. | Doug Kearns | 2009-01-01 |
* | Normalise element related temporary variable names (elt -> elem). | Doug Kearns | 2008-12-31 |
* | Document some more crap. | Kris Maglione | 2008-12-19 |
* | add missing semicolons | Doug Kearns | 2008-12-19 |
* | Use io.withTempFiles in editFieldExternally | Kris Maglione | 2008-12-17 |
* | Cc/Ci/Cr/Cu | Kris Maglione | 2008-12-16 |
* | prefer let over var in Editor | Doug Kearns | 2008-12-13 |
* | add abbreviation completion | Doug Kearns | 2008-12-13 |
* | allow for partial match filtering in :abbreviation list commands | Doug Kearns | 2008-12-12 |
* | echo a msg, not an err, from :abbrev when there are no abbreviations | Doug Kearns | 2008-12-12 |
* | use argCount: "1" with :*unabbrev commands | Doug Kearns | 2008-12-10 |
* | simplified selection controller usage | Martin Stubenschrott | 2008-12-08 |