Ben Mills
0228508f54
Merge pull request #75 from daviddavis/master
...
Fixing out of range error
2013-08-07 15:07:48 -07:00
Ben Mills
42772b79d3
Merge pull request #77 from jasonbellamy/master
...
Fixed a typo in the *VimuxOpenPane* section of the doc.
2013-07-05 09:35:39 -07:00
Jason Bellamy
71b2ac31de
Fixed a typo in the *VimuxOpenPane* section of the doc.
2013-07-05 11:17:01 -04:00
David Davis
1a0a8abe71
Fix out of range error
...
Fix the following error. This fixes #72 .
E684: list index out of range: 1
E116: Invalid arguments for function match(panes[i], "(active)") == -1
E15: Invalid expression: match(panes[i], "(active)") == -1
2013-07-03 10:18:24 -04:00
Ben Mills
70433ed91b
Remove ruby requirement in README.
2013-06-18 09:24:24 -06:00
benmills
7c54b7af6a
Merge branch '1.0.0rc1'
...
Conflicts:
plugin/vimux.vim
2013-06-15 21:01:21 -07:00
benmills
064ca8693a
Only escale double quotes. Thanks @pgr0ss
2013-05-31 12:27:06 -07:00
Ben Mills
d99e30cc9b
Merge pull request #68 from anyakichi/master
...
Escape a semicolon at the end of input
2013-05-23 08:58:58 -07:00
Ben Mills
6dd26fe7c3
Update README.mkd
2013-05-23 09:54:57 -06:00
Anyakichi
b409314c80
Escape a semicolon at the end of input.
...
Avoid tmux treating it as a separator.
2013-05-21 23:12:59 +09:00
Ben Mills
3f930159a2
Merge pull request #67 from fabiomcosta/patch-1
...
Updating README with new style Vimux prefixed commands
2013-05-15 20:39:41 -07:00
Fabio M. Costa
a6889b4bf4
Updating README with new style Vimux prefixed commands
2013-05-15 14:42:38 -06:00
benmills
6e909a2439
Fix typo in 1.0.0 docs.
2013-04-03 13:05:15 -05:00
benmills
173fcda85d
Update help docs for 1.0.0.
2013-04-03 13:03:57 -05:00
benmills
e729607de6
Rewrite vimux using VimL.
...
This commit also drops the deprecated functions and removes some rarely used
functions such as VimuxClosePanes.
2013-04-03 13:03:03 -05:00
Ben Mills
35c54c0801
Merge pull request #64 from jingweno/master
...
Add vimux-zeus to README
2013-03-13 00:26:26 -07:00
Jingwen Owen Ou
e5602b90a5
Add vimux-zeus to README
2013-03-12 23:30:36 -07:00
Ben Mills
63ad5424d8
Merge pull request #62 from fishman/allow_backticks
...
Allow backticks
2013-03-04 11:23:44 -08:00
Reza Jelveh
8e091d6d5e
allow backticks in commands, also fix potential exploit, of user running untrusted code hidden in some source
2013-03-03 21:07:25 -06:00
Reza Jelveh
51ee1a3c6d
fix variable scopes
2013-03-03 12:42:17 -06:00
Ben Mills
9a410c5158
Merge pull request #59 from chip/master
...
Fixed typo in doc/vimux.txt
2013-02-18 20:11:07 -08:00
Chip Castle
46634b7bf7
Fixed typo in doc/vimux.txt
2013-02-18 21:56:40 -06:00
Ben Mills
eab15dc06e
Add vimux-golang to README
2013-01-15 20:06:43 -06:00
Ben Mills
81426978b4
Merge pull request #56 from tonyskn/betterCloseRunnerPane
...
Improve close_runner_pane
2012-12-11 05:43:33 -08:00
tonyskn
06d75cb797
Improve close_runner_pane
...
Do not execute `tmux kill-pane` when a runner pane is not available
Avoids UI glitches when :VimuxCloseRunner is auto-called before exiting
Vim.
2012-12-11 14:37:55 +01:00
benmills
d6d88a4fce
Focus runner pane when inspecting.
2012-10-23 16:29:08 -05:00
Ben Mills
56bcbb0a5f
Merge pull request #50 from brianjriddle/master
...
Fixed for VimuxRunPrompt not working with default
2012-10-22 06:49:17 -07:00
Brian Riddle
8fb2563918
Moved default outside if statement.
2012-10-22 09:07:33 +02:00
Ben Mills
c4eccfcaff
Merge pull request #49 from jtmkrueger/master
...
Allow for Customization of prompt string
2012-10-19 07:37:55 -07:00
John Krueger
dd1c213e4d
updated from benmills remote master
2012-10-18 15:12:12 -06:00
John Krueger
201964f046
add VimuxPromptString
2012-10-18 14:57:59 -06:00
Ben Mills
d6eb9e5f04
Add vimux-nose-test link to README.
2012-10-10 09:53:30 -05:00
benmills
908358a09a
Escape $ before sending commands to tmux. Fixes #39
2012-09-26 17:48:18 -05:00
Ben Mills
c5216bb345
Merge pull request #40 from alindeman/patch-1
...
Adds information about vim-vroom
2012-08-27 10:53:35 -07:00
Andy Lindeman
e0146a05fd
Adds information about vim-vroom
2012-08-27 11:05:19 -03:00
Ben Mills
ea99609f56
Note ideal tmux version in README
2012-08-15 07:47:22 -05:00
benmills
4f13e27deb
Allow multi-word session and window names. Fixes #34
2012-08-15 07:43:50 -05:00
Ben Mills
a221eb2f79
Merge pull request #37 from abstiles/patch-autoreturn
...
Remember autoreturn setting
2012-08-13 14:23:32 -07:00
Andrew Stiles
539580e5fe
Remember autoreturn setting
...
Create a new variable "_VimTmuxCmdAutoreturn" which remembers the value
of the autoreturn parameter used by the last invocation of
VimuxRunCommand or RunVimTmuxCommand. Use this parameter in the
VimuxRunLastCommand function.
2012-08-05 16:06:10 -05:00
Ben Mills
dc4a45dcbf
Merge pull request #35 from prognostikos/patch-1
...
Fix typo in section 2.4
2012-07-29 15:38:48 -07:00
Matt Rohrer
4a8e31f8b9
Fix typo in section 2.4
2012-07-29 15:54:45 +03:00
Ben Mills
6b8d484dfe
Update master
2012-07-18 09:12:06 -05:00
Ben Mills
81b73a9639
Merge pull request #30 from elight/master
...
Adds terminal page up and down commands
2012-07-18 07:00:56 -07:00
Evan Light
9a0739b117
Merged with HEAD
2012-07-17 17:21:00 -04:00
Evan Light
e4da4bb5f8
Initial rev plus my scroll up and down commands
2012-07-17 17:18:58 -04:00
Ben Mills
ffc2185cb9
Update README. Fixes #24
2012-07-04 14:18:23 -05:00
benmills
f476177ad1
Add VimuxClearRunnerHistory to docs and example keybind changes
2012-06-15 11:06:38 -07:00
benmills
a91e177801
Add VimuxClearRunnerHistory command
2012-06-15 11:02:43 -07:00
benmills
0eefeff876
Remove deprecation warnings
2012-06-15 10:54:12 -07:00
Ben Mills
90129466fa
Merge pull request #25 from sotte/rename_commands
...
Rename all commands to Vimux*
2012-06-15 10:51:47 -07:00