Doug Kearns
|
64c96436eb
|
Make use of the new default property of CommandOption in :sortview.
--HG--
extra : rebase_source : 4b616d19e9b74229c65738be500653c075ea62e8
|
2010-11-05 00:45:31 +11:00 |
|
Doug Kearns
|
34eba352da
|
Add missing semicolons.
--HG--
extra : rebase_source : 5fdc6c8e52b982ea4685d97cd7ccfeb184ec3851
|
2010-11-05 00:44:25 +11:00 |
|
Doug Kearns
|
5bba002dfb
|
Fix completer listing in :command output.
|
2010-11-02 01:31:09 +11:00 |
|
Doug Kearns
|
44e7b5aa55
|
Remove useless boolean return values from _processHints.
And so begins the great "Returning booleans from every function as some
delusional attempt at error handling is insane"(TM) cleanup.
|
2010-10-24 00:34:03 +11:00 |
|
Doug Kearns
|
c89df81725
|
Typo fixes.
|
2010-10-23 23:14:08 +11:00 |
|
Doug Kearns
|
91bdacd5a7
|
Fix typo in player.xml help.
|
2010-10-23 01:46:07 +11:00 |
|
Doug Kearns
|
b62560c6fb
|
Extract a general searchEngine completer from 'suggestengines' completer.
|
2010-10-23 01:45:53 +11:00 |
|
Doug Kearns
|
7f61f49841
|
Add cheap count support to :playernext and :playerprev.
|
2010-10-22 19:19:19 +11:00 |
|
Doug Kearns
|
0163f54311
|
Give a better error message when no arg is specified for :volume.
|
2010-10-22 17:45:27 +11:00 |
|
Doug Kearns
|
b3d55f51f9
|
Fix Melodactyl volume mappings.
|
2010-10-22 17:30:23 +11:00 |
|
Doug Kearns
|
76549faacc
|
Remove vague and untrue coding style recommendations.
|
2010-10-22 16:14:20 +11:00 |
|
Doug Kearns
|
b009825530
|
Expand the 'cdpath' help.
|
2010-10-22 16:06:28 +11:00 |
|
Doug Kearns
|
c9e91d77dc
|
Catch some missing regex -> regexp conversions in NEWS.
|
2010-10-22 12:10:30 +11:00 |
|
Doug Kearns
|
4f14857d66
|
Normalise regex -> regexp.
This is what JS uses and using both is confusing.
|
2010-10-22 12:03:03 +11:00 |
|
Doug Kearns
|
5a42002243
|
Fix track focusing in Melodactyl's :load and :filter.
--HG--
extra : rebase_source : f1aa56b7413a785e601b95da5052e94e851bdfbe
|
2010-10-21 23:08:23 +11:00 |
|
Doug Kearns
|
377f8b01d4
|
Replace use of <b>arg</b> in API docs with *arg*.
--HG--
extra : rebase_source : f127ac4f494053e4306074f5acded34b2d363eef
|
2010-10-21 22:55:15 +11:00 |
|
Doug Kearns
|
fafd591cf0
|
Fix :delqmarks completion.
|
2010-10-21 21:11:22 +11:00 |
|
Doug Kearns
|
4c90f72617
|
Fix :zoom with a relative argument.
|
2010-10-21 17:49:06 +11:00 |
|
Doug Kearns
|
8e827b053d
|
Simplify :displaypane argument names.
|
2010-10-21 15:45:47 +11:00 |
|
Doug Kearns
|
48dd94773e
|
Employ dactyl.assert where appropriate in Melodactyl.
|
2010-10-21 15:25:54 +11:00 |
|
Doug Kearns
|
d196061b16
|
Improve autocommands.xml formatting.
|
2010-10-21 15:20:44 +11:00 |
|
Doug Kearns
|
a78a9d536d
|
Remove unnecessary use of typeof when setting the default value of 'cpt'.
|
2010-10-21 05:27:56 +11:00 |
|
Doug Kearns
|
f4b1617990
|
Don't reload the page on gU when we're already there.
|
2010-10-21 05:26:13 +11:00 |
|
Doug Kearns
|
9f53da0ce3
|
Use entities in xmlns attributes where missing.
--HG--
extra : rebase_source : 9c46da3c53e76ed33a3839e7c59acacbd0ee7805
|
2010-10-20 13:49:32 +11:00 |
|
Doug Kearns
|
0c797196c4
|
Typo fixes.
--HG--
extra : rebase_source : ae1f5592e46693439e561f82fdf14b33885071e6
|
2010-10-20 00:26:54 +11:00 |
|
Doug Kearns
|
f69258ebe7
|
Fix name of Teledactyl overlay.
--HG--
rename : teledactyl/content/pentadactyl.xul => teledactyl/content/teledactyl.xul
extra : rebase_source : 721f966774427171d35501441c4a5eba98043c0a
|
2010-10-19 01:37:36 +11:00 |
|
Doug Kearns
|
f67db8ccb5
|
Whitespace fixes.
--HG--
extra : rebase_source : 751d7904f8054e889abbd2590b45a8853dc659ee
|
2010-10-18 23:50:19 +11:00 |
|
Doug Kearns
|
9a9a30f979
|
Refactor :open action.
|
2010-10-18 01:45:32 +11:00 |
|
Doug Kearns
|
0b4ff6652b
|
Fix MOW initialization in Teledactyl.
|
2010-10-18 01:12:04 +11:00 |
|
Doug Kearns
|
3a7869ce9b
|
Update Vim runtime files for Ex conditionals.
|
2010-10-17 23:29:52 +11:00 |
|
Doug Kearns
|
d170fda0e3
|
Replace dactyl.has(OS) with util.isOS.
|
2010-10-17 23:22:53 +11:00 |
|
Doug Kearns
|
a507900e04
|
Refactor the gu mapping action again.
|
2010-10-17 01:25:53 +11:00 |
|
Doug Kearns
|
e879395cb2
|
Refactor the gu mapping action.
|
2010-10-16 22:30:37 +11:00 |
|
Doug Kearns
|
81aa34c418
|
Clarify :qmark help by removing partially duplicated discussion of :open.
|
2010-10-15 20:24:07 +11:00 |
|
Doug Kearns
|
ad27471fd6
|
Update Vim runtime files for Cookie related functionality.
|
2010-10-15 19:56:46 +11:00 |
|
Doug Kearns
|
dac0599716
|
Fix naming of Leave* and Enter autocmd events in Teledactyl help.
--HG--
extra : rebase_source : 9909ab5ce0f9f590cfe3fcf3989c36050dd086a0
|
2010-10-15 11:06:37 +11:00 |
|
Doug Kearns
|
2ef89cb8bf
|
Update Vim runtime files for reactivated options and commands.
|
2010-10-15 10:52:17 +11:00 |
|
Doug Kearns
|
6e6633b44c
|
Remove stray period from :yank help index entry.
|
2010-10-15 10:44:03 +11:00 |
|
Doug Kearns
|
47a01c3ff6
|
options.setPref -> prefs.set
--HG--
extra : rebase_source : e6d7710ed3f269934ce4c517e97ad93c6c2f5840
|
2010-10-15 10:41:07 +11:00 |
|
Doug Kearns
|
df52dd1f2b
|
Update straggler commands to use CommandOption.
--HG--
extra : rebase_source : c151758b643249af238cb60d7b04ba2c1bb5dbc6
|
2010-10-15 10:40:27 +11:00 |
|
Doug Kearns
|
2de4120afe
|
Remove redundant use of Option.validateCompleter.
This is run by default now.
--HG--
extra : rebase_source : 5e8a58550a0c6c3c9fb0cc146bb6405009a24ade
|
2010-10-15 10:30:49 +11:00 |
|
Doug Kearns
|
0abc4fbc33
|
Restore PLAYER mode in Melodactyl.
A quick fix to ascertain the status of player features.
--HG--
extra : rebase_source : e941b9f0f3a822b2584ddec66875ec421dd7865c
|
2010-10-15 10:27:10 +11:00 |
|
Doug Kearns
|
83a29fa978
|
Fix :displaypane help.
--HG--
extra : rebase_source : 7487dd7be1e05562b78e5985d57432854a693a1f
|
2010-10-15 04:48:36 +11:00 |
|
Doug Kearns
|
a5789198ba
|
Fix Teledactyl option initialization typo.
--HG--
extra : rebase_source : fe95f1616893f1409033b16553b130e76d222e22
|
2010-10-15 04:42:12 +11:00 |
|
Doug Kearns
|
496ea687f6
|
Remove definition of unused window.BrowserStop for Melodactyl.
--HG--
extra : rebase_source : 5b8db1160f32e5d61ef08cebe95d9b5b04b85f01
|
2010-10-15 04:39:36 +11:00 |
|
Doug Kearns
|
87b033d41d
|
Remove 'jumpto' and 'places' :dialog args.
These are only available as addons now in Songbird.
--HG--
extra : rebase_source : 27328afb30717da4533411912fe46be92cca5659
|
2010-10-15 04:36:13 +11:00 |
|
Doug Kearns
|
72b38d2d2e
|
Remove crufty comment.
--HG--
extra : rebase_source : 3d39efb98c9dd571d019862dded2e6a2cc123c7d
|
2010-10-15 04:34:14 +11:00 |
|
Doug Kearns
|
e45540edce
|
Update Vim runtime files.
--HG--
extra : rebase_source : 8bc88f99b995baafd07f560914089accc2025b35
|
2010-10-15 04:33:48 +11:00 |
|
Doug Kearns
|
0782cc7d77
|
Add 'mapleader' and 'wildanchor' to index.xml.
--HG--
extra : rebase_source : 977caf7f07cbdb280501b090ac021cf2616ea7f4
|
2010-10-15 04:33:15 +11:00 |
|
Doug Kearns
|
bc13f88243
|
Fix ${VAR} formatting in :help :set_env.
|
2010-10-13 11:30:42 +11:00 |
|
Doug Kearns
|
b5d37b8ae4
|
Steal some of stepnem's typo fixing thunder.
|
2010-10-13 11:28:06 +11:00 |
|
Doug Kearns
|
cc9db4f1f8
|
Update some default option values in options.xml.
--HG--
extra : rebase_source : 2d935796a63c269f8655f0b1c3f32461ac74c2e3
|
2010-10-11 22:02:08 +11:00 |
|
Doug Kearns
|
c081c92d3d
|
Fix Vim highlighting of pathological boolean option bang inversions.
--HG--
extra : rebase_source : b535275dc994f5c68533f1f2048cee35bafdc019
|
2010-10-11 22:01:46 +11:00 |
|
Doug Kearns
|
68b6df33ca
|
Miscellaneous formatting fixes.
--HG--
extra : rebase_source : ac84b34db15b95fd5a6ad597a1420ffc4cb35414
|
2010-10-11 22:01:18 +11:00 |
|
Doug Kearns
|
7fc8283f79
|
Add :extupdate to the help file index.
|
2010-10-09 23:03:08 +11:00 |
|
Doug Kearns
|
97b7c272d1
|
Add :extupdate to the help file index.
|
2010-10-09 23:01:53 +11:00 |
|
Doug Kearns
|
b34296017c
|
Update Vim runtime files for :extupdate addition.
|
2010-10-09 22:54:17 +11:00 |
|
Doug Kearns
|
a1d855a478
|
Fix :extupdate name.
"extuupdate" -> "extupdate"
|
2010-10-09 22:50:50 +11:00 |
|
Doug Kearns
|
64a50b8cfc
|
Clean up some crufty comments.
|
2010-10-09 22:48:54 +11:00 |
|
Doug Kearns
|
8be0558982
|
Whitespace fixes.
|
2010-10-09 21:45:52 +11:00 |
|
Doug Kearns
|
86efd0bb6a
|
Add missing "use strict" pragmas.
|
2010-10-09 21:42:37 +11:00 |
|
Doug Kearns
|
16f67b0d7d
|
Fix some outdated TEXTAREA mode references.
--HG--
branch : mode-refactoring
|
2010-10-09 05:49:10 +11:00 |
|
Doug Kearns
|
c3f977cf74
|
Prevent endless TEXTAREA->INSERT->TEXTAREA mode stacking.
--HG--
branch : mode-refactoring
|
2010-10-09 04:18:59 +11:00 |
|
Doug Kearns
|
ce10a9af13
|
Fix 'c' and 's' VISUAL mode mappings.
--HG--
branch : mode-refactoring
|
2010-10-09 02:05:00 +11:00 |
|
Doug Kearns
|
dd3d79ea73
|
Update Vim runtime files for 'mapleader'.
Closes issue #58.
|
2010-10-07 19:07:59 +11:00 |
|
Doug Kearns
|
54bc41d571
|
Rename License.txt to LICENSE.txt to match the legalese.
--HG--
rename : License.txt => LICENSE.txt
|
2010-10-07 16:52:08 +11:00 |
|
Doug Kearns
|
a74f5df6c7
|
Use null rather than -1 for specifying a non-existent mode display function.
--HG--
extra : rebase_source : 1709c70c9e792c2f52009728fc7cd53970f8a9ae
|
2010-10-07 01:35:25 +11:00 |
|
Doug Kearns
|
8eca664a41
|
Remove unused variable.
|
2010-10-07 00:51:30 +11:00 |
|
Doug Kearns
|
b23227f20b
|
Fix error message for non-existent commands in a "|" separated command line.
|
2010-10-07 00:48:33 +11:00 |
|
Doug Kearns
|
3aefc2ef99
|
Add some documentation for :help :bar.
|
2010-10-06 23:57:24 +11:00 |
|
Doug Kearns
|
033ad14e75
|
Restore beeping at buffer scroll boundaries.
|
2010-10-06 23:51:41 +11:00 |
|
Doug Kearns
|
c85b53232f
|
Remove unused melodactyl.svg logo file.
|
2010-10-03 19:38:36 +11:00 |
|
Doug Kearns
|
1fea8310c6
|
Melodactyl naming fixes 2.
--HG--
rename : melodactyl/content/xulmus.svg => melodactyl/content/melodactyl.svg
|
2010-10-03 19:22:55 +11:00 |
|
Doug Kearns
|
cdc82e3f5b
|
Update Vim runtime files for Melodactyl.
|
2010-10-03 19:15:01 +11:00 |
|
Doug Kearns
|
c0a5a680b8
|
Fix :helpall {arg}.
|
2010-10-02 21:03:30 +10:00 |
|
Doug Kearns
|
2c1555b651
|
Add missing filename.xml help file tags to the tags list.
These are the only tags guaranteed to be present for each file.
|
2010-10-02 18:14:33 +10:00 |
|
Doug Kearns
|
ec9b83d898
|
Whitespace fixes.
|
2010-10-02 17:49:55 +10:00 |
|
Doug Kearns
|
572c591979
|
Fix :command list output.
|
2010-10-02 02:39:41 +10:00 |
|
Doug Kearns
|
2aa9c05492
|
Remove unnecessary RegExp when splitting paths in completion.shellCommand.
|
2010-10-02 01:07:06 +10:00 |
|
Doug Kearns
|
38aeea10a8
|
Give the about:pentadactyl page a title.
|
2010-10-02 00:35:43 +10:00 |
|
Doug Kearns
|
7a09c698f7
|
Add some missing options to index.xml help page.
|
2010-10-01 23:55:13 +10:00 |
|
Doug Kearns
|
84cd9c5cef
|
Fix trailing whitespace in last commit (stepnem).
Also kick stepnem to bottom of the AUTHORS list at his request.
|
2010-10-01 22:48:51 +10:00 |
|
Doug Kearns
|
17a0f7bc8d
|
Update Vim runtime files.
|
2010-10-01 22:20:34 +10:00 |
|
Doug Kearns
|
b05c6f5659
|
Update Pentadactyl's AUTHORS list.
|
2010-10-01 20:41:05 +10:00 |
|
Doug Kearns
|
75854ad74d
|
Fix 'banghist' type definition.
|
2010-10-01 20:33:10 +10:00 |
|
Doug Kearns
|
924f6ab1b2
|
Replace some Muttator references.
|
2010-10-01 03:09:31 +10:00 |
|
Doug Kearns
|
725cf1f1f7
|
Replace the *.vimp file extension with config specific extensions.
|
2010-10-01 02:43:02 +10:00 |
|
Doug Kearns
|
002522c179
|
Remove a couple of spurious files.
|
2010-10-01 01:18:08 +10:00 |
|
Doug Kearns
|
8911bedbd7
|
Remove a stale comment.
The visualbell popup no longer clears the command-line.
--HG--
extra : rebase_source : 0b661f2b1ff98eda15cf531aa060b54a7e8bf600
|
2010-09-30 16:51:59 +10:00 |
|
Doug Kearns
|
db40a27d0e
|
Fix the version string on the about:pentadactyl page.
--HG--
extra : rebase_source : ba2cbc680cdda61eb4212550aaff04d58dd1b5a4
|
2010-09-30 16:46:50 +10:00 |
|
Doug Kearns
|
d7bf145acf
|
Normalise the use of "Ex command" in the help files.
--HG--
extra : rebase_source : cff38cc5048c648485bca80031910c1712280b35
|
2010-09-30 15:30:23 +10:00 |
|
Doug Kearns
|
37d94aaed9
|
Junk dactyl.{evalExpression,variableReference}.
Replace mappings.getMapLeader() with a mappings.mapLeader property.
|
2010-09-28 18:53:35 +10:00 |
|
Doug Kearns
|
0d56dac3ac
|
Fix output of :let when no variables are defined.
|
2010-09-28 18:36:00 +10:00 |
|
Doug Kearns
|
f3be395b0c
|
Remove a stale comment.
|
2010-09-28 18:32:08 +10:00 |
|
Doug Kearns
|
a1aa473440
|
Remove useless example RC files.
These would be much better hosted on a wiki or similar.
--HG--
extra : rebase_source : bd6887b6dfbcd7393ee58eac4e61afcef7a9a2bb
|
2010-09-27 01:02:42 +10:00 |
|
Doug Kearns
|
59a65053a7
|
Update Teledactyl related Vim runtime files.
--HG--
rename : teledactyl/contrib/vim/ftdetect/muttator.vim => teledactyl/contrib/vim/ftdetect/teledactyl.vim
rename : teledactyl/contrib/vim/syntax/muttator.vim => teledactyl/contrib/vim/syntax/teledactyl.vim
extra : rebase_source : 46fb45b2e516c953617080ddf417d5ecc5c724ba
|
2010-09-27 00:43:43 +10:00 |
|
Doug Kearns
|
28981bbd22
|
Clarify the Quickmarks#jumpTo docs.
|
2010-09-26 12:09:23 +10:00 |
|
Doug Kearns
|
87b29aa609
|
Camel-case array#{iteritems,itervalues}.
|
2010-09-26 11:54:28 +10:00 |
|
Doug Kearns
|
8f34359ab8
|
Fix typo in IO#readHeredoc.
|
2010-09-26 02:23:07 +10:00 |
|
Doug Kearns
|
67535d91d9
|
Fix typo in :help :js text.
|
2010-09-26 02:17:27 +10:00 |
|