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

4537 Commits

Author SHA1 Message Date
Kris Maglione bed08a3455 Auto-hide the command-line by default; allow showing messages/mode/command-line in the status bar. 2010-09-27 07:39:49 -04:00
Kris Maglione c8faebba0a Preparation for a future commit and fix ;F in the MOW. 2010-09-26 10:36:46 -04:00
Doug Kearns a1aa473440 Remove useless example RC files.
These would be much better hosted on a wiki or similar.

--HG--
extra : rebase_source : bd6887b6dfbcd7393ee58eac4e61afcef7a9a2bb
2010-09-27 01:02:42 +10:00
Doug Kearns 59a65053a7 Update Teledactyl related Vim runtime files.
--HG--
rename : teledactyl/contrib/vim/ftdetect/muttator.vim => teledactyl/contrib/vim/ftdetect/teledactyl.vim
rename : teledactyl/contrib/vim/syntax/muttator.vim => teledactyl/contrib/vim/syntax/teledactyl.vim
extra : rebase_source : 46fb45b2e516c953617080ddf417d5ecc5c724ba
2010-09-27 00:43:43 +10:00
Kris Maglione 6e15dc04f9 Add :runtime completion. 2010-09-26 20:25:45 -04:00
Kris Maglione b201a266f2 Add -agent flag to :style. 2010-09-26 10:10:55 -04:00
Kris Maglione 27ff23146e Fix disabling scrollbars with guioptions. Closes issue #25. 2010-09-26 10:00:00 -04:00
Kris Maglione 4530aea0e2 Remove some silly old cruft. 2010-09-26 08:52:29 -04:00
Kris Maglione e694fa6297 Match and highlight URL in buffer completion. 2010-09-26 08:17:18 -04:00
Kris Maglione 31453e6b2a Fix tabs.switchTo for string argument. 2010-09-26 08:03:10 -04:00
Kris Maglione fec1d7a139 Add another dozen or so global names gleaned from grepping mozilla-central. 2010-09-26 07:06:05 -04:00
Kris Maglione 0ae62e7bab Glean some more JS global property names from Components.interfaces.
--HG--
extra : rebase_source : 93fe15561509969709b22849086b8c7524bd4a71
2010-09-26 06:13:25 -04:00
Doug Kearns 28981bbd22 Clarify the Quickmarks#jumpTo docs. 2010-09-26 12:09:23 +10:00
Doug Kearns 87b29aa609 Camel-case array#{iteritems,itervalues}. 2010-09-26 11:54:28 +10:00
Kris Maglione 883c0c367d Fix updating filter on existing sheet with :style 2010-09-25 19:52:50 -04:00
Kris Maglione 89ddf38c11 Fix unwanted serialization of Logo highlight group. 2010-09-25 19:36:58 -04:00
Kris Maglione 9644388a72 Fix n_<u>. 2010-09-25 17:47:38 -04:00
Kris Maglione ae6288106a Fix over-sized addon-bar. 2010-09-25 17:33:16 -04:00
Kris Maglione 95be03098a Fix status line highlighting. 2010-09-25 17:27:16 -04:00
Kris Maglione 9bcd60cb52 Fix MIW. 2010-09-25 16:30:52 -04:00
Kris Maglione b0f7716f97 Add more globals gleaned from the SpiderMonkey source. 2010-09-25 16:16:19 -04:00
Kris Maglione 4afe237a32 Fix :map<cr> when there are user-defined mappings created in JavaScript. 2010-09-25 15:06:06 -04:00
Kris Maglione 4a2c703854 Make 'extendedhinttags' a regexmap.
--HG--
extra : rebase_source : 1058b785925fd37bd73019b36da91e551e0f9206
2010-09-25 14:57:12 -04:00
Štěpán Němec 6eb58f63c3 Rename stray occurences of util.copyToClipboard in mail.js.
(The function is called dactyl.clipboardWrite since 49c4b165a3ef).
2010-09-25 20:23:20 +02:00
Kris Maglione 3dbcff61e8 Slightly better option type tag formatting. 2010-09-25 13:07:05 -04:00
Kris Maglione acbfacc7e4 Also force global DOM constructor properties onto the global. 2010-09-25 12:41:14 -04:00
Kris Maglione 0956c9a83b Manually add list of global object properties to global objects.
--HG--
extra : rebase_source : 53318cbfe4a044e6bbf9facb1ce6bc5933ba6fd9
2010-09-25 12:28:55 -04:00
Doug Kearns 8f34359ab8 Fix typo in IO#readHeredoc. 2010-09-26 02:23:07 +10:00
Doug Kearns 67535d91d9 Fix typo in :help :js text. 2010-09-26 02:17:27 +10:00
Kris Maglione 6657e0d6a4 Add javascript completion to :execute.
--HG--
extra : rebase_source : b5b32b8bf199466588cc8ef5a88334027d12de3e
2010-09-25 12:11:16 -04:00
Doug Kearns 8fdb8abd49 Clean up so loose ends from the recent Command#execute refactoring.
This fixes [count]u.

--HG--
extra : rebase_source : a453a99a757e434b6ce1758320d5840d8286002e
2010-09-26 01:57:54 +10:00
Kris Maglione 978604a060 Fix :tab extp. 2010-09-25 10:31:37 -04:00
Štěpán Němec 4fc51fdb73 Remove the :play command.
There's `@' which also accepts a count, and Vim doesn't have :play either.
2010-09-25 15:13:28 +02:00
Kris Maglione 03aceeb7af Restore some of Doug's vim-compatible :source error messages. Also, don't crap out so easily on errors. 2010-09-25 08:58:37 -04:00
Kris Maglione d049c7f4a1 Fix [[/]]. Closes issue #24. 2010-09-25 08:42:36 -04:00
Kris Maglione f81980acab Fix 'Last set from' in options.
--HG--
extra : rebase_source : 7255759efad5576157e4cc687afe2ceb069538af
2010-09-25 08:39:29 -04:00
Štěpán Němec ca2c6ea936 Fix an error ('cdpath' is a stringlist option). 2010-09-25 10:44:26 +02:00
Štěpán Němec b6904d64ea Document Textarea mode. 2010-09-25 10:43:16 +02:00
Štěpán Němec 05fcc1ff45 Use the `mode' <k> attribute at more places in the help files. 2010-09-25 10:42:07 +02:00
Štěpán Němec 2c97e22025 Fix typos and quoting inconsistencies in NEWS. 2010-09-25 10:35:24 +02:00
Kris Maglione e6c716d1e3 Purge unnecessary uses of args.string. 2010-09-25 02:45:19 -04:00
Kris Maglione d1ecfe8041 Fix :finish. 2010-09-25 02:15:45 -04:00
Kris Maglione 944b24864f Allow :set foo=bar | echo baz. 2010-09-25 01:43:02 -04:00
Kris Maglione 9a73911347 Fix some quoting issues. 2010-09-24 23:23:26 -04:00
Kris Maglione 5257be7699 Remove redundant error messages. 2010-09-24 23:13:50 -04:00
Kris Maglione e55cdb3433 Fix the statusbar in Minefield. 2010-09-24 22:42:30 -04:00
Kris Maglione 761b95156a Add crude CSS property completion. 2010-09-24 22:06:44 -04:00
Kris Maglione 7c410ca905 Show function prototype when completing JavaScript function arguments. 2010-09-24 20:58:52 -04:00
Štěpán Němec 223859a33b Make the <k> tag mode-aware.
Previously there was no way to produce links to the appropriate mode-specific
binding of a key using the <k> tag (e.g., <Tab> in the documentation always
linked to the Normal-mode command, although its command-line functionality is
different).  This commit introduces a `mode' attribute to the <k> tag, making
the distinction possible.
2010-09-25 02:18:17 +02:00
Kris Maglione 0c34437805 Fix itemlist scrolling changes in revision 1e95cff03040. 2010-09-24 17:38:25 -04:00