1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-05-10 12:32:58 +02:00
Commit Graph

770 Commits

Author SHA1 Message Date
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
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 26315eb1ec add 'runtimepath' 2008-09-22 12:45:31 +00:00
Doug Kearns 8a39fbcb46 minor refactoring of :mkv's filename generation 2008-09-22 11:22:32 +00:00
Doug Kearns 7c2825c577 remove broken <LeftMouse> in more-prompt action - needs reimplementing 2008-09-21 14:16:20 +00:00
Doug Kearns d05a33b0bd fix Bug#: 19949 - file:// URL loading is broken 2008-09-21 12:48:51 +00:00
Doug Kearns 73599a1286 comment out unused variable in :write command action 2008-09-21 11:14:29 +00:00
Doug Kearns 0d35d7c67d whitespace fixes 2008-09-21 11:12:32 +00:00
Doug Kearns ef65a76c3d add 'wildoptions' completion 2008-09-20 15:04:15 +00:00
Doug Kearns 93a7be637b add FIXME comment regarding using the "TmpD" special file for the temp
directory in io.createTempFile
2008-09-20 13:00:25 +00:00
Doug Kearns e8b5751c1f fix filename path construction in io.createTempFile and try TMPDIR as a
possible location for the temp file
2008-09-20 12:51:19 +00:00
Daniel Bainton ef1c96ae03 Fix io.createTempFile (now for real) 2008-09-19 13:28:04 +00:00
Daniel Bainton 97f9fa4132 Fix io.createTempFile 2008-09-19 11:19:32 +00:00
Daniel Bainton 8d547de417 Make :buffer completion work with the tab numbers too 2008-09-19 10:33:12 +00:00
Doug Kearns 2e53dba205 rename io.directorySeperator to directorSeparator 2008-09-19 07:05:16 +00:00
Martin Stubenschrott 552818e6bc fixed completions for things like wildmode=list:longest,full 2008-09-18 20:09:02 +00:00
Doug Kearns c0ebd0be4d minor refactoring of Map#hasName 2008-09-18 14:26:12 +00:00
Doug Kearns da4f0ae375 minor refactoring of Map constructor 2008-09-18 14:23:58 +00:00
Kris Maglione d8741b5140 *** empty log message *** 2008-09-18 14:10:02 +00:00
Doug Kearns 7532d5b50b round mark page positions in log messages 2008-09-18 13:44:32 +00:00
Doug Kearns 22a0a6b9db fix broken logging of mark actions regression 2008-09-18 13:21:55 +00:00
Doug Kearns bebb516d82 fix broken local/URL mark jumping regression 2008-09-18 13:03:05 +00:00
Doug Kearns 314fba44aa fix broken :set! regression 2008-09-18 12:50:39 +00:00
Doug Kearns 23492c82e7 add missing semicolons 2008-09-18 12:23:38 +00:00
Doug Kearns e64a7397df use let when declaring loop variables 2008-09-18 12:07:10 +00:00