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

5203 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
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
Doug Kearns 8a39fbcb46 minor refactoring of :mkv's filename generation 2008-09-22 11:22:32 +00:00
Doug Kearns 5d962a5231 remove wildoptions=auto TODO item as it is implemented 2008-09-22 10:43:49 +00:00
Doug Kearns c2b25337b6 fix typo in Hints section of the tutorial help page 2008-09-22 05:55:10 +00:00
Doug Kearns be6454aca9 remove gu/gU bug on Windows from TODO as it now works 2008-09-22 04:15:57 +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 a0a2ba3f24 improve :setlocal/:setglobal, and autocmd event RC file highlighting 2008-09-21 11:11:25 +00:00
Doug Kearns f2d837a1f2 remove self-referencing hyperlink from browsing.txt help introduction 2008-09-21 11:04:39 +00:00
Doug Kearns 9cc2ec6450 hyphenate "command line" in the help 2008-09-21 11:03:32 +00:00
Doug Kearns e55ec7b88a use hyphens rather than underscores to separate words in help tags like Vim 2008-09-21 03:58:09 +00:00
Doug Kearns edd8f32f06 add rough autocmd event highlighting support to vimperator.vim 2008-09-20 15:49:53 +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 2fd34faf3a remove duplicated |hint| tag 2008-09-19 09:57:56 +00:00