Commit Graph

90 Commits

Author SHA1 Message Date
haya14busa
3f844bcfd0 fix undo restore failing when empty undo history
Fix #339
2017-07-15 04:49:37 +00:00
haya14busa
d55e7bf515 Merge branch 'feature/ascii-migemo' 2017-04-27 12:16:27 +00:00
Kyohei Morihiro
bd03c22f75 Fix to use current &migemodict value if it exists 2017-04-11 12:40:42 +09:00
Kyohei Morihiro
450f14521b Support all ASCII characters in migemo, without whitespace.
1. Ignore whitespace because migemo doesn't generate any useful regexp for whitespace.
2. Fix not to escape any ASCII characters (e.g. `*`, `.`) if migemo is enabled,  because `s:convertMigemo()` will replace them with migemo-regexps.
3. Remove verifying `re` in `s:convertMigemo()`, because `s:should_use_migemo()` already verified it.
2017-04-07 16:39:16 +09:00
Kyohei Morihiro
ef386352b0 Fix to use migemodict for +migemo 2017-04-06 16:24:25 +09:00
haya14busa
11632455de update vital 2016-10-19 00:52:20 +09:00
haya14busa
cdc77add59 introduce revitalizer for speed!!! 2016-03-22 21:55:42 +09:00
haya14busa
b1acf6712d Init with overwin motions
fix #268
2016-01-28 17:57:37 +09:00
haya14busa
87e7b88bdd Preserve syntax and support g:EasyMotion_do_shade for overwin motions 2016-01-21 13:01:06 +09:00
haya14busa
291d92be70 Merge branch 'overwin' #130 2016-01-19 03:05:40 +09:00
haya14busa
7578ffe479 Support jump to first target feature for overwin motions 2016-01-19 03:02:44 +09:00
haya14busa
d4c14f7731 Fix remapping over commandline keymappings
fix #262
2016-01-18 03:30:29 +09:00
haya14busa
c9cc9ecd64 Merge pull request #241 from somini/master
Introduce verbose option
2016-01-18 03:16:52 +09:00
haya14busa
f306da3966 Fix <Tab> character handling for JK motions
fix #228 #243
2016-01-18 03:05:36 +09:00
haya14busa
656f3425fa Update vital-hit-hint-motion 2016-01-18 02:56:36 +09:00
haya14busa
00fc3281c3 Now, you can move cursor even over/across window
- implement <Plug>(easymotion-overwin-f)
- implement <Plug>(easymotion-overwin-f2)
- TODO:
  - test
  - doc
  - care configuration
2016-01-15 01:03:43 +09:00
somini
e3ee8c96b2 Extend verbose option to the command-line
I did a grep for more instances, but I think that's the only place where
it calls echo directly.
2015-11-16 00:08:34 +00:00
haya14busa
30e6870ff7 Raise priority for target highlight 2015-06-29 17:38:52 +09:00
haya14busa
c5e6715623 Fix unexpected global var 2014-12-05 17:57:23 +09:00
haya14busa
09b0d7b944 Fix undefined variables
close #201
2014-12-04 17:34:09 +09:00
Cody Hiar
58fcc31f7b Fixing 256 color codes 2014-12-01 11:30:53 -07:00
haya14busa
44499bae25 minor cleanup 2014-09-10 20:15:48 +09:00
haya14busa
57371aed8f Use matchaddpos() if possible 2014-06-18 12:53:19 +09:00
haya14busa
2d2b597ce3 Fix dot repeat with count
- Solution: Consider into the char on the cursor position while dot repeat.

fix #164
2014-06-12 17:14:04 +09:00
haya14busa
b89b8f0d67 Highlight cursor position by default
Modify to highlight cursor waiting key input too
2014-03-21 17:02:26 +09:00
haya14busa
c91a012505 Oops...Remove cmdline.set_suffix() 2014-03-21 16:59:22 +09:00
haya14busa
5302eecff5 Do not modify foldmethod if the value is expr
It seems calculation of `expr` slows down to complete jump
If &foldmethod == 'expr', maybe there are no need to modify values temporarily
2014-03-17 22:12:49 +09:00
haya14busa
79351abae6 Update vital-over 2014-03-15 01:10:32 +09:00
haya14busa
b3d954ddc1 Improve helper#is_folded() 2014-02-22 18:31:13 +09:00
haya14busa
bef3e42328 Fix unexpected message echoed
Problem: use `let` to call function instead of `call`...
update vital-over

close #115
2014-02-21 19:55:23 +09:00
haya14busa
0a35207598 Merge branch 'handle/scrolloff' into master 2014-02-21 18:50:21 +09:00
haya14busa
215163c1b1 Handle scrolloff option when n-key motion
close #110
2014-02-21 18:48:22 +09:00
haya14busa
ee08b922a5 Use set_prompt() instead of s:cmdline.prompt 2014-02-17 20:52:45 +09:00
haya14busa
67eab2c5c7 Merge branch 'modify/cmdline' into master 2014-02-17 00:01:09 +09:00
haya14busa
893fc516e0 Update vital-over 2014-02-17 00:00:22 +09:00
haya14busa
3980b690bb Merge branch 'handle/avoidhighlight' into master 2014-02-15 00:17:33 +09:00
haya14busa
ff4bdedaa4 Minor improvement of silent_feedkeys() 2014-02-13 11:40:01 +09:00
haya14busa
55063e6868 Improve n-key find motions' consistency with default search
Highlight all the matches after the landing.

Close #100
2014-02-13 11:27:07 +09:00
haya14busa
ea8da5c03d Remove init.vim 2014-02-13 10:56:38 +09:00
haya14busa
a31ec1191a Handle avoid Error & MatchParen highlight correctly 2014-02-12 13:33:21 +09:00
haya14busa
e27e7d65c4 Handle CSApprox: do not use CSApprox by default
Github: #99 #98 #90 #35 #31
2014-02-12 13:20:57 +09:00
haya14busa
4ded78e697 Fix CSApprox: handling g:CSApprox_loaded #98 2014-02-11 19:03:00 +09:00
haya14busa
ff5a3a7d3d Modify cmdline for vital-over update 2014-02-10 10:34:55 +09:00
haya14busa
b82626f614 Fix condition for CSApprox 2014-02-07 16:45:11 +09:00
haya14busa
ff5567fc7e Maybe workaround but it seems to fix handlin CSApprox 2014-02-07 16:06:20 +09:00
haya14busa
d7a1d45a2e Move init highlight function to highlight.vim from init.vim 2014-02-07 15:20:58 +09:00
haya14busa
525b008695 Modify should_use_smartcase to should_case_sensitive
Take into account &ignorecase and &smartcase for n key find motion to be
consistent with vim default search
2014-02-06 22:12:52 +09:00
haya14busa
5475bd72f6 Merge branch 'improve/commandline' into dev 2014-02-06 19:44:30 +09:00
haya14busa
936adf59f0 Remove on_cancel & use exit_code() 2014-02-06 19:35:16 +09:00
haya14busa
cb0ba2563d Oops 2014-02-05 23:15:57 +09:00