Commit Graph

253 Commits (master)
 

Author SHA1 Message Date
Ryan Glover aa8a444609 Add ability to change runner type between pane and window 11 years ago
Ryan Glover 49a048e94e Change variable and function names to be pane/window agnostic 11 years ago
cmar 635b800f22 add VimuxZoomRunner() to zoom the runner pane on Tmux 1.8 11 years ago
Ben Mills be0a60ec70 Fix broken image in README. 11 years ago
Ben Mills 0228508f54 Merge pull request #75 from daviddavis/master
Fixing out of range error
11 years ago
Ben Mills 42772b79d3 Merge pull request #77 from jasonbellamy/master
Fixed a typo in the *VimuxOpenPane* section of the doc.
11 years ago
Jason Bellamy 71b2ac31de Fixed a typo in the *VimuxOpenPane* section of the doc. 11 years ago
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
11 years ago
Ben Mills 70433ed91b Remove ruby requirement in README. 11 years ago
benmills 7c54b7af6a Merge branch '1.0.0rc1'
Conflicts:
	plugin/vimux.vim
11 years ago
benmills 064ca8693a Only escale double quotes. Thanks @pgr0ss 11 years ago
Ben Mills d99e30cc9b Merge pull request #68 from anyakichi/master
Escape a semicolon at the end of input
11 years ago
Ben Mills 6dd26fe7c3 Update README.mkd 11 years ago
Anyakichi b409314c80 Escape a semicolon at the end of input.
Avoid tmux treating it as a separator.
11 years ago
Ben Mills 3f930159a2 Merge pull request #67 from fabiomcosta/patch-1
Updating README with new style Vimux prefixed commands
11 years ago
Fabio M. Costa a6889b4bf4 Updating README with new style Vimux prefixed commands 11 years ago
benmills 6e909a2439 Fix typo in 1.0.0 docs. 11 years ago
benmills 173fcda85d Update help docs for 1.0.0. 11 years ago
benmills e729607de6 Rewrite vimux using VimL.
This commit also drops the deprecated functions and removes some rarely used
functions such as VimuxClosePanes.
11 years ago
Ben Mills 35c54c0801 Merge pull request #64 from jingweno/master
Add vimux-zeus to README
11 years ago
Jingwen Owen Ou e5602b90a5 Add vimux-zeus to README 11 years ago
Ben Mills 63ad5424d8 Merge pull request #62 from fishman/allow_backticks
Allow backticks
11 years ago
Reza Jelveh 8e091d6d5e allow backticks in commands, also fix potential exploit, of user running untrusted code hidden in some source 11 years ago
Reza Jelveh 51ee1a3c6d fix variable scopes 11 years ago
Ben Mills 9a410c5158 Merge pull request #59 from chip/master
Fixed typo in doc/vimux.txt
11 years ago
Chip Castle 46634b7bf7 Fixed typo in doc/vimux.txt 11 years ago
Ben Mills eab15dc06e Add vimux-golang to README 11 years ago
Ben Mills 81426978b4 Merge pull request #56 from tonyskn/betterCloseRunnerPane
Improve close_runner_pane
12 years ago
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.
12 years ago
benmills d6d88a4fce Focus runner pane when inspecting. 12 years ago
Ben Mills 56bcbb0a5f Merge pull request #50 from brianjriddle/master
Fixed for VimuxRunPrompt not working with default
12 years ago
Brian Riddle 8fb2563918 Moved default outside if statement. 12 years ago
Ben Mills c4eccfcaff Merge pull request #49 from jtmkrueger/master
Allow for Customization of prompt string
12 years ago
John Krueger dd1c213e4d updated from benmills remote master 12 years ago
John Krueger 201964f046 add VimuxPromptString 12 years ago
Ben Mills d6eb9e5f04 Add vimux-nose-test link to README. 12 years ago
benmills 908358a09a Escape $ before sending commands to tmux. Fixes #39 12 years ago
Ben Mills c5216bb345 Merge pull request #40 from alindeman/patch-1
Adds information about vim-vroom
12 years ago
Andy Lindeman e0146a05fd Adds information about vim-vroom 12 years ago
Ben Mills ea99609f56 Note ideal tmux version in README 12 years ago
benmills 4f13e27deb Allow multi-word session and window names. Fixes #34 12 years ago
Ben Mills a221eb2f79 Merge pull request #37 from abstiles/patch-autoreturn
Remember autoreturn setting
12 years ago
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.
12 years ago
Ben Mills dc4a45dcbf Merge pull request #35 from prognostikos/patch-1
Fix typo in section 2.4
12 years ago
Matt Rohrer 4a8e31f8b9 Fix typo in section 2.4 12 years ago
Ben Mills 6b8d484dfe Update master 12 years ago
Ben Mills 81b73a9639 Merge pull request #30 from elight/master
Adds terminal page up and down commands
12 years ago
Evan Light 9a0739b117 Merged with HEAD 12 years ago
Evan Light e4da4bb5f8 Initial rev plus my scroll up and down commands 12 years ago
Ben Mills ffc2185cb9 Update README. Fixes #24 12 years ago