Doug Kearns
76e14b78d4
Whitespace fix.
...
--HG--
extra : rebase_source : 551b016d9c5776f49385f4e7cb2cecd34e5f15ad
2010-11-15 12:13:29 +11:00
Doug Kearns
9148d00ede
Fix command arg count validation.
2010-11-13 23:27:25 +11:00
Doug Kearns
b6cca65f3f
Add missing semicolon.
2010-11-13 14:22:28 +11:00
Doug Kearns
edbce58a59
Remove some unused self var declarations.
2010-11-12 22:59:39 +11:00
Doug Kearns
5faa13c996
Clean up editor.pasteClipboard.
...
--HG--
extra : rebase_source : 119ea139b97eee94ec195ddf251c00d5ebdf81c0
2010-11-11 19:09:50 +11:00
Doug Kearns
12850179d5
Make editor.expandAbbreviation a little more readable.
...
--HG--
extra : rebase_source : 49d92eb99a1b5a52db7d24696341148f822b773c
2010-11-10 23:49:12 +11:00
Doug Kearns
ffec397c1a
Remove unused variable from completion.searchEngineSuggest.
2010-11-10 12:14:59 +11:00
Doug Kearns
6490bade8b
Partially clean up the abbreviations API docs.
2010-11-10 12:13:45 +11:00
Doug Kearns
d23b43d963
Return all abbreviations, by default, from the abbreviation completer.
...
Fixes :command -complete=abbreviation
2010-11-10 11:28:09 +11:00
Doug Kearns
ab9b65a712
Remove the command Args dependency from a few straggling completers.
...
--HG--
extra : rebase_source : 12e642050a248dc0a33164d6757e925c9339a760
2010-11-09 22:19:02 +11:00
Doug Kearns
6bf82c4fbc
Declare an undeclared variable in Abbreviation.modeChar.
...
--HG--
extra : rebase_source : 42ff7874f5e75b0bb7970610cd797b7d061e74d1
2010-11-09 22:11:31 +11:00
Doug Kearns
833fcaacdc
Fix :unmap help specs.
...
--HG--
extra : rebase_source : 386de2a0e887be017f67c85ccac8963097c37c98
2010-11-09 22:08:33 +11:00
Doug Kearns
fd9ca1487d
Revert 102689d248aa
...
Args is command completion specific.
--HG--
extra : rebase_source : 230320207a8c1fd9732e406fd217e36736982c27
2010-11-09 00:05:26 +11:00
Doug Kearns
b21c2a093f
Replace a couple of references to util.Array with array.
2010-11-08 21:39:39 +11:00
Doug Kearns
4a2d35c4f4
Add external editor mappings to Command Line and Text Edit modes.
...
This is bound to <C-i> in each of these modes as it is for Insert mode.
--HG--
extra : rebase_source : 846abe669c943637de39a8def11e30d812f01fc2
2010-11-08 18:35:18 +11:00
Doug Kearns
a8b16ec635
Replace util.isOS with a platform queryable util.OS object.
...
--HG--
extra : rebase_source : 2a00dd4e3a023c9de11818bb95d86d9901341c6a
2010-11-08 05:34:57 +11:00
Doug Kearns
7787f0a2ce
Normalise the standard completer signatures to fn(context, args, ...).
...
This also fixes a number of the :command completers.
--HG--
extra : rebase_source : 588a9b5a163ba3882c89d0716f292ef9658297f6
2010-11-06 23:52:23 +11:00
Doug Kearns
e927c521d9
Rename Modes.StackElem and CommandWidgets.addElem to *Element.
...
--HG--
extra : rebase_source : f52b838e76dde8acc41bb382a505627e9c9f02dd
2010-11-05 18:52:28 +11:00
Doug Kearns
27d8ee04bb
Whitespace fixes.
...
--HG--
extra : rebase_source : 767c3a15afc7917a5f6585417c8edcd45b67f0b1
2010-11-05 18:39:06 +11:00
Doug Kearns
81fb98b4c4
Simplify some overwrought optional arg handling in StatusLine updaters.
...
--HG--
extra : rebase_source : 08270edb93ef96cb00d8b16239ff29d61f2299cb
2010-11-05 18:36:12 +11:00
Doug Kearns
903268b0e1
Add missing semicolons.
...
--HG--
extra : rebase_source : 9b307f142d55c3cd89ea6010ea15f1d26b11846f
2010-11-05 09:09:09 +11:00
Doug Kearns
0d20e9ffc7
Make Statusline#updateBufferPosition a little more readable.
2010-11-05 09:01:53 +11:00
Doug Kearns
a66c37088c
Remove unused editor._lastFindChar{,Func} variables.
...
t_; and t_, aren't implemented.
2010-11-05 02:16:08 +11:00
Doug Kearns
44f23146e1
dd 'passkeys' to the Vim syntax files.
2010-11-05 02:09:17 +11:00
Doug Kearns
9512564351
Add some rough preliminary documentation for Text Edit mode.
2010-11-05 02:08:53 +11:00
Doug Kearns
97147e8489
Partially clean up count handling in Editor.
2010-11-05 02:08:23 +11:00
Doug Kearns
749570aba8
Fix count handling of t_p.
...
--HG--
extra : rebase_source : bcbb1c42915c0a328e754e55eeb3c7ca6cfc5194
2010-11-05 01:17:57 +11:00
Doug Kearns
58502396a6
Remove some useless return statements from Editor.
...
--HG--
extra : rebase_source : e0d9e68dd782ceaa3bc444333eea62a7add7e215
2010-11-05 01:17:13 +11:00
Doug Kearns
c6a80bdcb3
End both visual characterwise and linewise modes with either v_V or v_v.
...
The distinction between these visual modes is barely implemented but having v_V
delete characterwise selected text is confusing.
--HG--
extra : rebase_source : c44c998f3e5572067cb858193f5fb1f2c82d3d13
2010-11-05 01:15:54 +11:00
Doug Kearns
c1c20175fb
Remove support for t_gI for now.
...
It's odd to support just that Vim extension even though its implementation is
correct and that of t_I is not. We should look at adding these commands later
when the core Vi commands are more accurately implemented.
--HG--
extra : rebase_source : f33cc9c9cbe0de8af2640655c0c7f9485f0a8a9d
2010-11-05 01:12:55 +11:00
Doug Kearns
ef6a52f01c
Make use of dactyl.assert in t_<C-t> and v_d actions.
...
--HG--
extra : rebase_source : 7c7275d3695e98034f542c29fda8dafee2378253
2010-11-05 01:10:13 +11:00
Doug Kearns
359c6e8a76
Improve t_u and t_r descriptions.
...
--HG--
extra : rebase_source : f630111750ec2f2feaf7442534f4528036ea7975
2010-11-05 01:08:45 +11:00
Doug Kearns
a33c68877e
Improve "command line" <-> "command-line" usage.
...
--HG--
extra : rebase_source : daa8ab7737ea2e82ce48de78d5ae3e8434735cf4
2010-11-05 01:08:01 +11:00
Doug Kearns
26e130bd0b
Whitespace fixes.
...
--HG--
extra : rebase_source : 7bc98c4cf1a8ca89cfbfb1f96ffe9fa72565c663
2010-11-05 00:52:40 +11:00
Doug Kearns
4f5fd70ab2
Make Browser.incrementURL a little more readable.
...
--HG--
extra : rebase_source : d297c23cb02a5b977297938f2086905ffa6a031c
2010-11-05 00:49:46 +11:00
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