Commit Graph

  • 306fbad53e Merge branch 'fix/dotrepeat' into master haya14busa 2014-01-19 21:24:02 +0900
  • bd04f3dad4 Fix typo haya14busa 2014-01-19 21:21:57 +0900
  • 99b6d953ab Fix side effect of overwriting buffer(b:changedtick) haya14busa 2014-01-19 21:17:51 +0900
  • 9e8ea88683 Fix dot repeat motion use previous motion info haya14busa 2014-01-19 21:12:17 +0900
  • 7faff893e2 Handling 'y' repeat haya14busa 2014-01-19 17:59:30 +0900
  • 1cf3f96f3c Cosmetic haya14busa 2014-01-18 02:46:48 +0900
  • 6fc76bc3fa Update TODO haya14busa 2014-01-18 01:04:23 +0900
  • b624c9cec1 Fix '.' repeat with count and trivial haya14busa 2014-01-18 01:02:37 +0900
  • 3c562d9572 Merge branch 'feature/regexp-find' into master haya14busa 2014-01-17 21:02:56 +0900
  • 5aa681d9a1 Implement regexp option to multi input find motion haya14busa 2014-01-17 20:59:41 +0900
  • 4d3961c412 Test: add test case for t,T smartsign haya14busa 2014-01-17 19:53:45 +0900
  • 37d8bafd0a Refactoring: find motion haya14busa 2014-01-17 19:39:06 +0900
  • 5bed6b3f9e Cosmetic: retab to expandtab all and add modeline haya14busa 2014-01-17 17:39:26 +0900
  • c4e1a44787 Merge branch 'fix/jumplist' into master haya14busa 2014-01-17 17:20:53 +0900
  • cd545b5141 Add Test case: EasyMotion as jump haya14busa 2014-01-17 17:10:51 +0900
  • 5edc6e1a58 Fix&Feature : Consider EasyMotion as jump-motion haya14busa 2014-01-17 17:04:12 +0900
  • f37b60e3be Merge branch 'feature/custom-prompt' into master haya14busa 2014-01-17 15:30:10 +0900
  • 916e51e222 Update doc: prompt message haya14busa 2014-01-17 15:27:36 +0900
  • 9c0183faa7 Modify prompt message and make it more configurable haya14busa 2014-01-17 15:12:33 +0900
  • 4728a9dcbd Modify condition for multi input find motion haya14busa 2014-01-17 15:10:07 +0900
  • 832c496c4e Fix test description haya14busa 2014-01-17 00:49:08 +0900
  • de2d1642d2 Update TODO haya14busa 2014-01-16 23:47:39 +0900
  • c9be21f414 Rename <Plug>(easymotion-previous) to <Plug>(easymotion-prev) haya14busa 2014-01-16 23:37:47 +0900
  • 7c2ed49d3a Merge branch 'feature/next-previous' into master haya14busa 2014-01-16 23:20:42 +0900
  • 04d8a9a1e8 Doc: Fix indent haya14busa 2014-01-16 23:19:54 +0900
  • 6b77811186 Implement next/previous motion like ; & , haya14busa 2014-01-16 23:18:56 +0900
  • cb45856d7d Reset current dictionary haya14busa 2014-01-16 23:06:01 +0900
  • 9a153bf7a1 Update TODO haya14busa 2014-01-16 22:09:36 +0900
  • e1d12af081 Add travis ci build status image to README haya14busa 2014-01-16 21:25:59 +0900
  • 6b42a16080 Test: bundle install and remove vim-repeat dependency haya14busa 2014-01-16 21:20:03 +0900
  • bde8c9334c Merge branch 'feature/dotrepeat' into master haya14busa 2014-01-16 20:53:19 +0900
  • 6c9ac6ce56 Update doc: '.' repeat! haya14busa 2014-01-16 20:51:36 +0900
  • a6c9d4c40c Add vim-vspec test haya14busa 2014-01-16 20:42:20 +0900
  • 9d8864c838 Fix typo: <Plug> haya14busa 2014-01-16 20:40:56 +0900
  • 19f6caf505 Fix typo: <Plug> mapping haya14busa 2014-01-16 18:43:11 +0900
  • cbb3c3dbc5 Fix typo: <Plug> mappings haya14busa 2014-01-16 17:01:51 +0900
  • 335ea6dac7 Fix typo haya14busa 2014-01-16 15:57:23 +0900
  • c7e1b7c2bf Implement "." repeat! haya14busa 2014-01-16 13:36:36 +0900
  • 762ad9cc17 Merge branch 'refactoring' into master haya14busa 2014-01-15 22:59:52 +0900
  • 3df6cd8465 Delete EasyMotion#UserMapping haya14busa 2014-01-15 22:44:11 +0900
  • 62a54ce218 Delete line_flag variable and use flag dictionary haya14busa 2014-01-15 22:42:38 +0900
  • b104fbffbe Check visual mode to adjust screen haya14busa 2014-01-15 22:36:27 +0900
  • 32a7e1a8b7 Use is_exclusive instead of mode(1) haya14busa 2014-01-15 22:28:44 +0900
  • b130898848 Rename variable: s:ols to s:previous haya14busa 2014-01-15 22:23:49 +0900
  • 29310d6200 Update doc: JK motion haya14busa 2014-01-15 10:46:27 +0900
  • 0daa6d5ee5 Implement Start of Line JK motion haya14busa 2014-01-15 10:29:17 +0900
  • f0969edf65 Change EOL JK motion plug mapping name haya14busa 2014-01-15 10:28:29 +0900
  • 2ec6311aa2 Add feature task to TODO list: fuzzy matching haya14busa 2014-01-15 09:58:48 +0900
  • 060f6b0152 Merge branch 'fix/eol-jk' into master haya14busa 2014-01-15 09:11:57 +0900
  • b1f8ce1aa6 Fix EOL JK motion regrex haya14busa 2014-01-15 09:11:22 +0900
  • 9496c64ad5 Merge pull request #2 from takac/master haya14busa 2014-01-14 16:06:26 -0800
  • fc34b17c55 Remove default end of line mapping, changed matching regex Tom Cammann 2014-01-14 22:58:38 +0000
  • 806d663d58 Delete a task from TODO haya14busa 2014-01-14 17:52:42 +0900
  • 3c7d39488c Merge branch 'feature/multi-migemo' into master haya14busa 2014-01-14 17:51:37 +0900
  • 3d95505147 Implement multi input migemo and improve it haya14busa 2014-01-14 17:46:30 +0900
  • 348e381d23 Merge branch 'feature/enter_repeat' into master haya14busa 2014-01-14 11:40:18 +0900
  • 392b74b7ea Update doc: Add Last Find Motion haya14busa 2014-01-14 11:37:32 +0900
  • f4e6cd30f9 Implement last find motion by {find motion}<CR> haya14busa 2014-01-14 10:44:57 +0900
  • c72e01e970 Add end of line mappings to J and K Tom Cammann 2014-01-14 01:00:06 +0000
  • 4122b8eda5 Merge branch 'feature/mjolvim-motion' into master haya14busa 2014-01-14 08:54:16 +0900
  • 512ecf851a Improve command_line and move helper function haya14busa 2014-01-14 08:48:26 +0900
  • 7ab69a7dc2 Add prompt option haya14busa 2014-01-14 06:29:36 +0900
  • 008498ae4b Update doc: Multi input find motion haya14busa 2014-01-14 06:18:57 +0900
  • f4a59023da Modify mapping method haya14busa 2014-01-14 04:29:09 +0900
  • 8f6567aff4 Fix GetVisualStartPosition when blockwise visual haya14busa 2014-01-14 03:43:22 +0900
  • 1e4fe83bd6 Add helper function haya14busa 2014-01-14 03:12:02 +0900
  • cb9d74831e Modify special mapping haya14busa 2014-01-14 02:58:19 +0900
  • 67f5afde53 Modify EasyMotion#User haya14busa 2014-01-14 01:02:43 +0900
  • b9ece15e1c Fix visual mode scroll bug completely! haya14busa 2014-01-14 00:57:02 +0900
  • f94352bfe7 Support handling of operator pending mode haya14busa 2014-01-13 08:15:52 +0900
  • fb2b7e7349 Modify not to shade when the number of target is one haya14busa 2014-01-13 08:11:58 +0900
  • 45ff4bcf31 Fix color for cterm and Add comment haya14busa 2014-01-12 21:48:55 +0900
  • 6c656b1f17 Refactoring of find motion for multi key strokes haya14busa 2014-01-12 21:45:21 +0900
  • 14d4792180 Implement two (or above) input key find motion haya14busa 2014-01-11 05:56:41 +0900
  • 2902fa34b8 Update TODO haya14busa 2014-01-11 00:55:17 +0900
  • c201fbe22d Merge branch 'improve/migemo' into master haya14busa 2014-01-11 00:51:15 +0900
  • b694591531 Improve handling folded line haya14busa 2014-01-11 00:50:17 +0900
  • c06412c525 Skip folded line for migemo check haya14busa 2014-01-11 00:32:27 +0900
  • 57183cc368 Check if visible text include multibyte char haya14busa 2014-01-11 00:06:21 +0900
  • e1a0ca2a97 Add maintainer description haya14busa 2014-01-10 23:15:40 +0900
  • fb81281dc8 Perform refactoring plug/easymotion.vim and init.vim haya14busa 2014-01-10 23:08:03 +0900
  • 7568f2f561 Remove a task from TODO list haya14busa 2014-01-10 22:13:12 +0900
  • 2f79a7c1c7 Merge branch 'modify/selectphrase' into master haya14busa 2014-01-10 21:35:18 +0900
  • 9d474722d5 Support migemo & smartsign to SelectPhrase haya14busa 2014-01-10 21:33:17 +0900
  • 1ea0af6119 Merge branch 'modify/plug-prefix' into master haya14busa 2014-01-10 19:56:40 +0900
  • e7ff5027fa Update doc & readme: Plug support for prefix key haya14busa 2014-01-10 19:55:53 +0900
  • d0352aacfd Plug support for EasyMotion prefix (leader) key haya14busa 2014-01-10 19:55:05 +0900
  • d3bbdd90cc Merge branch 'feature/repeat_and_enter' into master haya14busa 2014-01-10 17:16:45 +0900
  • 50b858cd3d Update doc haya14busa 2014-01-10 17:13:52 +0900
  • daf0362674 Update doc haya14busa 2014-01-10 17:03:08 +0900
  • 65d4d41d66 Update doc haya14busa 2014-01-10 16:47:35 +0900
  • 1661f31786 Update TODO haya14busa 2014-01-10 13:22:31 +0900
  • 0f4a6438b1 Implement jump first match with Enter option haya14busa 2014-01-09 13:52:48 +0900
  • b03263760b Implement repeat last motion! haya14busa 2014-01-09 13:52:07 +0900
  • 29a46ae157 Modify and Add missing within line motion haya14busa 2014-01-09 13:45:32 +0900
  • aa8d1ef8a6 Fix allows_repeat variable for SelectLines is global haya14busa 2014-01-09 10:30:51 +0900
  • a8dc9e24e7 Merge branch 'fix/handle-visual' haya14busa 2014-01-09 06:28:33 +0900
  • 2d93607798 Fix handling visual mode haya14busa 2014-01-09 06:27:37 +0900
  • 3d3f4a7864 Merge branch 'fix/refactoring' haya14busa 2014-01-09 05:07:35 +0900
  • d4cfdf05bb Fix refactoring haya14busa 2014-01-09 05:07:17 +0900