24 Commits

Author SHA1 Message Date
Matthias Guenther 7bea755933 Update version number. 2014-11-09 14:28:54 +01:00
Christian Wellenbrock f206078b54 Update version to 0.0.4 2014-05-03 13:31:26 +02:00
Christian Wellenbrock afc98c7f0b Update version to 0.0.3 2014-04-14 13:33:05 +02:00
Christian Wellenbrock fc62cc7cc3 Update version to 0.0.2 2014-04-13 14:57:25 +02:00
Christian Wellenbrock 2d0397eaea Add option g:tmuxcomplete#trigger
Supported values:
- 'completefunc' (default)
- 'omnifunc'
- '' (no trigger)
2014-04-13 14:16:59 +02:00
Christian Wellenbrock 6ff0bf6c99 Rename internal names to g:tmuxcomplete#option_name 2014-04-13 14:16:24 +02:00
Christian Wellenbrock 8a00e5cd43 Remove function CompleteScript and cpoptions 2014-03-20 17:42:56 +01:00
Daniel K 73b85f84b4 Move tmuxcomplete#complete to autoload 2014-03-20 15:37:59 +01:00
Daniel K dfe17ffe2d Return matches as list instead of complete_add 2014-03-20 10:43:14 +01:00
Daniel K 0ab62784ba Rename completion function and plugin file
Change plugin file to tmuxcomplete.vim
Change function name to tmuxcomplete#complete
CompleteScript still delegates to new function
2014-03-20 10:39:19 +01:00
Christian Wellenbrock 311b9a5eed Extract tmuxcomplete#completions to autoload 2014-03-19 23:43:59 +01:00
Christian Wellenbrock 3c9be6eb68 Guard against sourcing plugin multiple times 2014-03-19 23:19:42 +01:00
Christian Wellenbrock ae7b5164b6 Refactor completion function 2014-03-19 23:14:38 +01:00
Daniel K 4c2f7b2b4c Add list-panes and capture-pane additional args options 2014-03-19 12:29:32 +01:00
Daniel K 855170ee1c Add g:tmux_complete_match option 2014-03-19 09:42:11 +01:00
Daniel K c2efcf4ad5 Escape matched word, Create regex in vim script 2014-03-19 09:42:11 +01:00
Christian Wellenbrock ae3de680e8 Use expand <sfile> instead of g:tmux_complete_location 2014-03-17 13:47:57 +01:00
Christian Wellenbrock b9e1b1416b Remove debug echom 2014-03-17 13:44:36 +01:00
Christian Wellenbrock 6b3a5f4d49 Expand s:script before shellescaping 2014-03-17 12:24:30 +01:00
Daniel K 42475925f2 escape shell args 2014-03-17 11:41:29 +01:00
Christian Wellenbrock 5c8426b4bd Move and rename autoload/tmuxwords -> sh/tmuxwords.sh 2014-03-16 23:09:51 +01:00
Christian Wellenbrock 30b4c7ee94 Skip filereadable check 2014-03-16 18:00:02 +01:00
Christian Wellenbrock 3a6387e2eb Move script from sh to autoload 2014-03-16 17:54:05 +01:00
Christian Wellenbrock 1161410831 Implement completion function based on tmuxwords 2014-03-16 17:43:55 +01:00