Commit Graph

  • 3fd1281096 Fix g:tmuxcomplete#capture_args Junegunn Choi 2014-05-21 23:28:43 +09:00
  • b9dea683af Merge pull request #35 from wellle/justinmk-tmux1.6 v0.0.4 Christian Wellenbrock 2014-05-03 13:32:07 +02:00
  • f206078b54 Update version to 0.0.4 Christian Wellenbrock 2014-05-03 13:31:26 +02:00
  • 30612fef45 Extract tmuxcomplete#init, reuse default s:capture_args Christian Wellenbrock 2014-05-03 13:28:03 +02:00
  • 51174465fb Use tmux capture-pane -p if available Christian Wellenbrock 2014-05-03 13:08:29 +02:00
  • 50d02348e1 support tmux 1.6 Justin M. Keyes 2014-04-22 18:35:42 -04:00
  • 289e5b2918 Merge pull request #33 from wellle/words-capture-args Christian Wellenbrock 2014-04-16 16:04:57 +02:00
  • 38580f711c Use g:tmuxcomplete#capture_args to in tmuxcomplete#words Christian Wellenbrock 2014-04-16 16:02:30 +02:00
  • 24e818c100 Merge pull request #31 from wellle/integrate/unite v0.0.3 Christian Wellenbrock 2014-04-14 13:33:28 +02:00
  • afc98c7f0b Update version to 0.0.3 Christian Wellenbrock 2014-04-14 13:33:05 +02:00
  • 387f5591f9 Add section to Readme about third party integration Christian Wellenbrock 2014-04-14 13:27:13 +02:00
  • 83ed4aae6a Remove trailing whitespace in unite source Christian Wellenbrock 2014-04-14 13:26:17 +02:00
  • 06a2e2cfa0 basic unite.vim source Justin M. Keyes 2014-04-04 03:10:11 -04:00
  • d5692def59 Merge pull request #30 from wellle/neocomplete v0.0.2 Christian Wellenbrock 2014-04-13 14:58:33 +02:00
  • fc62cc7cc3 Update version to 0.0.2 Christian Wellenbrock 2014-04-13 14:46:56 +02:00
  • f61f1a96b0 Update Readme about trigger otpion and neocomplete integation Christian Wellenbrock 2014-04-13 14:45:32 +02:00
  • 7351023964 Add neocomplete integration Christian Wellenbrock 2014-04-13 14:45:03 +02:00
  • 2d0397eaea Add option g:tmuxcomplete#trigger Christian Wellenbrock 2014-04-13 14:16:59 +02:00
  • 6ff0bf6c99 Rename internal names to g:tmuxcomplete#option_name Christian Wellenbrock 2014-04-13 14:04:35 +02:00
  • 69a62a5023 Merge pull request #27 from wellle/completion-modes Christian Wellenbrock 2014-03-21 00:29:01 +01:00
  • 21e8943a9b Extract tmuxcomplete#findstart{word,WORD} Christian Wellenbrock 2014-03-21 00:09:11 +01:00
  • 57925d29fb Complete WORDS without surrounding non-word characters Christian Wellenbrock 2014-03-20 23:32:10 +01:00
  • dc0f3b18df Merge pull request #25 from wellle/remove-function Christian Wellenbrock 2014-03-20 17:46:55 +01:00
  • 8a00e5cd43 Remove function CompleteScript and cpoptions Christian Wellenbrock 2014-03-20 17:42:56 +01:00
  • eedba00175 Merge pull request #22 from ferreum/rename-func Christian Wellenbrock 2014-03-20 17:41:24 +01:00
  • bbfd7bea72 Merge pull request #24 from wellle/single-brackets Christian Wellenbrock 2014-03-20 17:31:47 +01:00
  • 66b6bfa26c Use POSIX compliant single brackets in sh/tmuxwords.sh Christian Wellenbrock 2014-03-20 17:30:34 +01:00
  • 73b85f84b4 Move tmuxcomplete#complete to autoload Daniel K 2014-03-20 15:37:59 +01:00
  • dfe17ffe2d Return matches as list instead of complete_add Daniel K 2014-03-20 10:43:14 +01:00
  • 0ab62784ba Rename completion function and plugin file Daniel K 2014-03-20 10:27:40 +01:00
  • 98f8ab545e Merge pull request #21 from ferreum/master Christian Wellenbrock 2014-03-20 09:59:56 +01:00
  • b66737b427 Check v:shell_error Daniel K 2014-03-20 08:52:58 +01:00
  • fc75b7e6b7 Fix shell script path detection Daniel K 2014-03-20 08:51:19 +01:00
  • fead8e4fb1 Merge pull request #20 from wellle/expose-words Christian Wellenbrock 2014-03-19 23:52:53 +01:00
  • 0d4445b74f Add tmuxcomplete#words to expose all words Christian Wellenbrock 2014-03-19 23:44:30 +01:00
  • 311b9a5eed Extract tmuxcomplete#completions to autoload Christian Wellenbrock 2014-03-19 23:27:19 +01:00
  • 3c9be6eb68 Guard against sourcing plugin multiple times Christian Wellenbrock 2014-03-19 23:19:42 +01:00
  • ae7b5164b6 Refactor completion function Christian Wellenbrock 2014-03-19 23:14:38 +01:00
  • c4153d8211 Merge pull request #18 from ferreum/argoptions Christian Wellenbrock 2014-03-19 22:52:16 +01:00
  • 8c08215873 Merge pull request #17 from ferreum/escpattern Christian Wellenbrock 2014-03-19 22:51:56 +01:00
  • 05ed836475 Merge pull request #16 from ferreum/master Christian Wellenbrock 2014-03-19 22:51:05 +01:00
  • 4c2f7b2b4c Add list-panes and capture-pane additional args options Daniel K 2014-03-19 12:29:32 +01:00
  • 855170ee1c Add g:tmux_complete_match option Daniel K 2014-03-19 08:35:51 +01:00
  • c2efcf4ad5 Escape matched word, Create regex in vim script Daniel K 2014-03-19 08:33:30 +01:00
  • 041c290591 Fix session id match pattern Daniel K 2014-03-19 09:41:50 +01:00
  • d2e67201fd Use pane ids, Use shorter command Daniel K 2014-03-19 07:44:25 +01:00
  • 4e968c6376 Merge pull request #13 from wellle/all-panes Christian Wellenbrock 2014-03-19 01:02:08 +01:00
  • 42b1531af9 Filter with sed on pattern Christian Wellenbrock 2014-03-19 00:57:03 +01:00
  • 8848dbee9e Inline comments Christian Wellenbrock 2014-03-19 00:42:46 +01:00
  • 01152b636b Add panes from all sessions Christian Wellenbrock 2014-03-19 00:38:15 +01:00
  • d604009212 Add panes from current session Christian Wellenbrock 2014-03-19 00:27:19 +01:00
  • ee0f0861bb Move tmux capture-pane out of allwords Christian Wellenbrock 2014-03-19 00:23:21 +01:00
  • 31ea8685f2 Move sed and tr out of allwords() Christian Wellenbrock 2014-03-19 00:08:02 +01:00
  • 20df5d320b Merge pull request #10 from wellle/fix/splitting Christian Wellenbrock 2014-03-17 22:11:34 +01:00
  • b5f52ca016 Use sed before tr to work with BSD sed Christian Wellenbrock 2014-03-17 22:10:28 +01:00
  • 4720639bd0 Merge pull request #9 from ferreum/master Christian Wellenbrock 2014-03-17 21:47:31 +01:00
  • cd307765e5 use tr to split words, remove command redundancy Daniel K 2014-03-17 14:29:09 +01:00
  • 5e4b62e57e Merge pull request #8 from wellle/expand-sfile Christian Wellenbrock 2014-03-17 13:51:18 +01:00
  • 9697244fb9 Remove Customization section from Readme Christian Wellenbrock 2014-03-17 13:48:18 +01:00
  • ae3de680e8 Use expand <sfile> instead of g:tmux_complete_location Christian Wellenbrock 2014-03-17 13:47:57 +01:00
  • b9e1b1416b Remove debug echom Christian Wellenbrock 2014-03-17 13:44:36 +01:00
  • 396b7dea67 Add .DS_Store to .gitignore Christian Wellenbrock 2014-03-17 13:43:35 +01:00
  • 265dfd611f Update filename in panewords.sh usage Christian Wellenbrock 2014-03-16 23:12:45 +01:00
  • 2c02b5108e Merge pull request #7 from wellle/ferreum-master Christian Wellenbrock 2014-03-17 12:30:37 +01:00
  • 6b3a5f4d49 Expand s:script before shellescaping Christian Wellenbrock 2014-03-17 12:24:30 +01:00
  • 168094a8fe fix performance Daniel K 2014-03-17 11:52:24 +01:00
  • 42475925f2 escape shell args Daniel K 2014-03-17 11:41:29 +01:00
  • e82f2b66da Merge pull request #5 from wellle/move-tmuxwords Christian Wellenbrock 2014-03-16 23:10:29 +01:00
  • 5c8426b4bd Move and rename autoload/tmuxwords -> sh/tmuxwords.sh Christian Wellenbrock 2014-03-16 23:09:51 +01:00
  • e4ad2353f2 Merge pull request #4 from elken/patch-1 Christian Wellenbrock 2014-03-16 18:25:04 +01:00
  • 8e92ee483a Update README.md Ellis kenyo 2014-03-16 17:22:19 +00:00
  • f4b35d2128 Merge pull request #3 from wellle/skip-readable Christian Wellenbrock 2014-03-16 18:00:54 +01:00
  • 30b4c7ee94 Skip filereadable check Christian Wellenbrock 2014-03-16 18:00:02 +01:00
  • 6b65dfd8c9 Merge pull request #2 from wellle/autoload Christian Wellenbrock 2014-03-16 17:54:37 +01:00
  • 3a6387e2eb Move script from sh to autoload Christian Wellenbrock 2014-03-16 17:54:05 +01:00
  • 0d38371a8b Merge pull request #1 from wellle/initial v0.0.1 Christian Wellenbrock 2014-03-16 17:47:21 +01:00
  • 0d681de237 Write Readme Christian Wellenbrock 2014-03-16 17:44:17 +01:00
  • 1161410831 Implement completion function based on tmuxwords Christian Wellenbrock 2014-03-16 17:43:55 +01:00
  • a4227bfcc6 Add sh/tmuxwords to get all visible words Christian Wellenbrock 2014-03-16 17:43:24 +01:00
  • a20db3c0d6 Initial commit Christian Wellenbrock 2014-03-16 07:58:58 -07:00