Commit Graph

  • 87f6f96c73 Merge pull request #90 from rainerborene/feature/nvim-compe master Christian Wellenbrock 2021-03-26 16:10:46 +01:00
  • b9e9bd505d fix(compe): gather candidates asynchronously Rainer Borene 2021-03-15 12:36:55 -03:00
  • fe42bd982f feat(compe): implement nvim-compe integration Rainer Borene 2021-02-12 13:12:37 -03:00
  • 7237d8d8d6 Merge pull request #87 from darthShadow/fix-deoplete-import Christian Wellenbrock 2019-11-10 14:21:13 +01:00
  • b054ba1230 Fixes deoplete import Anagh Kumar Baranwal 2019-11-10 17:27:55 +05:30
  • 897aaecdff Merge pull request #86 from wellle/84-coc-async Christian Wellenbrock 2019-05-13 20:44:52 +02:00
  • f8ccc36e24 Add async coc.nvim support for Vim Christian Wellenbrock 2019-05-13 20:38:35 +02:00
  • b1d25505ba Add async coc.nvim support for Neovim Christian Wellenbrock 2019-05-13 19:45:27 +02:00
  • 44372f32e2 Merge pull request #84 from kabouzeid/master Christian Wellenbrock 2019-04-17 23:37:11 +02:00
  • cd5816e698 Add coc to README Karim Abou Zeid 2019-04-17 13:22:57 +02:00
  • 4b5c21650c Add support for coc.nvim Karim Abou Zeid 2019-04-10 14:56:44 +02:00
  • aeb935abd8 Merge pull request #83 from wellle/balta2ar-support-ncm2 v0.1.4 Christian Wellenbrock 2018-07-21 13:54:32 +02:00
  • 3f3a052fe1 Mention ncm2 integration in README Christian Wellenbrock 2018-07-21 13:52:27 +02:00
  • 837fa579a8 Move ncm2 plugin to usual autocmd/ file path Christian Wellenbrock 2018-07-21 13:23:45 +02:00
  • d82b95d53f Initialize as ncm2 plugin via user autocommand Christian Wellenbrock 2018-07-21 13:11:38 +02:00
  • 08771205dd Add pythonx/__pycache__/ to .gitignore Christian Wellenbrock 2018-07-21 13:10:43 +02:00
  • d0009db3a9 Add basic ncm2 support Yuri Bochkarev 2018-07-17 18:12:36 +03:00
  • 47fb962592 Merge pull request #81 from Nymphium/fix_readme Christian Wellenbrock 2018-03-26 18:33:13 +09:00
  • 750c4c2223 fix missing comma Kawahara Satoru 2018-03-26 14:08:32 +09:00
  • c71a00272f Merge pull request #79 from blueyed/cleanup Christian Wellenbrock 2018-02-23 20:01:18 +01:00
  • 16572dac35 Sort imports Daniel Hahler 2018-02-23 03:12:01 +01:00
  • bee390f9c4 Remove pyc file Daniel Hahler 2018-02-23 03:11:44 +01:00
  • 361ca145fa Merge pull request #78 from wellle/76-asyncomplete-truncate Christian Wellenbrock 2017-11-29 23:37:23 +01:00
  • 1443222dbc Add asyncomplete config option 'truncate' Christian Wellenbrock 2017-11-29 23:33:13 +01:00
  • 65f62b4995 Make it possible disable external sorting of matches Christian Wellenbrock 2017-11-29 23:32:28 +01:00
  • 3412f3a099 Merge pull request #77 from wellle/76-asyncomplete v0.1.3 Christian Wellenbrock 2017-11-28 23:42:26 +01:00
  • 34a877d313 Update version number to 0.1.3 Christian Wellenbrock 2017-11-28 22:50:23 +01:00
  • 1e4101d9ca Document asyncomplete integration in readme Christian Wellenbrock 2017-11-28 22:44:42 +01:00
  • 26734d9420 Automatically register asyncomplete source Christian Wellenbrock 2017-11-28 22:27:27 +01:00
  • e9a1318eff Use dot access for string keys in dictionaries Christian Wellenbrock 2017-11-26 15:51:30 +01:00
  • 5f60dbaec2 Fix shellescaping for string based commands Christian Wellenbrock 2017-11-25 23:27:01 +01:00
  • e016832952 Add option 'scrollback' to search pane history Christian Wellenbrock 2017-11-25 22:32:35 +01:00
  • f4e20f7717 Add config options for asyncomplete integration Christian Wellenbrock 2017-11-25 21:03:52 +01:00
  • b54e281497 Add new splitmodes ilines and ilines,words Christian Wellenbrock 2017-11-25 20:59:29 +01:00
  • 996cfdaa60 Various cleanup Christian Wellenbrock 2017-11-25 17:13:36 +01:00
  • cf706fb919 Make it possible to overwrite whitelist Christian Wellenbrock 2017-11-25 13:47:53 +01:00
  • ee601584f9 Add a hack to make it work for slow completions Christian Wellenbrock 2017-11-25 13:38:16 +01:00
  • 5c87863142 Don't change asyncomplete opts Christian Wellenbrock 2017-11-25 13:36:00 +01:00
  • 17695c0b69 Add initial support for asyncomplete Christian Wellenbrock 2017-11-24 01:04:26 +01:00
  • e74076df2b Merge pull request #73 from thalesmello/master Christian Wellenbrock 2017-01-30 20:20:10 +01:00
  • c0e1f2b560 System call should be done in the python process to avoid blocking Vim Thales Mello 2016-10-26 01:14:19 -02:00
  • b6fe12c603 Merge pull request #74 from wellle/vim-plug Christian Wellenbrock 2016-10-30 00:38:11 +02:00
  • ca05de3549 Add install instructions for vim-plug Christian Wellenbrock 2016-10-30 00:37:32 +02:00
  • 5d371f23e8 Merge pull request #70 from wellle/67-deoplete v0.1.2 Christian Wellenbrock 2016-02-08 23:14:10 +01:00
  • 9321595e77 Update Readme about neocomplcache and deocomplete integration Christian Wellenbrock 2016-02-07 23:14:18 +01:00
  • 6771d07648 Add deoplete.nvim integration Christian Wellenbrock 2016-02-07 23:12:55 +01:00
  • f97e4e1ce9 Merge pull request #68 from chilicuil/master Christian Wellenbrock 2016-02-08 23:04:37 +01:00
  • 5d9f799736 add neocomplcache integration Javier Lopez 2016-01-23 07:14:37 -06:00
  • d6b2d42c40 Merge pull request #64 from wellle/63-compatibility v0.1.1 Christian Wellenbrock 2015-11-13 13:14:36 +01:00
  • f7ef818d32 Update version to 0.1.1 Christian Wellenbrock 2015-11-12 22:39:12 +01:00
  • 62f13f79f2 Use 2>&1 instead of bashism &> Christian Wellenbrock 2015-11-12 22:36:42 +01:00
  • 753db29fb2 Merge pull request #61 from wellle/58-gvim-support v0.1.0 Christian Wellenbrock 2015-10-28 01:00:19 +01:00
  • 7081b34b65 Add gvim/MacVim screenshot to Readme Christian Wellenbrock 2015-10-28 00:49:26 +01:00
  • fab543ad06 Only exclude current pane if run inside tmux pane Christian Wellenbrock 2015-10-28 00:10:54 +01:00
  • 1ed98c17e9 Update guard condition in sh/tmuxcomplete Christian Wellenbrock 2015-10-28 00:09:45 +01:00
  • dac745de92 Merge pull request #60 from wellle/license Christian Wellenbrock 2015-09-02 18:59:42 +02:00
  • 579e128301 Add MIT license Christian Wellenbrock 2015-09-02 18:58:55 +02:00
  • e5b69217a2 Merge pull request #56 from wellle/55-missing-return Christian Wellenbrock 2015-03-10 23:21:49 +01:00
  • 16969ddbd0 sh: Add missing return Christian Wellenbrock 2015-03-10 23:05:53 +01:00
  • 87b1fe9f75 Merge pull request #55 from wellle/54-sh-options Christian Wellenbrock 2015-03-09 23:39:32 +01:00
  • 29b8b44c33 sh: Refactor excludecurrent Christian Wellenbrock 2015-03-09 00:23:13 +01:00
  • 2180fb824d sh: Use more readable variable names Christian Wellenbrock 2015-03-09 00:15:38 +01:00
  • 298f109034 sh: Extract more functions Christian Wellenbrock 2015-03-09 00:13:23 +01:00
  • d34e2b6a6c sh: Use cat internally to avoid empty xargs Christian Wellenbrock 2015-03-09 00:07:17 +01:00
  • c075c73d2b Vim completion exclude current pane Christian Wellenbrock 2015-03-08 23:09:24 +01:00
  • d6db9bb5aa sh: Add flag -e to exclude current pane Christian Wellenbrock 2015-03-08 23:07:50 +01:00
  • 2f5e36b878 sh: Improve usage examples Christian Wellenbrock 2015-03-08 22:46:37 +01:00
  • 983c98e5b8 sh: Use command line options instead of positional arguments Christian Wellenbrock 2015-03-08 20:23:51 +01:00
  • 02c1bd4186 Merge pull request #53 from blueyed/doc-example-for-capture-options Christian Wellenbrock 2015-03-02 17:20:44 +01:00
  • 11edd90b55 doc: add example for capture-pane args Daniel Hahler 2015-03-02 17:14:36 +01:00
  • ab0cb92ff1 Merge pull request #51 from blueyed/sh-fixes Christian Wellenbrock 2015-03-02 16:44:23 +01:00
  • 744c4b06dd sh: use -e for pattern with grep Daniel Hahler 2015-03-01 02:47:17 +01:00
  • 0364550094 sh: only call capturepane for a non-empty list Daniel Hahler 2015-03-01 02:45:59 +01:00
  • 171b8394d6 sh: examples: quote patterns Daniel Hahler 2015-03-01 02:43:42 +01:00
  • 321f8e924c sh: fix example for "ignore case" Daniel Hahler 2015-03-01 02:40:57 +01:00
  • 662e6e1571 Merge pull request #52 from blueyed/doc-mention-completefunc-name Christian Wellenbrock 2015-03-01 10:52:18 +01:00
  • 0add6c1dcc doc: mention name of completefunc Daniel Hahler 2015-03-01 02:53:22 +01:00
  • 01c85c572c Merge pull request #48 from wellle/46-smart-case v0.0.7 Christian Wellenbrock 2014-12-23 11:29:01 +01:00
  • 91a5284baa Add support for smartcase Christian Wellenbrock 2014-12-20 15:23:09 +01:00
  • 2ccb7ceb45 Add support for ignorecase Christian Wellenbrock 2014-12-20 15:11:29 +01:00
  • de8f94dd19 Add GREPARGS to sh/tmuxcomplete Christian Wellenbrock 2014-12-20 14:51:59 +01:00
  • 74724cab12 Merge pull request #47 from wikimatze/master v0.0.6 Christian Wellenbrock 2014-11-10 10:14:19 +01:00
  • 40c65e0e18 Document tmuxcomplete/lines function Matthias Guenther 2014-11-09 14:50:24 +01:00
  • 7bea755933 Update version number. Matthias Guenther 2014-11-09 14:28:54 +01:00
  • 6d5893c300 Merge pull request #45 from wellle/40-you-complete-me Christian Wellenbrock 2014-11-01 15:12:18 +01:00
  • 23a8333ff8 Mention YouCompleteMe support in the docs Christian Wellenbrock 2014-11-01 15:04:35 +01:00
  • be2aafcf15 Merge pull request #44 from wellle/43-fix-redirection Christian Wellenbrock 2014-11-01 12:47:17 +01:00
  • d8c555d36c Use 2>&1 instead of &> in sh/tmuxcomplete, remove [] Christian Wellenbrock 2014-11-01 12:39:51 +01:00
  • f34f5a5dc5 Merge pull request #42 from Sean-Der/master Christian Wellenbrock 2014-10-16 10:38:51 +02:00
  • 499c3033a1 Remove echom added in 2c443250bc Sean DuBois 2014-10-16 00:17:48 -04:00
  • f095f3320b Merge pull request #39 from wellle/26-full-lines v0.0.5 Christian Wellenbrock 2014-07-07 10:21:23 +02:00
  • 24e946930e Rename tmuxcomplete#{words -> list} and switch parameters Christian Wellenbrock 2014-07-02 01:30:47 +02:00
  • 05b5e3fcb0 Use explicit completion mode {words,lines} instead of -l Christian Wellenbrock 2014-07-02 01:26:04 +02:00
  • c2e91199ab Always split completions on newlines Christian Wellenbrock 2014-07-02 01:22:08 +02:00
  • f0e1993e43 Rename sh/{tmuxwords.vim -> tmuxcomplete} Christian Wellenbrock 2014-07-01 23:52:45 +02:00
  • 54cac8b5b7 Add missing parameter in #completions call Christian Wellenbrock 2014-07-02 00:16:30 +02:00
  • 2c443250bc Complete full lines. #26 Justin M. Keyes 2014-06-29 17:17:42 -04:00
  • af9a1008a7 Merge pull request #37 from justinmk/tmux1.6 Christian Wellenbrock 2014-05-27 23:52:27 +02:00
  • ce768c77a8 tmux 1.6: fix capture-pane test Justin M. Keyes 2014-05-27 17:38:51 -04:00
  • 629a80484b Merge pull request #36 from junegunn/master Christian Wellenbrock 2014-05-21 16:42:48 +02:00