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

107 Commits

Author SHA1 Message Date
Kris Maglione 08ac946225 Highlight substrings matching the filter in completions. Fix javascript completion and :hi. Run dump() arguments through objectToString and append "\n" 2008-10-07 20:33:44 +00:00
Kris Maglione 19b942aebc Allow io.source to register stylesheets 2008-10-07 07:39:09 +00:00
Kris Maglione f4613ec8a8 Dont lower-case completion strings. 2008-10-06 22:06:15 +00:00
Doug Kearns 413e01da41 add some missing argCount specs to commands 2008-10-06 13:07:57 +00:00
Doug Kearns 6afe44a1f3 expand environment variables in arg to :cd 2008-10-06 11:59:19 +00:00
Doug Kearns 86adfc396a trivial formatting improvements 2008-10-05 09:55:56 +00:00
Doug Kearns 2ebb57fe93 rename Command's bangAllowed property to bang 2008-10-04 16:48:32 +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 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 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
Kris Maglione 40ff96452e Make some stuff nicer. Add heredoc support to :sty 2008-10-04 00:00:25 +00:00
Kris Maglione 7521ef4bf1 Fix :pageinfo spacing, and stuff. 2008-10-03 16:50:21 +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 8100d941f8 Make :pageinfo extensible 2008-10-02 19:22:02 +00:00
Doug Kearns a5e9afe3da whitespace fixes 2008-10-02 13:39:36 +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 76b6c530b1 Frob some fnords. 2008-10-02 06:42:42 +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
Doug Kearns 75970bee04 use nsIDirectoryService to find the tmp directory 2008-10-01 04:10:39 +00:00
Kris Maglione 1cf325a539 Refactor HTML generation to use E4X. Could use some refactoring. 2008-09-30 23:37:33 +00:00
Doug Kearns f1b40dd6ec improve error messages given when sourcing files 2008-09-30 12:27:16 +00:00
Doug Kearns 3bf80a0bdd fix :source error message 2008-09-28 12:10:54 +00:00
Doug Kearns 6f6922f035 add some missing semicolons and remove some trailing commas 2008-09-28 11:38:51 +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 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
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 d05a33b0bd fix Bug#: 19949 - file:// URL loading is broken 2008-09-21 12:48:51 +00:00
Doug Kearns 0d35d7c67d whitespace fixes 2008-09-21 11:12:32 +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
Doug Kearns 2e53dba205 rename io.directorySeperator to directorSeparator 2008-09-19 07:05:16 +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
Daniel Bainton 65f1b0d53f Adding a check for hostname 2008-09-18 11:48:35 +00:00
Doug Kearns b0dede3cba whitespace fixes 2008-09-15 12:36:56 +00:00
Doug Kearns 9a6334afcb minor refactoring of io.source() 2008-09-14 16:58:28 +00:00
Doug Kearns e623f529f9 add :scriptnames 2008-09-14 15:18:48 +00:00
Doug Kearns fefa6e4609 move getMapLeader() to liberator.Mappings 2008-09-11 16:39:29 +00:00