Commit Graph

802 Commits

Author SHA1 Message Date
haya14busa
e1a0ca2a97 Add maintainer description 2014-01-10 23:21:43 +09:00
haya14busa
fb81281dc8 Perform refactoring plug/easymotion.vim and init.vim
Flatten indent and Delete InitOptions function
2014-01-10 23:21:38 +09:00
haya14busa
7568f2f561 Remove a task from TODO list 2014-01-10 22:13:58 +09:00
haya14busa
2f79a7c1c7 Merge branch 'modify/selectphrase' into master 2014-01-10 21:35:18 +09:00
haya14busa
9d474722d5 Support migemo & smartsign to SelectPhrase
And some refactoring
Escape '[' & ']'  in s:findmotion for SelectPhrase
2014-01-10 21:33:21 +09:00
haya14busa
1ea0af6119 Merge branch 'modify/plug-prefix' into master 2014-01-10 19:56:40 +09:00
haya14busa
e7ff5027fa Update doc & readme: Plug support for prefix key 2014-01-10 19:55:53 +09:00
haya14busa
d0352aacfd Plug support for EasyMotion prefix (leader) key 2014-01-10 19:55:05 +09:00
haya14busa
d3bbdd90cc Merge branch 'feature/repeat_and_enter' into master 2014-01-10 17:16:45 +09:00
haya14busa
50b858cd3d Update doc
Add description for Easymotion_enter_jump_first
2014-01-10 17:16:09 +09:00
haya14busa
daf0362674 Update doc
Add description for repeat motion
Some Cosmetic changes
2014-01-10 17:03:08 +09:00
haya14busa
65d4d41d66 Update doc
Add description for missing line motion
2014-01-10 16:47:35 +09:00
haya14busa
1661f31786 Update TODO 2014-01-10 13:22:31 +09:00
haya14busa
0f4a6438b1 Implement jump first match with Enter option
Variable: g:EasyMotion_enter_jump_first
Default: 0 (Off)
Enable: let g:EasyMotion_enter_jump_first = 1
2014-01-09 14:00:06 +09:00
haya14busa
b03263760b Implement repeat last motion!
Description: Repeat last motion(use same regexp)
Mapping: <Plug>(easymotion-repeat)
FIXME: dir arguments is redundant
2014-01-09 14:00:00 +09:00
haya14busa
29a46ae157 Modify and Add missing within line motion
Mofify: use s:line_flag and search_stopline
Add   : Missing f,F,t,T motion within line

And some refactoring about init & reset functions
2014-01-09 13:46:11 +09:00
haya14busa
aa8d1ef8a6 Fix allows_repeat variable for SelectLines is global 2014-01-09 10:30:51 +09:00
haya14busa
a8dc9e24e7 Merge branch 'fix/handle-visual' 2014-01-09 06:28:33 +09:00
haya14busa
2d93607798 Fix handling visual mode 2014-01-09 06:27:37 +09:00
haya14busa
3d3f4a7864 Merge branch 'fix/refactoring' 2014-01-09 05:07:35 +09:00
haya14busa
d4cfdf05bb Fix refactoring 2014-01-09 05:07:17 +09:00
haya14busa
22ed806308 Merge branch 'fix-undo-cmd' into master 2014-01-09 03:03:04 +09:00
haya14busa
e9aba3a7f8 Fix restoring undotree in command-line window 2014-01-09 03:01:00 +09:00
haya14busa
5df1c0bb54 Update TODO 2014-01-07 22:58:52 +09:00
haya14busa
5f7fdbb160 Merge branch 'fix/line_motion_visual' into master 2014-01-07 20:34:18 +09:00
haya14busa
38b6f3b456 Merge branch 'refactoring' into master 2014-01-07 20:34:00 +09:00
haya14busa
2fdfc15c56 Fix lineanywhere motion at visual selection
Probrem: line('.') couldn't correctly current position at visual mote
unless get buck normal mode temporarily
2014-01-07 20:29:16 +09:00
haya14busa
ead72033d7 Delete unused file 2014-01-07 17:08:52 +09:00
haya14busa
4eeae613bc Flatten indent 2014-01-07 17:02:16 +09:00
haya14busa
9812233fac Perform refactoring for handling visual mode 2014-01-07 16:17:54 +09:00
haya14busa
49af16d291 Merge branch 'feature/withinline' into master 2014-01-07 10:17:42 +09:00
haya14busa
10e4d19ed2 Fix indent 2014-01-06 13:53:49 +09:00
haya14busa
986119b514 Fix error temporarily when undofile is empty at first edit
Solution: execute undobreak if undofile is not readable(maybe once)
Problem : side effect(undo number is incremented)
2014-01-06 13:52:35 +09:00
haya14busa
856fa03fa1 Update TODO 2014-01-06 09:45:25 +09:00
haya14busa
82dfa75ba8 Merge branch 'fix/undotree' into master 2014-01-06 09:29:32 +09:00
haya14busa
c6a7c4ff10 Fix undotree
Problem  : EasyMotion destroy undotree by overwriting buffer text
temporarily
Solution : Use wundo & rundo
Reference: :h wundo
           :h rundo
2014-01-06 09:24:32 +09:00
haya14busa
28cfe7eefd Update TODO 2014-01-06 00:10:54 +09:00
haya14busa
f29df93431 Remove some tasks from the TODO list 2014-01-06 00:06:10 +09:00
haya14busa
c1238af513 Update README
Add within line motion description
2013-12-29 16:32:40 +09:00
haya14busa
53100fbc61 Implement within Line Motion! 2013-12-29 16:21:37 +09:00
haya14busa
a4da14fa14 Merge branch 'feature/smartsign' into master 2013-12-29 15:37:08 +09:00
haya14busa
996f8fcdc7 Update doc
Add description of Easymotion_smartsign
2013-12-29 15:19:42 +09:00
haya14busa
652e5985b4 Add small condition to migemo 2013-12-29 14:31:34 +09:00
haya14busa
4c55ab61ac Add smartsign feature like smartcase
Now, you can jump to '!' by '1'.
Option: keyboard layout
    g:EasyMotion_use_smartsign_us
    g:EasyMotion_use_smartsign_jp
2013-12-29 14:29:05 +09:00
haya14busa
9185b1362a Update .gitignore 2013-12-23 01:00:13 +09:00
haya14busa
37e5506b8b Refactoring JumpToAnywhere motion! 2013-12-23 01:00:13 +09:00
haya14busa
fe8d8448cf Refactoring Find motion! 2013-12-23 01:00:07 +09:00
haya14busa
6cb60225bf Fix SelectLine & SelectPhrase behavior
Now cursor jump to second typed position
2013-12-22 20:55:28 +09:00
haya14busa
e5aac13f0b Improve do mapping behavior 2013-12-22 20:49:35 +09:00
haya14busa
5ad98ce6d4 Merge branch 'lazymotion' into master 2013-12-22 00:45:35 +09:00