Commit Graph

  • 74cf93d58c Update README.md master machakann 2024-03-20 21:36:01 +09:00
  • 2ce54d2656 Use timer to set quenching autocmds machakann 2024-02-04 23:39:51 +09:00
  • 8bd619c146 Quick start is no longer needed machakann 2024-02-04 22:51:11 +09:00
  • 400170c03a Merge pull request #170 from Konfekt/patch-1 machakann 2024-02-04 22:48:43 +09:00
  • 90aa179fd9 add examples similar to surround.vim Enno 2024-01-28 19:31:05 +01:00
  • ae2a002bc9 Merge branch 'master' of https://github.com/machakann/vim-sandwich machakann 2024-01-29 00:25:33 +09:00
  • 22e99a89fd Avoid E863 machakann 2024-01-29 00:25:03 +09:00
  • c5a2cc438c Merge pull request #156 from uga-rosa/master machakann 2022-12-08 00:07:05 +09:00
  • f8008f69a7 fix typo uga-rosa 2022-12-07 17:52:16 +09:00
  • 4da6734499 Implement search-forward feature for textobjects develop machakann 2022-07-23 01:26:54 +09:00
  • 74898e6f5c Do not touch v:errmsg machakann 2022-07-23 01:02:34 +09:00
  • 7ebffd4555 Revert "Make magicchar-t more context-cognitive" machakann 2022-03-12 22:48:34 +09:00
  • 59f95e614f Add a link to sandwich-compound-recipes machakann 2022-07-03 17:53:58 +09:00
  • 65e89ca377 Remove synchro options from document machakann 2022-07-03 17:53:31 +09:00
  • e0069cbef3 Style fixes machakann 2022-07-03 17:46:27 +09:00
  • 525d6adb06 Merge pull request #145 from BertrandSim/sandwich-compound machakann 2022-07-03 17:31:50 +09:00
  • a69c3f55f6 fix typos BertrandSim 2022-06-15 23:03:18 +08:00
  • aafe1cc834 Document how to create compound recipes BertrandSim 2022-06-15 16:54:22 +08:00
  • e114a5e0c9 Merge pull request #144 from tomtomjhj/escape-indentkyes machakann 2022-06-12 23:53:01 +09:00
  • 3a7cffd07e Escape when restoring indentkyes Jaehwang Jung 2022-06-11 13:47:22 +09:00
  • 17266bab12 Update the docs on new key mappings machakann 2022-05-14 21:48:50 +09:00
  • 7bdd7fc4b4 Make magicchar-t more context-cognitive machakann 2022-03-12 22:48:34 +09:00
  • f3f7542098 Fix a bug of textobj-query with inprintable input machakann 2022-02-06 22:37:28 +09:00
  • 70022d9277 Implement g:sandwich#input_fallback option machakann 2022-02-06 22:35:23 +09:00
  • 55cb454c58 Do not touch unused registers machakann 2022-01-30 23:08:45 +09:00
  • 1d67705ec1 Merge branch 'master' into develop machakann 2022-01-30 21:51:05 +09:00
  • 48acdaded6 Merge branch 'issue127' machakann 2022-01-30 21:45:21 +09:00
  • 39673fb3ce Elect textobjects by representative length issue127 machakann 2022-01-30 21:38:21 +09:00
  • b0a4a10f15 Define keymappings explicitly in tests machakann 2022-01-29 22:17:43 +09:00
  • 665414fe90 Revert "Elect item by the length from head to tail" machakann 2022-01-08 21:42:55 +09:00
  • 6ab5f16a56 Do not make a keymap on select mode machakann 2022-01-19 00:04:05 +09:00
  • 6e686dae33 Elect item by the length from head to tail machakann 2022-01-08 21:42:55 +09:00
  • 95d41c9ab1 Revert "Change the rule to select by auto-textobject" machakann 2021-12-31 18:54:51 +09:00
  • a68205cdc7 Change the rule to select by auto-textobject machakann 2021-12-26 02:14:59 +09:00
  • cfe8b70e4f Merge pull request #125 from Iron-E/patch-1 machakann 2021-12-01 01:10:59 +09:00
  • 4d79f6eaa4 fix: don't override existing highlight w/ default Iron-E 2021-11-29 16:07:28 -05:00
  • ad7723c238 Implement module-like inter-file communication machakann 2021-11-29 00:16:03 +09:00
  • d02072964a Do not load lib module in a/o/sandwich.vim machakann 2021-11-28 23:25:19 +09:00
  • f462636297 Merge branch 'develop' machakann 2021-11-28 23:12:59 +09:00
  • 3ac6d5fffd Refactor bundled textobj-functioncall machakann 2021-11-28 23:12:09 +09:00
  • 17eb132421 Update document on default recipes (remained) machakann 2021-11-28 20:26:34 +09:00
  • 1b76e8f635 Update document on default recipes machakann 2021-11-28 20:21:08 +09:00
  • ac3affcb8f Could not cancel action with Esc if input is not a character machakann 2021-11-28 20:07:42 +09:00
  • ffe2bae2fc Add a simple way to set timeout option both for operators and textobjects machakann 2021-11-28 16:28:58 +09:00
  • 8a5fdcb534 Rename global option pickers machakann 2021-11-27 22:14:51 +09:00
  • 8314e35da5 Textobject should refer 'timeout' option machakann 2021-11-25 23:01:36 +09:00
  • e5a3d58b8e Operators should refer 'timeout' option machakann 2021-11-25 22:36:52 +09:00
  • 6b9d8ec205 Lazily define highlight stuffs machakann 2021-11-06 21:52:42 +09:00
  • c3877254b0 Change the rules to disable default keymappings machakann 2021-10-31 00:11:30 +09:00
  • b00d98d35a Add test for surround-style keymappings machakann 2021-10-23 23:37:43 +09:00
  • b5bd9f42ed Easy interface for key-remapping machakann 2021-10-09 22:28:40 +09:00
  • 4cd1ea8db6 Reduce global key mappings machakann 2021-09-12 01:40:40 +09:00
  • 785fb39d79 Merge pull request #116 from obcat/fix-filetype-filter v1.0.0 machakann 2021-09-03 18:45:31 +09:00
  • 241cb3f402 Use string comparison instead of pattern matching when filtering by filetype filter naohiro ono 2021-09-03 03:02:18 +09:00
  • badf78aa82 Do not see magicchar-i inputs as regex machakann 2021-09-01 00:44:30 +09:00
  • 04f7755100 External textobject may cause unanticipated error machakann 2021-08-29 23:15:14 +09:00
  • 9e6340affe 'synchro' option is no longer required machakann 2020-12-15 23:53:27 +09:00
  • e7e65786a0 Update the recipes for surround-style-keymappings machakann 2020-12-15 23:30:59 +09:00
  • f0bb324395 Fix wrong test condition for magic character "f" machakann 2020-07-28 00:29:02 +09:00
  • 741c11da5a Merge pull request #99 from jedrzejboczar/master machakann 2020-07-28 00:21:22 +09:00
  • b4283f827f Use buffer-specific options before global in magicchar-f Jędrzej Boczar 2020-07-26 20:28:21 +02:00
  • ce24d28819 Fix tests machakann 2020-07-27 00:34:56 +09:00
  • 0f5278e58b Magic character "t" and "T" doesn't work well with :set selection=exclusive machakann 2020-07-26 22:27:45 +09:00
  • 056b25bae7 Correct documents of magicchar-t machakann 2020-07-25 22:16:39 +09:00
  • 13c2bf1426 "saiwT" should work according to the help machakann 2020-07-25 22:10:04 +09:00
  • bb5a3270ed Do not check syntax coloring in default machakann 2020-07-18 22:18:12 +09:00
  • 02e3b6d1ff Ignore arrow keys (and non-printable) inputs machakann 2020-02-14 00:13:41 +08:00
  • d19545c6fe Check highlight ids are still alive before deleting machakann 2020-01-30 18:00:59 +08:00
  • a0cde9cfb2 Merge pull request #86 from filipekiss/feature/new-jsx-filetypes machakann 2019-12-06 19:18:49 +08:00
  • e7a1621d71 Add new JSX Filetypes Filipe Kiss 2019-12-05 22:54:01 +01:00
  • 3a2301ec4b Use \bigl* and \bigr* instead of \big* machakann 2019-10-01 22:49:30 +08:00
  • 35948af322 Merge pull request #75 from filipekiss/feature/className-support machakann 2019-06-11 21:31:38 +08:00
  • 42619a129e Indentation changes Filipe Kiss 2019-06-11 09:56:16 -03:00
  • 9c4ca2090f Requested changes Filipe Kiss 2019-06-10 08:02:32 -03:00
  • cf5376c334 🔀 Merge branch 'master' into feature/className-support Filipe Kiss 2019-06-10 07:57:33 -03:00
  • 4811a5c668 Correct typos in docs. (#76) machakann 2019-06-06 20:09:22 +08:00
  • e9eca6c15a 'filetype' filter is not necessary for filetype-specific recipes machakann 2019-06-06 19:58:54 +08:00
  • 4fe6225fd2 Add JSX className support Filipe Kiss 2019-04-13 21:16:37 -03:00
  • eb1bba9aac Merge branch 'speedup_macro' machakann 2019-03-13 20:26:47 +08:00
  • 0ae1cfdd75 Suppress highlight in macro (complex-repeat) machakann 2019-03-13 20:16:26 +08:00
  • cc7895b179 sandwich#util#addlocal() cannot override the current settings. machakann 2019-03-04 19:32:40 +08:00
  • d037c6ed13 Fix tests machakann 2019-03-02 17:00:34 +08:00
  • 962b2444e9 Document on sandwich#util#addlocal() machakann 2019-03-02 16:30:56 +08:00
  • fa2fc27b91 Add action filter for textobj-sandwich machakann 2019-02-24 14:54:19 +08:00
  • 8dc901e357 Reduce :redraw machakann 2019-02-23 00:45:44 +08:00
  • d441cf5a45 Allow users to customize magicchar-f (#71) Unknown 2019-02-02 15:40:37 +08:00
  • 558b858706 Suppress autoformatting in a surrounding operation (#71) machakann 2019-01-29 21:49:20 +08:00
  • fbf0761981 Fix inappropriate naming machakann 2019-01-29 21:42:33 +08:00
  • eff72672bd Refactor magicchar-f machakann 2018-08-01 22:44:28 +09:00
  • 43408bdf00 Magicchar-f cannot delete a function holding a character inside parentheses (#47) machakann 2018-08-01 22:32:18 +09:00
  • 5dd57dbf8a s:get_assigned_region() doesn't work well with cp932 (#66) machakann 2018-05-22 18:15:39 +08:00
  • 4679a45801 Restore prompt coloring for sure machakann 2018-04-12 22:58:55 +08:00
  • 560895dd9c Quench highlight for sure (#65) machakann 2018-04-12 21:46:50 +08:00
  • f6a61ad4ab Merge pull request #64 from jlesquembre/patch-1 machakann 2018-04-09 18:38:05 +08:00
  • a7822d0677 Add backtick (`) to default_recipes José Luis Lafuente 2018-04-09 12:18:23 +02:00
  • f8fc9f56d1 Add .gitignore file machakann 2018-03-29 13:29:34 +08:00
  • fa01fa2356 Fix a bug in corresponding quotes searching (#63) machakann 2018-03-26 13:05:18 +08:00
  • 9ea02aace7 Missing patches to suppress errorbells machakann 2018-02-11 00:03:15 +08:00
  • a1f4a3b64e Suppress errorbell machakann 2018-02-03 13:17:50 +08:00
  • 14cc39ab64 Activate mx inputs in deleting actions for tex filetype (#60) machakann 2018-01-17 21:02:29 +08:00