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

1587 Commits

Author SHA1 Message Date
Kris Maglione 298d0ab294 Better option completion. 2008-10-02 22:08:58 +00:00
Kris Maglione 8100d941f8 Make :pageinfo extensible 2008-10-02 19:22:02 +00:00
Kris Maglione 9dd5f1612b Cleanup storage.jsm 2008-10-02 17:23:42 +00:00
Doug Kearns a6a77af604 quick fix for broken :pageinfo 2008-10-02 14:46:51 +00:00
Doug Kearns a5e9afe3da whitespace fixes 2008-10-02 13:39:36 +00:00
Doug Kearns 167ae9942d replace some $_ variables - identifiers starting with "$" are reserved 2008-10-02 13:33:21 +00:00
Doug Kearns d3c561dc8f change to our internal CWD before executing external commands 2008-10-02 10:59:20 +00:00
Doug Kearns ba94b70bf2 use 'CurWorkD' for the default value of the internal CWD 2008-10-02 10:53:34 +00:00
Kris Maglione 37e5b59db5 Likely unnecessary optimization. 2008-10-02 07:27:47 +00:00
Kris Maglione 23db634910 Which might account for stupid mistakes that I notice right after I commit. 2008-10-02 07:05:26 +00:00
Kris Maglione 9d370cfc89 I cant sleep. 2008-10-02 07:04:31 +00:00
Kris Maglione c37500251a Minor adjustment to last commit. 2008-10-02 06:48:53 +00:00
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