1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-25 12:31:24 +02:00
Commit Graph

1575 Commits

Author SHA1 Message Date
Kris Maglione 76b6c530b1 Frob some fnords. 2008-10-02 06:42:42 +00:00
Doug Kearns 0a905986d9 add DOMLoad autocmd event 2008-10-02 06:40:24 +00:00
Doug Kearns 55ee4e59bf fix :cd to bypass 'cdpath' for absolute pathnames on Windows 2008-10-02 06:15:38 +00:00
Doug Kearns 7c9c7f0f63 add global flag to escapeQuotes() in io.system 2008-10-02 05:43:25 +00:00
Doug Kearns 48885a5f1a add filename completion to :mkvimperatorrc 2008-10-02 04:52:09 +00:00
Kris Maglione b7267adb21 Remove spurious code. 2008-10-01 17:50:00 +00:00
Kris Maglione 511162bd82 Fix spacing in :bmarks. 2008-10-01 14:13:37 +00:00
Kris Maglione 51c2ca313d Minor cleanup. 2008-10-01 13:57:34 +00:00
Kris Maglione fa7a2f738c Fix some brokenness. 2008-10-01 13:45:08 +00:00
Kris Maglione 4f717c5263 Fix another typo in storage.jsm 2008-10-01 13:31:57 +00:00
Doug Kearns bb69773317 remove cruft accidentally committed in last changeset 2008-10-01 08:19:31 +00:00
Doug Kearns 5b17f32ac5 fix :marks position columns output 2008-10-01 07:17:46 +00:00
Kris Maglione cc27911a60 More, more, more of the same. 2008-10-01 04:21:01 +00:00
Doug Kearns bda94a3421 whitespace fixes 2008-10-01 04:14:36 +00:00
Doug Kearns 75970bee04 use nsIDirectoryService to find the tmp directory 2008-10-01 04:10:39 +00:00
Kris Maglione 4014da43e1 More of the same. 2008-10-01 03:22:46 +00:00
Kris Maglione 75ac81eb5c More of the same. 2008-10-01 00:25:46 +00:00
Kris Maglione 1cf325a539 Refactor HTML generation to use E4X. Could use some refactoring. 2008-09-30 23:37:33 +00:00
Kris Maglione 2a9ad9a18b Fix typo in storage.jsm. 2008-09-30 21:17:59 +00:00
Doug Kearns f1b40dd6ec improve error messages given when sourcing files 2008-09-30 12:27:16 +00:00
Doug Kearns fce599268e revert use of DOMContentLoaded until the ramifications for macros is better
understood, although these seem to fail with load too
2008-09-29 16:17:08 +00:00
Doug Kearns 1cb78570f2 use DOMContentLoaded rather than load for the page-load handler 2008-09-29 13:45:33 +00:00
Doug Kearns ce3cc55944 make sure all calls to command actions use sensible defaults 2008-09-29 09:40:52 +00:00
Doug Kearns 0653ae1473 move PageLoad autocmd event triggering to the end of onPageLoad() 2008-09-29 09:36:02 +00:00
Doug Kearns ddf4b9293f fix completion list stalling (anekos) 2008-09-29 06:52:27 +00:00
Doug Kearns c076c8be0f fix some arg redeclarations 2008-09-28 12:51:53 +00:00
Doug Kearns dfb86f7471 update :messages TODO comment 2008-09-28 12:13:21 +00:00
Doug Kearns 3bf80a0bdd fix :source error message 2008-09-28 12:10:54 +00:00
Doug Kearns da752c8907 simplify messages list generation in :messages 2008-09-28 11:51:25 +00:00
Doug Kearns 6f6922f035 add some missing semicolons and remove some trailing commas 2008-09-28 11:38:51 +00:00
Doug Kearns fa1765465e the ":" prompt should default to using the NORMAL highlight group 2008-09-28 06:21:28 +00:00
Doug Kearns 1880c96374 add some more autocmd messages 2008-09-27 14:03:39 +00:00
Doug Kearns f22640fac2 output an error message if :source is called without an argument 2008-09-27 13:22:05 +00:00
Doug Kearns 675ae16f24 add rough initial implementations of :message, g< (gm for now) and 'messages' 2008-09-27 12:33:23 +00:00
Doug Kearns 8154f7b5fa remove some unnecessary parentheses from bookmarks.getSearchEngines 2008-09-27 12:27:43 +00:00
Doug Kearns 6eea753fa1 add :set validation and completion for 'eventignore' and 'suggestengines' 2008-09-26 05:29:17 +00:00
Doug Kearns 75d56ccd5d validate 'history' values 2008-09-26 00:29:34 +00:00
Daniel Bainton 2500a9ff91 Remove double entry of :help :bmark 2008-09-25 06:59:36 +00:00
Doug Kearns 233c7b4907 add TODO comment regarding future move from 'hlss' to Search highlight group 2008-09-24 10:58:37 +00:00
Doug Kearns 7d77e5bddd rename the hl-Warning CSS class to hl-WarningMsg as per Vim 2008-09-24 10:53:28 +00:00
Doug Kearns f478f57c57 use lambda notation for setter and getter definitions where appropriate 2008-09-24 06:03:42 +00:00
Doug Kearns 804b1fd62f add a default string for the RHS of programmatically defined user mappings in
:map list output
2008-09-24 06:00:56 +00:00
Martin Stubenschrott a7c7719c25 [muttator] fixed composer loading 2008-09-23 22:05:58 +00:00
Doug Kearns 23086014e2 replace tabs with spaces 2008-09-23 12:53:14 +00:00
Doug Kearns 851d8d8383 use 'lambda' notation where appropriate 2008-09-23 10:06:04 +00:00
Doug Kearns 1d139b05e8 add :runtime command 2008-09-23 03:09:38 +00:00
Doug Kearns ed327496ff minor refactoring of io.system() - add escapeQuotes() 2008-09-23 02:40:12 +00:00
Martin Stubenschrott 398f93f5e1 changed setCharPref to allow localized strings 2008-09-23 01:24:05 +00:00
Doug Kearns 517faefc47 add 'runtimepath' to index.txt 2008-09-22 14:59:24 +00:00
Doug Kearns 26315eb1ec add 'runtimepath' 2008-09-22 12:45:31 +00:00