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

2600 Commits

Author SHA1 Message Date
Kris Maglione f7b3865b99 Merge branch 'master' into vimperator-2.1 2008-12-20 11:04:28 -05:00
Kris Maglione 549ecd561a Fix a thing 2008-12-20 11:04:18 -05:00
Kris Maglione b8b708abcb Fix hint matching 2008-12-20 01:09:50 -05:00
Kris Maglione e7a7093f0d Fix commands.js 2008-12-20 01:05:10 -05:00
Doug Kearns 16c49fe786 fix some help typos 2008-12-20 11:24:11 +11:00
Kris Maglione 57b30e5060 Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2008-12-19 19:16:35 -05:00
Kris Maglione a0eca3e2aa Document some more crap. 2008-12-19 19:09:07 -05:00
Doug Kearns f6b04d4eca add note about :hardcopy >filename not being available on Windows to help 2008-12-20 10:30:34 +11:00
Kris Maglione 196f3ec686 Remove ^Ms from sourced files 2008-12-19 18:22:25 -05:00
Kris Maglione 1b7999b5a0 Merge branch 'master' into vimperator-2.1 2008-12-19 17:27:40 -05:00
Kris Maglione 491751bb62 Make io.system a bit less silly. 2008-12-19 17:27:25 -05:00
Kris Maglione 59dc131508 Merge branch 'master' into vimperator-2.1
Conflicts:
	common/content/buffer.js
	common/content/style.js
2008-12-19 17:13:44 -05:00
Kris Maglione 480151cc4d Move 'system' arg of Styles methods to arg 0, and add completion functions 2008-12-19 17:11:05 -05:00
Kris Maglione 2c6015837f Fix g<, sort-of. Fix some commandline.echo quirks, as well. 2008-12-19 15:25:55 -05:00
Kris Maglione 20265324bc Fix ;f 2008-12-19 15:25:55 -05:00
Kris Maglione c51e3e4707 Make sure that the hint number is in the viewport 2008-12-19 15:25:55 -05:00
Kris Maglione 057d66ce65 Document some more crap. 2008-12-19 15:25:54 -05:00
Kris Maglione 669043da71 Add completion for empty 'defsearch' 2008-12-19 15:25:12 -05:00
Kris Maglione da5db4429e Revert "Allow empty defsearch."
This reverts commit 3cab7c16a0ef5e39f9aeeb8ea1ed9602a6a152f4.
2008-12-19 15:25:12 -05:00
Ted Pavlic 073383ef12 Allow empty defsearch. 2008-12-19 15:25:12 -05:00
Doug Kearns 6e9262ef64 document :hardcopy >{filename}...since it was committed 2008-12-19 15:25:12 -05:00
Doug Kearns abf6bafaf7 fix search highlighting when 'incsearch' is set - Algardas <algardas@gmail.com> 2008-12-19 15:25:12 -05:00
Doug Kearns 9df54a4572 fix transposed defaults in showmode and shell help 2008-12-19 15:25:12 -05:00
Doug Kearns 89dc3c2078 trivial refactoring of :emenu and :chdir actions 2008-12-19 15:25:12 -05:00
Doug Kearns 39d6542e80 minor refactoring of :command action 2008-12-19 15:25:12 -05:00
Doug Kearns d277dd5c1c minor refactoring of :dialog action 2008-12-19 15:25:11 -05:00
Doug Kearns b2799ebedd minor refactoring of "b" action 2008-12-19 15:25:11 -05:00
Doug Kearns b08f9053b3 declare variable in getMenuItems#addChildren() 2008-12-19 15:25:11 -05:00
Doug Kearns 98cc66c569 remove some ancient cruft 2008-12-19 15:25:11 -05:00
Doug Kearns 01a7ead528 add missing semicolons 2008-12-19 15:25:11 -05:00
Doug Kearns 67e5788fd5 prefer let over var in Hints 2008-12-19 15:25:11 -05:00
Doug Kearns 35d1a756d8 prefer let over var in liberator 2008-12-19 15:25:11 -05:00
Doug Kearns 83dc3857e9 whitespace fix 2008-12-19 15:25:11 -05:00
Doug Kearns 4fc2a56ddc brace formatting fixes 2008-12-19 15:25:11 -05:00
Kris Maglione e56a93a060 Start documenting CompletionContext 2008-12-19 15:25:10 -05:00
Kris Maglione 66bd21ec30 Default to opening multiple URLs in windows instead of tabs when !has("tabs") 2008-12-19 15:25:10 -05:00
Kris Maglione f2f8cdbea3 Don't hide errors on bad URLs, they're useful feedback 2008-12-19 15:25:10 -05:00
Kris Maglione f5b2173979 Fix g<, sort-of. Fix some commandline.echo quirks, as well. 2008-12-19 15:12:38 -05:00
Kris Maglione effeef7af6 Fix ;f 2008-12-19 15:00:52 -05:00
Kris Maglione f60ea76379 Make sure that the hint number is in the viewport 2008-12-19 14:57:34 -05:00
Kris Maglione 74700d3aff Document some more crap. 2008-12-19 13:27:01 -05:00
Kris Maglione f95dfac83f Add completion for empty 'defsearch' 2008-12-19 12:33:22 -05:00
Kris Maglione aaab59aab6 Revert "Allow empty defsearch."
This reverts commit 3cab7c16a0ef5e39f9aeeb8ea1ed9602a6a152f4.
2008-12-19 12:29:13 -05:00
Ted Pavlic 993ba60ee7 Allow empty defsearch. 2008-12-19 10:49:56 -05:00
Doug Kearns 86f14b77cc document :hardcopy >{filename}...since it was committed 2008-12-20 01:12:31 +11:00
Doug Kearns 03fed06b39 fix search highlighting when 'incsearch' is set - Algardas <algardas@gmail.com> 2008-12-20 00:31:13 +11:00
Doug Kearns ad61bc83ff fix transposed defaults in showmode and shell help 2008-12-20 00:15:13 +11:00
Doug Kearns b98b367776 trivial refactoring of :emenu and :chdir actions 2008-12-19 23:59:25 +11:00
Doug Kearns 3801efb9ad minor refactoring of :command action 2008-12-19 23:50:12 +11:00
Doug Kearns 7bba6004d9 minor refactoring of :dialog action 2008-12-19 23:24:31 +11:00