Commit Graph

  • 05d82b8771 Add links to third-party ports in README master Tom McDonald 2017-01-27 10:12:02 -0800
  • b1cae9237e Omit a count of 1 for mappings Tom McDonald 2016-06-24 07:01:35 -0700
  • d069729b1a Fix another case for cursor adjustment Tom McDonald 2016-06-18 09:44:35 -0700
  • 7d14f43244 Support [count] before operator Tom McDonald 2016-06-11 10:35:46 -0400
  • 9373a8471c Merge pull request #40 from wilywampa/fix_setline Tom McDonald 2015-09-07 22:05:13 -0400
  • d91ebdd797 Fix calling setline on wrong line in reindent Jacob Niehus 2015-09-07 17:55:02 -0700
  • 0ae5d5ea99 Merge pull request #39 from wilywampa/blank_bugfix Tom McDonald 2015-08-02 21:17:34 -0400
  • 1ff6e3c65b Fix indentation of return line Jacob Niehus 2015-08-02 10:13:13 -0700
  • d54c7e27fe Prevent calling setline() incorrectly Jacob Niehus 2015-08-01 20:19:31 -0700
  • a1e28c4411 Change indent comparison to !~ with explanation Jacob Niehus 2015-08-01 20:15:15 -0700
  • 93ef4c9e42 Enable automatic reindenting by default Tom McDonald 2015-08-01 15:45:53 -0400
  • a131309466 Refactor user setting lookups Tom McDonald 2015-08-01 15:42:45 -0400
  • bae89cbde9 Adjust cursor position to offset text length Tom McDonald 2015-08-01 15:21:17 -0400
  • e12149d5d6 Avoid screen jumps when scrolled to second region Tom McDonald 2015-08-01 15:19:51 -0400
  • f8f96d83ce Stop using abbreviated command and option names Tom McDonald 2015-06-25 13:22:47 +0000
  • cece558033 Refactor exchange regions as Dict Tom McDonald 2015-06-21 22:25:01 +0000
  • 4589b307dc Remove :ExchangeClear deprecation notice Tom McDonald 2015-06-18 17:16:35 +0000
  • d769e46011 Fail gracefully when saving register contents Tom McDonald 2015-06-18 17:04:36 +0000
  • 5a8e725a64 Merge pull request #36 from wilywampa/reindent Tom McDonald 2015-06-18 12:38:34 -0400
  • 1394aa3a9b Only reindent when both selections are linewise Jacob Niehus 2015-06-16 18:43:26 -0700
  • 8bd96c3e0d Use b:exchange_indent if present Jacob Niehus 2015-06-12 13:12:24 -0700
  • 3b4b4b38ab Indent overlapping regions correctly Jacob Niehus 2015-05-31 10:21:32 -0700
  • aff4ade39b Add option to update indent after exchange Jacob Niehus 2015-05-07 20:19:16 -0700
  • e459b57740 Enable exchange highlighting by default Tom McDonald 2015-02-14 11:00:42 -0500
  • 36673b255b Allow toggling of exchange region highlighting Tom McDonald 2015-02-14 10:56:16 -0500
  • e6bf71a53a Add :XchangeClear, deprecate :ExchangeClear Tom McDonald 2015-02-14 10:38:48 -0500
  • 5cb2a3733a Merge pull request #32 from wilywampa/master Tom McDonald 2015-01-11 15:11:38 -0500
  • 3ff60a7b6e Add tpope/vim-repeat compatibility Jacob Niehus 2015-01-11 11:49:13 -0700
  • 4da8b67383 Suppress errors when restoring invalid registers Tom McDonald 2014-12-22 14:10:56 +0000
  • fc78e3aa68 Refactor register save/restore Tom McDonald 2014-12-22 14:09:07 +0000
  • fd0e870abd Merge pull request #30 from wilywampa/master Tom McDonald 2014-12-06 15:11:14 -0500
  • 483a294cce Restore star and plus registers in addition to unnamed register Jacob Niehus 2014-08-02 13:44:31 -0700
  • 3eea6c08fd Add :ExchangeClear command cohama 2014-11-24 23:18:59 +0900
  • f841536eac Correction in doc: Visual mapping is X Tom McDonald 2014-06-30 15:57:27 -0400
  • 584ceeb136 Reflect use of xmap over vmap in documentation Tom McDonald 2014-06-30 15:53:29 -0400
  • 9c025e5914 Merge pull request #27 from inkarkat/fix-selection-exclusive Tom McDonald 2014-06-24 11:26:05 -0400
  • 2fb1feb5c7 Merge pull request #26 from inkarkat/no-select-mode-mapping Tom McDonald 2014-06-24 10:46:05 -0400
  • a7f31d4c7a Merge pull request #25 from inkarkat/fix-typos Tom McDonald 2014-06-24 10:45:12 -0400
  • 55421a1852 Support :set selection=exclusive Ingo Karkat 2014-06-24 16:33:37 +0200
  • d578e14e89 Do not create a select mode default mapping. Ingo Karkat 2014-06-24 16:28:41 +0200
  • 75a3ff822a Fix typos in documentation. Ingo Karkat 2014-06-24 16:27:10 +0200
  • c83bfb20bc Clearly explain Visual mode mapping in README Tom McDonald 2014-04-27 10:31:37 -0400
  • 72d9f0a3cf Add "expand" functionality Tom McDonald 2014-04-27 10:21:27 -0400
  • a55ebe1c8d Use srings to describe exchange region comparison Tom McDonald 2014-04-27 10:14:13 -0400
  • 06f62c9f51 Ensure 'selection' is set to inclusive Tom McDonald 2014-04-26 08:25:46 -0400
  • 105cf06d43 Use '[ and '] marks instead of a-z marks Tom McDonald 2014-04-08 17:09:22 -0400
  • c307765978 Use less popular marks during exchange Tom McDonald 2014-04-08 15:21:36 -0400
  • 694d00abe9 Use clearer variable names for mark backups Tom McDonald 2014-04-08 15:20:29 -0400
  • 771336e5eb Link to Vimcasts Episode 65 in README Tom McDonald 2014-03-10 11:00:10 -0400
  • e2da5d3c1e Merge pull request #20 from wellle/visual-X Tom McDonald 2014-02-24 19:40:49 -0500
  • 0e43efeede Update Readme and docs regarding {visual}X Christian Wellenbrock 2014-02-25 01:37:04 +0100
  • ff52604e80 Use X as visual mapping for Exchange Christian Wellenbrock 2014-02-25 00:19:48 +0100
  • b82a774e6f Merge pull request #19 from bps/workaround-vim-7-3-411 Tom McDonald 2014-02-04 11:23:10 -0800
  • 57fe37a89c Use a named register for visual mode put. Brian Smyth 2014-02-04 12:39:30 -0500
  • 1554f82773 Merge pull request #17 from michamos/master Tom McDonald 2014-01-07 09:27:53 -0800
  • ac8ae24d73 Link 'IncSearch' for default highlight group Micha Moskovic 2014-01-07 11:46:55 +0100
  • d67bace226 Improve highlighting coverage Tom McDonald 2014-01-05 11:06:07 -0500
  • 53b2b497b0 Maintain cursor position when exchanging Tom McDonald 2014-01-01 11:32:54 -0500
  • 39895312ec Highlight the first defined exchange region Tom McDonald 2014-01-01 11:03:33 -0500
  • abd197fb5e Link to Wiki from README Tom McDonald 2013-12-22 10:32:42 -0500
  • 80f24f2398 Change <Plug> mappings to avoid prefix strings Tom McDonald 2013-12-22 10:05:38 -0500
  • 88bb271e2d Fix incorrect visual mapping to cxx Tom McDonald 2013-12-22 09:28:36 -0500
  • 10591c8be9 Explain issue #11 caveat and solutions in README Tom McDonald 2013-12-21 23:23:06 -0500
  • 1626560482 Add documentation for overriding maps Tom McDonald 2013-12-21 23:00:46 -0500
  • 855b57077e Allow default mappings to be overridden Tom McDonald 2013-12-21 22:51:50 -0500
  • fba5bcea8c Detect overlap for two blockwise regions Tom McDonald 2013-12-12 15:12:14 -0500
  • ec7f183583 Fix quoting for escaped <C-V> sequence Tom McDonald 2013-12-12 15:06:40 -0500
  • 2d7ef58550 Use getreg() instead of macro syntax Tom McDonald 2013-12-11 10:19:25 -0500
  • 62ae17d31a Use " register instead of @ Tom McDonald 2013-12-11 10:17:26 -0500
  • 6e08553618 Merge pull request #9 from Raimondi/patch-1 Tom McDonald 2013-12-11 10:03:48 -0500
  • a0e2169959 Use setreg() to preserve yanked text's -wise mode Tom McDonald 2013-12-11 10:03:15 -0500
  • 07d9946872 Use getregtype() to restore register's mode. Israel Chauca Fuentes 2013-12-11 09:23:52 -0500
  • 97cb52ef8c Answer some FAQs in the README Tom McDonald 2013-12-10 22:11:40 -0500
  • 9b3e64c704 Mention use of visual mode in help and README Tom McDonald 2013-12-10 12:48:57 -0500
  • ba97b9900b Fix help tags missed from copy/paste Tom McDonald 2013-12-10 12:09:59 -0500
  • 910392c0a4 Merge pull request #7 from michamos/no-mappings Tom McDonald 2013-12-10 12:06:42 -0500
  • 5ecbcb7727 Change formatting of SETTINGS help section Tom McDonald 2013-12-10 12:06:09 -0500
  • 00b3dd0274 Make the default mappings optional Micha Moskovic 2013-12-10 17:43:08 +0100
  • ae6495dafc Protect against mapped underscore Tom McDonald 2013-12-10 09:16:01 -0500
  • 87398ce633 Merge pull request #6 from jebaum/master Tom McDonald 2013-12-10 03:24:26 -0800
  • a1745846e6 make sure to paste from unnamed register James Baumgarten 2013-12-10 01:18:03 -0800
  • 377e890242 Add documentation for cxx Tom McDonald 2013-12-09 20:59:35 -0500
  • 9aa477fa96 Match case when comparing visual mode Tom McDonald 2013-12-09 20:40:00 -0500
  • 6e883c0c5c Merge pull request #3 from wellle/linewise_mapping Tom McDonald 2013-12-09 14:23:40 -0800
  • 275bc1e2b7 Add mapping to make 'cxx' work linewise Christian Wellenbrock 2013-12-09 23:03:25 +0100
  • 84dee805f7 Add installation instructions to README Tom McDonald 2013-12-09 13:45:11 -0500
  • cffde2b386 Format paragraphs in README Tom McDonald 2013-12-09 13:44:57 -0500
  • 0dc685dc7e Fix typo in README Tom McDonald 2013-12-09 13:42:55 -0500
  • e31a5f57d2 Detect overlapping and swap-needing exchange text Tom McDonald 2013-12-09 13:19:19 -0500
  • 9ba8d65bd3 Add :help page Tom McDonald 2013-12-07 12:55:11 -0500
  • 6ff338e953 Code organization Tom McDonald 2013-12-06 13:45:08 -0500
  • 366ead65a2 Rewrite to support swapping exchange operands Tom McDonald 2013-12-06 00:26:36 -0500
  • 9833bfaf9f Preserve cursor position after exchange Tom McDonald 2013-12-05 23:19:37 -0500
  • ea205fd0fc Fix typo Tom McDonald 2013-12-05 13:00:38 -0500
  • 2d167a7cac Remove "Coming soon" from README Tom McDonald 2013-12-05 12:51:05 -0500
  • a17828563e Initial prototype Tom McDonald 2013-12-05 12:50:07 -0500
  • d68a3f52c1 Add initial README Tom McDonald 2013-12-05 10:35:30 -0500
  • 2a38cd5a00 Initial commit Tom McDonald 2013-12-05 07:29:17 -0800