Commit Graph
100 Commits
Author SHA1 Message Date
Doug Kearns dd61d50ec6 Remove Array.prototype.{find,findIndex} polyfills. 2015-04-07 03:33:22 +10:00
Doug Kearns 3c682b6a8d Fix fat arrow syntax error in 39.
Closes #25.
2015-04-06 05:27:12 +10:00
Doug Kearns 0d4df875d5 Remove "venkman" from :dialog.
Venkman is sadly deceased.
2015-03-27 01:51:48 +11:00
Doug Kearns daaea67294 Remove final unnecessary use of Iterator. 2015-03-09 17:33:35 +11:00
Doug Kearns a67825d450 Fix :stopall and <tab> autocommands keyword. 2015-03-06 22:36:26 +11:00
Doug Kearns 1b21d04f68 Fix gi.
Fixes issue #1273.
2015-02-25 23:46:04 +11:00
Doug Kearns 232a369bc6 Fix <C-^>.
Fixes issue #1274.
2015-02-25 23:30:02 +11:00
Doug Kearns 1859226203 Fix issue #1270. 2015-02-24 23:49:06 +11:00
Doug Kearns 259b0d6e92 Bump maxVersion. 2015-01-14 23:47:36 +11:00
Doug Kearns 4a8affde65 Fix swapped :stylenable and :styledisable help specs.
Fixes issue #1249.
2014-12-12 20:25:54 +11:00
Doug Kearns 71e30cfc11 Remove remnant return statement from hints.show. 2014-12-12 20:24:00 +11:00
Doug Kearns 31262ee2d0 Bump maxVersion.
Fixes issue #1234.
2014-12-05 13:13:45 +11:00
Doug Kearns 68137cd1ee Whitelist hint XBL bindings.
See https://bugzil.la/1050049

Fixes issue #1213.
2014-12-05 13:12:05 +11:00
Doug Kearns 2acf4a6997 Restore YouTube shortlink hack.
YouTube is broken again.
2014-11-14 21:43:02 +11:00
Doug Kearns 8da04c5c1a Fix more temporal dead zone fallout in contexts.bindMacro.
Fixes issue #1230.
2014-10-28 22:44:37 +11:00
Doug Kearns 73ac2af724 Fix conflict between our tab styling and vertical tab addons.
Fixes issue #1196.
2014-10-19 02:27:15 +11:00
Doug Kearns 07d7cbdede Bump minVersion to the latest ESR of 31.
Remove some version specific code that is no longer applicable.

--HG--
extra : amend_source : 803a60c3f5578a56a6832bd2dba9cce07784b873
2014-10-04 02:33:48 +10:00
Doug Kearns 85465a5f50 iter.indexOf should return -1 when the elem is not found. 2014-10-04 02:09:50 +10:00
Doug Kearns 3a7fafb8ff Open the cache as readonly when retrieving a page size for :pageinfo. 2014-10-03 02:00:41 +10:00
Doug Kearns 53c7cc118d Update :pageinfo to use the new HTTP cache API. 2014-10-02 14:59:05 +10:00
Doug Kearns c6f9c10071 Mention 'findflags' under :help /. 2014-08-06 22:07:09 +10:00
Doug Kearns 007449a2e1 Replace calls to octal() with octal integer literals. 2014-06-30 19:24:10 +10:00
Doug Kearns b521e34bf0 Remove lingering help references to <F1> help mapping. 2014-06-27 22:41:26 +10:00
Doug Kearns 93a57d2d1b Remove short-url special case for YouTube.
Link elements now appear to be updated properly when navigating the site.
2014-06-24 20:11:01 +10:00
Doug Kearns e49996ae3c Update macro related documentation to remove reference to registers 0-9.
These are no longer available for recording.  The restriction seems rather
arbitrary so they may return.

Fixes issue #1103.
2014-03-06 04:06:33 +11:00
Doug Kearns 05b8f2e7f9 Fix 'followhints' validation. 2014-02-26 00:41:36 +11:00
Doug Kearns 78a6de9c3a Fix :downloads [Delete]. 2014-02-24 16:34:00 +11:00
Doug Kearns fbed9ec4af Fix typo in Modes#remove.
Fixes :emenu among others.

--HG--
extra : amend_source : 528ad572b008870e4d07de176418a002a19632fe
2014-02-23 23:12:06 +11:00
Doug Kearns 14fc90ff58 Fix :help autocommand-list. 2014-02-20 23:07:43 +11:00
Doug Kearns 160e66430c Remove util.xmlToDom that ducked the XML cleanup. 2014-02-19 23:24:51 +11:00
Doug Kearns 047cc83641 Fix help index construction. 2014-02-16 21:56:57 +11:00
Doug Kearns 6ad90c9593 Fix new buffer.prefs.* 2014-02-16 21:04:02 +11:00
Doug Kearns 5f8631d493 Restore DownloadPost autocommand.
--HG--
extra : amend_source : 0baac78186f1293afc137b0815669159969fea20
2014-02-16 20:28:19 +11:00
Doug Kearns 789b44209c Remove some redundant version-specific code. 2014-02-08 00:05:35 +11:00
Doug Kearns c8b430cd8f Bump minVersion up to current ESR. 2014-02-06 18:45:03 +11:00
Doug Kearns 027ee9ab00 Bump maxVersion. 2014-02-05 11:32:14 +11:00
Doug Kearns 32d5537db7 Display a more specific error when :sanitize is run without an argument. 2014-01-11 21:21:19 +11:00
Doug Kearns 357b0ac908 Bump maxVersion.
Quieten the kids.
2013-12-17 00:06:56 +11:00
Doug Kearns 94c28cc2aa Temporarily disable loading of the downloads module in FF26.
nsIDownloadManager has been removed so the module needs updating to utilise the
replacement Downloads.jsm.
2013-12-17 00:03:58 +11:00
Doug Kearns da049fa175 Fix yanking long urls.
Fixes issue #1083.
2013-11-04 21:31:52 +11:00
Doug Kearns 98da57f22f Fix :pageinfo security section construction.
gIdentityHandler._lastLocation is now _lastUri.
2013-11-02 22:16:03 +11:00
Doug Kearns ef30e3cc47 Replace usage of getPreventDefault with defaultPrevented.
The former is now deprecated #726933.
2013-10-30 23:12:02 +11:00
Doug Kearns cf93578a84 Open the the Browser Console with :dia console.
The Error Console is now deprecated.
2013-10-30 23:00:53 +11:00
Doug Kearns 44c932c208 Bump minVersion to current ESR. 2013-10-30 22:58:51 +11:00
Doug Kearns 604f84b939 Hide statusbar in FF25+.
Fixes issue #1078.
2013-10-30 09:10:45 +11:00
Doug Kearns 13d1179325 Bump maxVersion. 2013-10-25 02:46:30 +11:00
Doug Kearns d64ddac944 Clarify 'hintmatching' help. 2013-10-16 23:02:14 +11:00
Doug Kearns ecaa01d3b2 Don't run the YouTube URL shortner on non-video pages. 2013-10-15 14:01:12 +11:00
Doug Kearns b840612bb8 Fix switch statement indentation. 2013-10-15 02:35:02 +11:00
Doug Kearns 0527544c28 Fix 'yankshort' for YouTube.
Only full page requests currently appear to update link[rel='shortlink'].

Fixes issue #1074.
2013-10-15 02:33:21 +11:00
Doug Kearns f6fe33832d Fix CSS selector validation on FF26+.
nsIDOMNodeSelector is no more.
2013-10-08 01:27:09 +11:00
Doug Kearns 8bbcbbd4a4 Fix countless d/D mappings.
Fixes issue #1068.
2013-10-07 15:10:08 +11:00
Doug Kearns 4872666ef5 Make further use of default parameters.
--HG--
extra : rebase_source : ab666bce7ed7e47c8f1e2bc4145f553da990d319
2013-10-06 22:33:59 +11:00
Doug Kearns cf7e0c479d Fix :{count}buffer [arg].
--HG--
extra : rebase_source : 6effe71a819b511b28b127ec570a2859fe54506e
2013-10-06 22:09:06 +11:00
Doug Kearns b0ce802384 Fix :back/:forward on Aurora.
nsIHistoryEntry is no more.  Fixes issue #1063.
2013-09-29 20:22:22 +10:00
Doug Kearns b473571f81 Quick fix for smooth scroll.
Fixes issue #1048.
2013-09-28 23:21:55 +10:00
Doug Kearns fae3df30c0 Fix :tabattach with specified tab placement. 2013-09-28 23:17:30 +10:00
Doug Kearns e29a63433d Fix JavaScript completion. 2013-09-22 23:11:44 +10:00
Doug Kearns 2d90804d5f Update an old example in :help 'cpt'. 2013-09-18 01:19:58 +10:00
Doug Kearns d8201209c3 No arguments in arrow functions yet.
Fix issue #1059.
2013-09-17 20:27:23 +10:00
Doug Kearns 041ad9ace7 Serialize the -group flag to :abbreviate with :mkp. 2013-09-17 01:30:57 +10:00
Doug Kearns 6ee830dfad Convert expression closures to arrow syntax. 2013-09-15 00:42:51 +10:00
Doug Kearns 6eeb0f50a2 Fix About page formatting. 2013-09-14 04:12:15 +10:00
Doug Kearns 595409ea07 Fix url completer args.
Fixes issue #1053.
2013-09-09 03:10:07 +10:00
Doug Kearns a1a1b03e64 Move 'helpfile' definition to the Help module. 2013-09-05 22:29:04 +10:00
Doug Kearns 48209c3642 Remove a lingering help reference to 'private'. 2013-09-05 21:27:10 +10:00
Doug Kearns 98af2b9ab0 Fix temporary file filename extensions and host annotation.
Fixes issue #791.
2013-09-05 20:55:01 +10:00
Doug Kearns 4055392b49 Fix :doauto* commands.
These weren't fully updated when site-filters was implemented.
2013-09-05 20:47:23 +10:00
Doug Kearns 99bfcbf2fc Replace Array.slice conversions of the arguments object with rest parameters. 2013-09-05 20:46:21 +10:00
Doug Kearns e0a0388382 Utilise object destructuring in parameter lists of stray map definitions. 2013-08-24 21:54:28 +10:00
Doug Kearns acb6805646 [PWPBM] Remove 'private'.
Fixes #1004.
2013-08-24 21:35:28 +10:00
Doug Kearns e5864bfd23 Fix RC serialization and RHS expansion in abbreviations using -js.
Fixes issue #911.
2013-08-14 22:28:28 +10:00
Doug Kearns 8a3f8fda4b Don't complete shadowy sidebar figures. 2013-08-14 22:24:00 +10:00
Doug Kearns f291454e23 Add missing semicolons, fix whitespace and normalise Vim modelines. 2013-08-03 01:37:19 +10:00
Doug Kearns 81997f897f Stick an EOL on the last line of generated RC files.
Fixes issue #1040.

--HG--
extra : amend_source : b8e7645c3b8dd7851d52c7e060f1288cde2ce718
2013-07-29 23:26:14 +10:00
Doug Kearns 17c1d8595f Make :yank yank again.
Fixes issue #1012.
2013-07-29 23:07:16 +10:00
Doug Kearns 978abae9f7 Document the bang arg to :loadplugins. 2013-03-01 10:44:05 +11:00
Doug Kearns 925b088495 Fix <scroll-left-column>'s mode assignment (COMMAND -> NORMAL). 2013-03-01 10:09:32 +11:00
Doug Kearns 2eb6d3f9a1 Fix :version.
Fixes issue #927.

--HG--
extra : transplant_source : %CE%11%D7%F1%00%FFZs%96%EE%FC%2B%3E%29%9A%40I%87E%3F
2012-09-05 22:47:20 +10:00
Doug Kearns 53f3ea342c Normalise naming of module initializer functions. 2012-10-11 01:08:36 +11:00
Doug Kearns 50597cc80a Don't overwrite existing files with ;s.
Closes issue #914.
2012-10-11 00:59:44 +11:00
Doug Kearns 0a51732d0e Add missing header to the :mkv generated ftdetect file. 2012-09-21 04:52:49 +10:00
Doug Kearns 7f7b0319f9 Rename :mksyntax to :mkvimruntime.
This now generates and installs all Vim runtime files.

Closes issue #653.
2011-07-07 00:34:21 +10:00
Doug Kearns fa626cda6a Close Print Preview mode properly with :tabdelete and friends.
Fixes issue #707.
2012-09-19 21:58:54 +10:00
Doug Kearns 804305cd91 Bump version number. 2012-09-05 22:42:25 +10:00
Doug Kearns 266c86a9d1 Fix help reference linkification in MOW. 2012-09-05 00:56:58 +10:00
Doug Kearns 1e2052c0d9 Normalise use of the ellipsis character in help files. 2012-08-16 23:51:47 +10:00
Doug Kearns 25a0ff3603 Update :bmarks documentation.
Title filtering is now explicit.  Fixes issue #815.
2012-07-13 23:14:32 +10:00
Doug Kearns 8241978809 Refactor last commit. 2012-06-24 22:10:38 +10:00
Doug Kearns 83cd793af6 Fix :extadd.
A casualty of module loading tomfoolery or similar.
2012-06-24 21:43:04 +10:00
Doug Kearns 94b542ed05 Minor clarification of :help quickmarks. 2012-04-29 02:38:38 +10:00
Doug Kearns b9e317b3b3 Don't report empty bookmark titles as "null" in the :bmark notification message. 2012-04-27 23:54:29 +10:00
Doug Kearns a4d1ca806a Help drunk semicolon across the road. 2012-03-31 23:31:30 +11:00
Doug Kearns baf26e545c Add a description for INPUT_MULTILINE mode. 2012-02-18 20:50:31 +11:00
Doug Kearns ac3f218620 Fix g] help spec and simplify gb/gB descriptions. 2011-08-11 21:19:12 +10:00
Doug Kearns d9c2c15965 More mode display name normalisation. 2011-08-04 16:46:05 +10:00
Doug Kearns 8fd589b4f9 Fix typo. 2011-07-29 19:46:56 +10:00
Doug Kearns f5d721740a Further mode names normalisation in docs.
--HG--
extra : rebase_source : 6c4be66d8c4ac56d10e7d86fc45da7b80ff484aa
2011-07-29 19:18:42 +10:00
Doug Kearns 9dd3533b76 Clarify :set! documentation.
Closes issue #519.

--HG--
extra : rebase_source : 18f6188af12ec41c4c7ea0a1e8789422b13717ff
2011-07-28 13:22:23 +10:00
Doug Kearns c9b7fb3759 Don't attempt to highlight trailing comments in command script files.
Trailing comments are no longer supported. Closes issue #583.

--HG--
extra : rebase_source : c953f246da1291a3fe065cbf0e38ca1162f1c53d
2011-07-28 10:58:42 +10:00