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

71 Commits

Author SHA1 Message Date
Martin Stubenschrott 794e80c1a8 * merged ctrl-x/a commands
* fixes for file:/ handling
* fixed gu and gU
2007-11-22 20:00:46 +00:00
Doug Kearns 44705af3b1 whitespace fixes 2007-11-22 05:32:50 +00:00
Martin Stubenschrott 678a5657fd many bug fixes, :cd and :pwd commands, ~ mapping 2007-11-20 00:40:40 +00:00
Doug Kearns 5a3d51626c normalize foldmarkers 2007-11-19 07:13:20 +00:00
Doug Kearns fa1229294c use camel case for all indentifiers 2007-11-19 03:52:36 +00:00
Doug Kearns ca7b146774 remove unnecessary parentheses from typeof args 2007-11-16 13:53:38 +00:00
Doug Kearns 28042647f8 use regexps as args to replace in escapeHTML() as they appear to be about 10%
faster
2007-11-16 13:22:45 +00:00
Doug Kearns f50bca0453 use RegExp#test in preference to String#match 2007-11-16 12:48:03 +00:00
Martin Stubenschrott 68f1597c38 better byte formating 2007-11-12 12:05:32 +00:00
Doug Kearns c362c70f03 add more missing semicolons 2007-11-11 03:01:55 +00:00
Doug Kearns 2c5655e182 whitespace formatting fixes 2007-11-10 15:06:07 +00:00
Doug Kearns b204012556 convert single quotes to double quotes 2007-11-06 11:22:39 +00:00
Martin Stubenschrott 8c28e8fd81 added feeds info to :pageinfo 2007-11-05 22:48:03 +00:00
Doug Kearns 65b2314f03 move String#toURLArray to v.util.stringToURLArray - think of the kittens! 2007-11-02 08:30:54 +00:00
Doug Kearns b73d76cf6f specify the "g" flag to all replace calls in escapeHTML 2007-11-02 08:11:01 +00:00
Doug Kearns d192304759 replace & with the HTML entity in escapeHTML 2007-10-26 04:48:28 +00:00
Martin Stubenschrott 772b8160bb get rid of will/would in help 2007-10-18 21:36:09 +00:00
Martin Stubenschrott 129f7f23f7 :bmarks [filter] works again, now even with -tags=foo filtering 2007-10-18 16:45:22 +00:00
Martin Stubenschrott d6f61d7278 improvements in :echo object, :echo getBrowser() should work now reliable 2007-10-16 23:40:35 +00:00
Martin Stubenschrott 9014b3a34a new :set and :prefs commands, tweaked :set output to use colors 2007-10-10 00:23:09 +00:00
Doug Kearns 2d1152cef9 add vimperator.util.escapeHTML 2007-10-06 01:58:38 +00:00