When bufname contains |file-pattern|, setbufvar() might raise E16
Invalid Range error.
Use setbufvar("", ...) instead of setbufvar(bufname_string, ...).
* release/1.3:
Update vim docs
Update README
Update default leader key to <Leader><Leader>
Move most of the code to autoload/
Add credits
Fix CSApprox issue
Add credits
Add modelines
Fix jumplist issues
Match correct column for lines w/ multibyte chars
Update docs
Update default highlighting colors
Update default leader key to avoid plugin conflicts
Add EasyMotionSearch function and mapping
Use first word char as the display target for JK motions
Skip empty mappings
Temporarily disable spell checking
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.
* 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
* 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