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

2568 Commits

Author SHA1 Message Date
Kris Maglione 911470e0a7 Speed up file completion a bit, with sorting off. Sort directories first, which slows it down with sorting on. 2008-12-20 13:30:08 -05:00
Kris Maglione 99ff01aac1 Revert "add NEWS item about new option value quoting requirement"
It's already there.

This reverts commit 87418ed064951f83690bb02442bf4a4de2c2a8db.
2008-12-20 11:07:40 -05:00
Kris Maglione 580e0a8091 Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2008-12-20 11:05:43 -05:00
Kris Maglione 549ecd561a Fix a thing 2008-12-20 11:04:18 -05:00
Doug Kearns 5b4a1d11f8 prefer let over var in Mappings, Modes, and Options 2008-12-21 00:28:19 +11:00
Doug Kearns 29817b5d72 add NEWS item about new option value quoting requirement 2008-12-21 00:12:24 +11:00
Doug Kearns 80672176a0 remove unused variable in :set completer 2008-12-21 00:12:23 +11: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 491751bb62 Make io.system a bit less silly. 2008-12-19 17:27:25 -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 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
Doug Kearns 695b3ed9ea minor refactoring of "b" action 2008-12-19 23:17:52 +11:00
Doug Kearns 92f9fcfc8d declare variable in getMenuItems#addChildren() 2008-12-19 23:12:06 +11:00
Doug Kearns 4b896f3706 remove some ancient cruft 2008-12-19 23:09:37 +11:00
Doug Kearns d60c81ef23 add missing semicolons 2008-12-19 23:00:14 +11:00
Doug Kearns d65b23be3d prefer let over var in Hints 2008-12-19 19:14:38 +11:00
Doug Kearns 0827c5fdaa prefer let over var in liberator 2008-12-19 19:13:34 +11:00
Doug Kearns 1ff25093c0 whitespace fix 2008-12-19 19:12:55 +11:00
Doug Kearns 194aaf46eb brace formatting fixes 2008-12-19 19:07:17 +11:00
Kris Maglione 6186ad27b4 Start documenting CompletionContext 2008-12-19 00:17:18 -05:00
Kris Maglione f583041c8a Default to opening multiple URLs in windows instead of tabs when !has("tabs") 2008-12-18 21:47:36 -05:00
Kris Maglione e6d83bd039 Don't hide errors on bad URLs, they're useful feedback 2008-12-18 21:41:56 -05:00
Kris Maglione 947311dfdf Kludge the stupid urlbar focus bug better 2008-12-18 21:37:44 -05:00
Kris Maglione c094a2dd2b Fix */# 2008-12-18 18:21:01 -05:00
Kris Maglione ac0b476988 Don't anchor help completions. 2008-12-18 14:04:46 -05:00
Ted Pavlic 50f73844c8 Reverting empty defsearch changes in last two commits. Leaving in JS catches. 2008-12-18 13:20:47 -05:00
Ted Pavlic d6e5bdbe77 Updated :help 'defsearch' to reflect empty behavior. 2008-12-18 12:45:46 -05:00
Ted Pavlic 195fc10e05 Allows for empty defsearches and prevents red JS errors on bad URLs. 2008-12-18 12:34:12 -05:00
Doug Kearns 0841a01e15 access MarkupDocumentViewer via getBrowser() - only FF defines getMarkupDocumentViewer 2008-12-18 21:06:54 +11:00
Doug Kearns c11e153766 whitespace fixes 2008-12-18 21:06:51 +11:00
anekos b200139456 Fix: When one of functional AutoCommand raise a error, remaining AutoCommands are not executed. 2008-12-18 19:00:02 +09:00
Doug Kearns a216ec45d9 fix typo in Makefile asciidoc test message 2008-12-18 19:09:05 +11:00