Shougo Matsushita
13017932be
Fix CSApprox issue
...
Closes #31 .
2011-06-18 14:16:02 +02:00
Kim Silkebækken
48cdd7e257
Add credits
2011-06-17 22:28:32 +02:00
Kim Silkebækken
8d7b10d5f3
Add modelines
2011-06-17 22:27:23 +02:00
kearnh
e6cddd5406
Fix jumplist issues
...
Jumplist is no longer being corrupted, and "easymotions" are placed in
the jumplist (using "mark ''", see :help jumplist).
Closes #30 .
2011-06-17 22:23:58 +02:00
Kim Silkebækken
3cd718fa9a
Match correct column for lines w/ multibyte chars
...
When matching columns with vim regexps (\%c), it matches the byte
column, not the display column. This requires that any matches on lines
with multibyte characters compensates for the added byte length of the
multibyte characters. This commit contains a fix for this issue.
Closes #28 .
2011-06-17 21:57:25 +02:00
Kim Silkebækken
b8370708ea
Update docs
2011-06-01 10:16:03 +02:00
Kim Silkebækken
26c84b7474
Update default highlighting colors
2011-06-01 10:16:03 +02:00
Kim Silkebækken
7f6feae1dc
Update default leader key to avoid plugin conflicts
2011-06-01 10:16:03 +02:00
Maxime Bourget
b6b7bca4bb
Add EasyMotionSearch function and mapping
...
Just use the last search to move.
Closes #24 .
2011-06-01 10:16:03 +02:00
Kim Silkebækken
e28888f4ad
Use first word char as the display target for JK motions
...
Closes #25 .
2011-06-01 10:16:03 +02:00
Kim Silkebækken
7145eb801f
Skip empty mappings
...
Closes #26 .
2011-04-30 17:16:05 +02:00
Kim Silkebækken
8df71f9454
Temporarily disable spell checking
...
Closes #23 .
2011-04-20 14:15:31 +02:00
Kim Silkebækken
cdecdc56f9
Update README
2011-04-07 10:29:03 +02:00
Kim Silkebækken
dfb8079d8c
Merge branch 'develop'
...
* develop:
Bump version
2011-04-03 17:37:48 +02:00
Kim Silkebækken
f11927df05
Bump version
2011-04-03 17:37:43 +02:00
Kim Silkebækken
601778db62
Merge branch 'release/1.2' into develop
...
* release/1.2:
Make it easier to use custom highlighting
Match empty lines for word and WORD motions
Add motions to just by WORD as well
Ignore help tags generated by vim
2011-04-03 17:27:00 +02:00
Kim Silkebækken
ae3d865083
Merge branch 'release/1.2'
...
* release/1.2:
Make it easier to use custom highlighting
Match empty lines for word and WORD motions
Add motions to just by WORD as well
Ignore help tags generated by vim
Add credits
Update doc section numbers
Add docs
Make everything work with the new tree structured targets
Create function for creating a coord/key lookup dict
Make sure that the key count list is sorted
Add grouping algorithms
Documentation for leader key option
Configurable Leader key
2011-04-03 17:26:56 +02:00
Kim Silkebækken
fcfcf1a6b1
Make it easier to use custom highlighting
2011-04-03 17:23:23 +02:00
Ben Boeckel
0670c87e28
Match empty lines for word and WORD motions
2011-04-03 16:27:01 +02:00
Ben Boeckel
139cc9118a
Add motions to just by WORD as well
...
See
:help /zero-width
for information on the \@<= match atom.
2011-04-03 16:27:01 +02:00
Kim Silkebækken
942cf4754a
Merge branch 'DasIch-master' into release/1.2
...
* DasIch-master:
Ignore help tags generated by vim
2011-04-02 18:02:02 +02:00
Daniel Neuhäuser
43f38d9463
Ignore help tags generated by vim
2011-04-02 17:57:18 +02:00
Kim Silkebækken
d1fdc42da6
Merge branch 'feature/configurable-leader' into develop
...
* feature/configurable-leader:
Add credits
Update doc section numbers
Documentation for leader key option
Configurable Leader key
2011-04-02 17:18:54 +02:00
Kim Silkebækken
f1e3e2bca9
Add credits
2011-04-02 17:18:43 +02:00
Kim Silkebækken
ba1ba7e95b
Update doc section numbers
2011-04-02 17:18:30 +02:00
Kim Silkebækken
b53f5910ed
Merge branch 'mdhooge-master' into feature/configurable-leader
...
* mdhooge-master:
Documentation for leader key option
Configurable Leader key
2011-04-02 17:17:01 +02:00
Kim Silkebækken
8ac570be59
Merge branch 'feature/5-grouping-algorithms' into develop
...
* feature/5-grouping-algorithms:
Add docs
Make everything work with the new tree structured targets
Create function for creating a coord/key lookup dict
Make sure that the key count list is sorted
Add grouping algorithms
Closes #5 .
2011-04-02 17:15:29 +02:00
Kim Silkebækken
8ecb882923
Add docs
2011-04-02 17:14:38 +02:00
Kim Silkebækken
e267452b43
Make everything work with the new tree structured targets
2011-04-02 16:45:21 +02:00
Kim Silkebækken
e68d5b08cd
Create function for creating a coord/key lookup dict
2011-04-02 16:30:10 +02:00
Kim Silkebækken
9e69b61e6a
Make sure that the key count list is sorted
...
This is a horrible workaround for unsorted dicts, but it works fine.
2011-04-02 16:27:57 +02:00
Kim Silkebækken
f126bf53ff
Add grouping algorithms
...
Two algorithms are defined:
- Original: The original grouping
- SCTree: Single-key/closest target priority tree
2011-04-02 15:28:27 +02:00
Michel D'HOOGE
2d8e194f0d
Documentation for leader key option
2011-04-02 14:30:25 +02:00
Michel D'HOOGE
762387d6d7
Configurable Leader key
2011-04-02 11:56:01 +02:00
Kim Silkebækken
f5f6ecb532
Merge branch 'release/1.1.1' into develop
...
* release/1.1.1:
Bump version
2011-04-01 10:05:18 +02:00
Kim Silkebækken
bd76f58e04
Merge branch 'release/1.1.1'
...
* release/1.1.1:
Bump version
Update docs
Replace hard tabs with spaces to avoid jumping
Update doc reference
Update comments and code folds
Make InitOptions take a dict as its parameter
Fix "e" operator-pending motion
Add credits
Update docs
Allow customizing all key mappings
2011-04-01 10:05:13 +02:00
Kim Silkebækken
f2f7d91e0b
Bump version
2011-04-01 10:05:08 +02:00
Kim Silkebækken
bc49996776
Merge branch 'feature/no-jump-tabs' into develop
...
* feature/no-jump-tabs:
Update docs
Replace hard tabs with spaces to avoid jumping
2011-04-01 10:03:24 +02:00
Kim Silkebækken
d24c41f6a4
Update docs
2011-04-01 10:03:17 +02:00
Kim Silkebækken
308aa0a499
Replace hard tabs with spaces to avoid jumping
2011-04-01 10:03:11 +02:00
Kim Silkebækken
b8f3af5345
Update doc reference
2011-04-01 10:02:10 +02:00
Kim Silkebækken
62406f4e5a
Update comments and code folds
2011-04-01 08:48:33 +02:00
Kim Silkebækken
928ba3f380
Make InitOptions take a dict as its parameter
2011-04-01 08:48:12 +02:00
Kim Silkebækken
c857f35664
Fix "e" operator-pending motion
2011-04-01 08:07:42 +02:00
Kim Silkebækken
a515b3635d
Merge branch 'feature/8/custom-mappings' into develop
...
* feature/8/custom-mappings:
Add credits
Update docs
Allow customizing all key mappings
Closes #8 .
2011-04-01 08:02:13 +02:00
Kim Silkebækken
969643f662
Add credits
2011-04-01 08:01:54 +02:00
Kim Silkebækken
833e2d9ee2
Update docs
2011-04-01 08:01:48 +02:00
Kim Silkebækken
22eaadc5e5
Allow customizing all key mappings
2011-04-01 07:46:42 +02:00
Kim Silkebækken
dff2905d86
Merge branch 'hotfix/1.1.0.1' into develop
...
* hotfix/1.1.0.1:
Bump version
Fix w, b, e, j, k operator-pending motion behaviors
2011-03-31 22:01:08 +02:00
Kim Silkebækken
7c6cff7734
Merge branch 'hotfix/1.1.0.1'
...
* hotfix/1.1.0.1:
Bump version
Fix w, b, e, j, k operator-pending motion behaviors
2011-03-31 22:01:02 +02:00