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

1616 Commits

Author SHA1 Message Date
Kris Maglione 55df63ee81 Fix favcons in completions, add "shutdown" trigger, register vimperator.css as user stylesheet, make option completions better, hide completion list when no completions available. Yeah. A lot. Sorry. 2008-10-05 03:50:09 +00:00
Kris Maglione 506838b41d Add help and NEWS entries for :bmark! 2008-10-04 19:58:18 +00:00
Kris Maglione 4b4e578dc3 Make :style better 2008-10-04 19:22:54 +00:00
Doug Kearns 2ebb57fe93 rename Command's bangAllowed property to bang 2008-10-04 16:48:32 +00:00
Doug Kearns 7cd9f28279 add :optionusage command 2008-10-04 16:45:16 +00:00
Doug Kearns 7275233327 add rough initial versions of :doautocmd and :doautoall, clean up autocommands,
and fix several :au bugs (although at this hour it's a crap-shoot)
2008-10-04 16:33:18 +00:00
Doug Kearns 56592a1490 fix position columns in :marks listing again, again 2008-10-04 13:03:45 +00:00
Doug Kearns 2309f5577c allow commands with the hereDoc property to use the heredoc in sourced files 2008-10-04 10:27:37 +00:00
Doug Kearns 6ef73cf313 whitespace fixes and revert some overly aggressive use of expression closures 2008-10-04 10:18:53 +00:00
Doug Kearns 156fa5d56f add bangAllowed property to Command's extraInfo to specify whether the bang
version of the command is available
2008-10-04 09:00:36 +00:00
Kris Maglione 690ce8d8e2 Fix :bmarks formatting 2008-10-04 08:53:29 +00:00
Kris Maglione ea1db5762f Add README.E4X, a quick intro to E4X syntax, to the src directory. 2008-10-04 07:33:53 +00:00
Kris Maglione 27328ca295 Back out part of my last commit. 2008-10-04 06:15:39 +00:00
Kris Maglione ce06d55415 Fix some brokenness 2008-10-04 05:37:57 +00:00
Kris Maglione 1891746b9e Bunch-o-fixes, plus some non-trivial changes that I may wind up weeding out. 2008-10-04 04:08:03 +00:00
Doug Kearns 3ceecbaf52 use \S rather than a negated \s character set in patterns 2008-10-04 03:14:04 +00:00
Doug Kearns 7b324a05b1 add :style and :delstyle highlighting to vimeperator.vim 2008-10-04 03:06:16 +00:00
Kris Maglione 982bbfd9ce Protect the MOW from invalid XML. Other minor cleanup. 2008-10-04 01:10:53 +00:00
Kris Maglione 40ff96452e Make some stuff nicer. Add heredoc support to :sty 2008-10-04 00:00:25 +00:00
Kris Maglione 267535d9c7 Remove <<<<<<< from NEWS 2008-10-03 23:21:43 +00:00
Kris Maglione af60f0ba86 Add :style to NEWS 2008-10-03 23:16:19 +00:00
Kris Maglione 1bb07747c4 Add :style and :delstyle commands. Need to write NEWS and :help entries, I suppose 2008-10-03 23:14:30 +00:00
Doug Kearns 268395a0fc whitespace fixes 2008-10-03 18:14:49 +00:00
Kris Maglione 7521ef4bf1 Fix :pageinfo spacing, and stuff. 2008-10-03 16:50:21 +00:00
Kris Maglione 2e16ddc8f1 *** empty log message *** 2008-10-03 15:22:27 +00:00
Martin Stubenschrott 07643baebe hacky way to get the indent for :pageinfo back, might move it to the template.table() function as an optional param 2008-10-03 07:04:56 +00:00
Doug Kearns 0229483a4e fix :cd to bypass 'cdpath' for absolute pathnames on Windows again -
overwritten in recent commit
2008-10-03 03:25:36 +00:00
Kris Maglione 36ca0c98a8 Make completion generally niftier (add a rate limiting timer) 2008-10-03 03:08:51 +00:00
Kris Maglione b7b8b86b11 Half-hearted attempt to unbreak completions 2008-10-02 22:39:14 +00:00
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