Kris Maglione
e69cba9ff3
Add "."
2008-10-11 06:27:07 +00:00
Doug Kearns
6ef73cf313
whitespace fixes and revert some overly aggressive use of expression closures
2008-10-04 10:18:53 +00:00
Doug Kearns
156fa5d56f
add bangAllowed property to Command's extraInfo to specify whether the bang
...
version of the command is available
2008-10-04 09:00:36 +00:00
Kris Maglione
1891746b9e
Bunch-o-fixes, plus some non-trivial changes that I may wind up weeding out.
2008-10-04 04:08:03 +00:00
Kris Maglione
76b6c530b1
Frob some fnords.
2008-10-02 06:42:42 +00:00
Kris Maglione
1cf325a539
Refactor HTML generation to use E4X. Could use some refactoring.
2008-09-30 23:37:33 +00:00
Doug Kearns
c076c8be0f
fix some arg redeclarations
2008-09-28 12:51:53 +00:00
Doug Kearns
804b1fd62f
add a default string for the RHS of programmatically defined user mappings in
...
:map list output
2008-09-24 06:00:56 +00:00
Doug Kearns
851d8d8383
use 'lambda' notation where appropriate
2008-09-23 10:06:04 +00:00
Doug Kearns
c0ebd0be4d
minor refactoring of Map#hasName
2008-09-18 14:26:12 +00:00
Doug Kearns
da4f0ae375
minor refactoring of Map constructor
2008-09-18 14:23:58 +00:00
Doug Kearns
e64a7397df
use let when declaring loop variables
2008-09-18 12:07:10 +00:00
Doug Kearns
a0cbde84b1
remove redundant throwing of StopIteration from generators
2008-09-15 14:52:21 +00:00
Kris Maglione
386bfb1f20
Allow hints in the MOW.
2008-09-14 22:23:06 +00:00
Doug Kearns
fefa6e4609
move getMapLeader() to liberator.Mappings
2008-09-11 16:39:29 +00:00
Doug Kearns
f2b0ce2317
revert use of argCount in :unmap commands as parseArgs() currently has no means
...
of dealing with unmatched quotes
2008-08-29 09:02:36 +00:00
Doug Kearns
49a4fddacd
add completion support to :*map commands
2008-08-20 15:16:03 +00:00
Doug Kearns
25eb1e134c
add completion to :*unmap commands
2008-08-20 12:10:44 +00:00
Doug Kearns
a234aa747e
make use of our argsParser to handle commands with zero arguments
2008-08-14 08:24:02 +00:00
Martin Stubenschrott
1035a01ace
make use of our argsParser to handle commands with a fixed number of arguments.
...
Also added args.string to access the original string before it was parsed.
TODO: Always pass a parseArgs-like structure to commands, instead of only
when options or argCount is specified?
2008-08-13 21:53:56 +00:00
Doug Kearns
66ff19d7af
trivial formatting improvements
2008-08-12 16:16:24 +00:00
Doug Kearns
2a0c5ef869
rename variables named char as this is a reserved word
2008-08-05 02:03:41 +00:00
Doug Kearns
dbcf8c8b69
whitespace formatting fix
2008-07-30 01:20:35 +00:00
Doug Kearns
c1f1b1d419
expand <Leader> in addUserMap() (Tim Hammerquist)
2008-06-02 18:17:05 +00:00
Doug Kearns
973f3e5ca3
whitespace fixes
2008-06-02 18:11:47 +00:00
Doug Kearns
c1390135d2
whitespace fixes
2008-05-27 15:15:36 +00:00
Doug Kearns
f43fc67115
add some missing fold markers
2008-05-17 16:04:24 +00:00
Martin Stubenschrott
618c47bc46
big vimperator->liberator rename, expect some brakeage
2008-03-18 15:18:55 +00:00
Martin Stubenschrott
67fda2892f
fixed vimperator.util.generateHelp
2008-03-02 23:01:56 +00:00
Martin Stubenschrott
48a79ca3cf
sort :commands for tab-completion
2008-03-01 00:27:10 +00:00
Martin Stubenschrott
2168ef2c2d
test mozdev homepage with no branding
2008-02-29 16:59:50 +00:00
Martin Stubenschrott
57debc00e0
* renamed shortHelp -> decription
...
* refactored abbreviation and mapping commands (actually 200 LOC less now :)
2008-02-29 14:46:33 +00:00
Martin Stubenschrott
e02cc7622c
readded getUserIterator
2008-02-25 17:01:18 +00:00
Martin Stubenschrott
4ac9a3aa0f
got rid of all remaining mappings in mappings.js, most of the moved to editor.js
2008-02-24 12:16:12 +00:00
Martin Stubenschrott
f86df3e65a
all mappings apart from various insert modes are finally there where they should be
2008-02-24 01:47:47 +00:00
Martin Stubenschrott
800516acba
more refactoring
2008-02-23 23:00:43 +00:00
Martin Stubenschrott
a92f9c9a2b
moved some mappings to buffer.js and hints.js
2008-02-23 21:17:39 +00:00
Martin Stubenschrott
3b461b18c2
began moving some mappings from mappings.js -> buffer.js; Also the constructors of Mail() and Buffer() accept an argument in which mode they should add the mapping
2008-02-14 15:00:05 +00:00
Martin Stubenschrott
e652d53e5d
moved search mappings to find.js
2008-02-13 05:02:49 +00:00
Martin Stubenschrott
fec955dcb2
changed "B" mapping. Also moved tab specific mappings/commands from commands.js and mappings.js to tabs.js; This kind of changes will occur frequently in future.
2008-02-12 15:57:12 +00:00
Martin Stubenschrott
76c161a0f4
moved allModes from mappings.js to vimperator.modes.all
2008-02-12 13:33:37 +00:00
Martin Stubenschrott
3f6a157524
renamed buffers.js to buffer.js
2008-02-11 17:13:20 +00:00
Martin Stubenschrott
1556268fea
massive options.js cleanup. It is now only responsible for the options framework, but does not host
...
any option. They are now saved in the modules where the corresponding features are defined or in vim.js
if they are general options. Expect the same code rework for commands and mappings.
2008-02-07 03:03:27 +00:00
Martin Stubenschrott
7d9e1e100a
added -- MESSAGE -- mode handling to muttator. This will be the only muttator-specific mode added to the VIM core.
2008-02-05 13:49:59 +00:00
Martin Stubenschrott
c9fdb64ba1
fixed :map <Right> gt
2008-02-05 01:43:33 +00:00
Martin Stubenschrott
286feedfc7
initial small changes, so muttator loads at least fully
2008-02-05 01:31:06 +00:00
Martin Stubenschrott
2777a8e09c
get rid off v.options.{g,s}etFirefoxPref and renamed it to {g,s}etPref. You shouldn't save vimperator specific preferences in the about:config anyway, but store larger things like the history in the SQLITE database.
2008-02-05 01:00:15 +00:00
Martin Stubenschrott
e2e42c83c8
fixed F1
2008-02-01 14:12:48 +00:00
Martin Stubenschrott
3b4f00a2e8
many small style improvements, some useless test functions added (yeah, that's why it's called "pre" software :))
2008-02-01 02:45:31 +00:00
Martin Stubenschrott
ee73cd05a9
biggest commit ever: cvs diff -u |wc -l -> 2491 lines; Removed all inline help
2008-01-31 22:57:59 +00:00