Commit Graph

712 Commits

Author SHA1 Message Date
haya14busa
44499bae25 minor cleanup 2014-09-10 20:15:48 +09:00
haya14busa
3b8a2dda5c update vital-over 2014-08-29 00:38:52 +09:00
haya14busa
60cb17b87f Update vital-over: including fix #177 2014-08-28 10:24:43 +09:00
haya14busa
0ae51b2ddc Merge pull request #176 from yshalabi/patch-1
Update README.md
2014-08-23 08:54:49 +09:00
yshalabi
dc7cca7460 Update README.md
minor change to reflect updated Vundle syntax
2014-08-22 08:05:49 -04:00
haya14busa
7b4aa051ff doc: fix grammatical error in the README 2014-08-16 16:40:20 +09:00
haya14busa
8ef9ab5a6c doc: Fix trivial grammatical error by vim-grammarous 2014-08-16 16:32:05 +09:00
haya14busa
fd556fd9de Delete undo file explicitly ref: #174
Thanks: @hokorobi
2014-08-09 17:48:49 +09:00
haya14busa
b2951b070b Update vital.vim
- Fix loading problem: fix #171
2014-07-24 10:35:19 +09:00
haya14busa
6a0030da89 Do not show version requiring messages on startup
ref: #167 #170
2014-07-23 07:35:41 +09:00
haya14busa
537c2ff01a Update vital & vital-over 2014-07-16 00:43:16 +09:00
haya14busa
5cd205a016 Use winrestview() to adjust screen 2014-07-07 17:26:18 +09:00
haya14busa
b0999d6c99 Lint check with vim-lint
- remove unused arguments
- remove unused variables
- explicitly initialize a variable
2014-07-01 00:14:53 +09:00
haya14busa
ccefe1ae84 Remove an unused argument 2014-07-01 00:02:28 +09:00
haya14busa
ff793c6629 Merge branch 'add-respect-n-N' 2014-06-28 17:22:46 +09:00
haya14busa
78ad6d82d3 n & N easymotion which respect previous direction 2014-06-28 17:22:12 +09:00
haya14busa
42e02a741c Merge branch 'fix-matchaddpos' 2014-06-19 17:45:46 +09:00
haya14busa
834f76d279 Fix highlight of second targets with matchaddpos() 2014-06-19 17:45:07 +09:00
haya14busa
70406b717c Reduce lines of code a little 2014-06-19 17:44:20 +09:00
haya14busa
cb801bca48 Merge branch 'matchaddpos' 2014-06-18 13:00:58 +09:00
haya14busa
57371aed8f Use matchaddpos() if possible 2014-06-18 12:53:19 +09:00
haya14busa
e2aae85588 Merge branch 'fix-count-dotrepeat' 2014-06-12 17:14:28 +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
d61f2bdf23 Improve a variable name & add a comment 2014-06-12 16:41:14 +09:00
haya14busa
9db99ba80f Merge branch 'handle-exception' 2014-06-12 16:25:17 +09:00
haya14busa
04788cfa40 Cosmetic change 💄 2014-06-12 16:24:40 +09:00
haya14busa
f524597ce1 Handle EasyMotion exception separating from unexpected one
Conflicts:
	autoload/EasyMotion.vim
2014-06-12 16:24:17 +09:00
haya14busa
cd63e50838 Fix dotrepeat with count
- s:EasyMotion always reset s:flag, s:current
- use for instead of while
2014-06-12 11:50:33 +09:00
haya14busa
47f8bbc121 Remove unused variables 2014-06-12 11:44:07 +09:00
haya14busa
517ce0b80a TEST: Modify the test case for next/previous 2014-06-12 10:33:25 +09:00
haya14busa
2e2b2aedea Merge branch 'fix-jumplist-nextprev' 2014-06-12 10:32:20 +09:00
haya14busa
28236c3d47 Next/Previous motions with counts are now jump motions 2014-06-12 10:32:06 +09:00
haya14busa
7a03e86471 Support count of next/previous in visual mode 2014-06-12 10:26:13 +09:00
haya14busa
bf093abbdf Merge branch 'update-vital-over' 2014-06-07 02:24:48 +09:00
haya14busa
d910e4f1a2 Fix cannot input 4 & 7 by workaround 2014-06-07 02:24:29 +09:00
haya14busa
03573c9921 [WIP] couldn't input 4??? 2014-06-07 01:35:19 +09:00
haya14busa
2c4fa0dde2 Revert "Merge branch 'update-vital-over'"
This reverts commit 10a147d534, reversing
changes made to 9f836921d3.
2014-05-30 00:22:13 +09:00
haya14busa
6d5cd26f98 Add a message of version compatibility on startup 2014-05-29 09:34:50 +09:00
haya14busa
993a8f9f95 Cosmetic changes 2014-05-26 13:36:12 +09:00
haya14busa
10a147d534 Merge branch 'update-vital-over' 2014-05-23 15:42:29 +09:00
haya14busa
3f240f9cdd Update vital-over 2014-05-23 15:42:08 +09:00
haya14busa
9f836921d3 Merge branch 'fix/foldedline' into master 2014-05-06 11:00:12 +09:00
haya14busa
a01c3d1fd1 Fix g:EasyMotion_skipfoldedline for backward motions 2014-05-06 10:59:46 +09:00
haya14busa
15954d07ca Remove incorrect comment 2014-05-06 10:46:08 +09:00
haya14busa
180cc531e4 Merge branch 'fix/asterisc' into master 2014-05-06 10:42:18 +09:00
haya14busa
6453858915 Escape * (asterisc) correctly
- Especially for 2-key find motions
- fix #151
- Thanks @wilywampa
2014-05-06 10:41:54 +09:00
haya14busa
5cc559dbe6 Refactoring shade regexp for witin line. 2014-05-06 08:22:32 +09:00
haya14busa
245035ba51 Save and Restore foldmethod for all method including expr
close #140
2014-05-06 08:22:04 +09:00
haya14busa
eb1598eadf Merge pull request #148 from sahands/master
Update README.md
2014-04-29 18:23:17 +09:00
Sahand Saba
5bfc987194 Update README.md
Minor fix: <Leader>l should be easymotion-lineforward, and <Leader>h should be easymotion-linebackward.
2014-04-27 14:09:24 -07:00