Giter Site home page Giter Site logo

Comments (8)

wellle avatar wellle commented on September 24, 2024

Interesting. What tmux version are you using? What shell and what version?

from tmux-complete.vim.

ferreum avatar ferreum commented on September 24, 2024

Line 20 of sh/tmuxcomplete is broken. You don't want the [ and ]. I guess the used shell does not support &> for redirection, thus it ends the command at the & and runs the command in background. The [ command does not get the ] as parameter, and it prints an error. Meanwhile the shell continues to execute ] which it cannot find and prints the error here shown first.

from tmux-complete.vim.

kevin4fly avatar kevin4fly commented on September 24, 2024

system environment:
OS: ubuntu 14.04LTS

Gnome terminal: 3.6.2

bash:

[login] kevin@kevin-pc: ~
$ bash -version
GNU bash, version 4.3.8(1)-release (i686-pc-linux-gnu)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

tmux:

$ tmux -V
tmux 1.8

@wellle @ferreum thanks for your reply and the plugin is so amazing.

from tmux-complete.vim.

wellle avatar wellle commented on September 24, 2024

@ferreum: Thanks, I'll try to get rid of &> and possibly [ and ]. Or do you already know a clean and portable way to fix this?

from tmux-complete.vim.

justinmk avatar justinmk commented on September 24, 2024

Why not just change the shebang to #!/bin/bash ?

Anyways, I've tested the script on ubuntu 12+ which uses dash for /bin/sh, so I don't think portability is the problem.

from tmux-complete.vim.

justinmk avatar justinmk commented on September 24, 2024

Oh guess what? I had a local modification from long ago (which I forgot to send a PR for) that removed the [ and ], so that's why it was working for me. 💩

do you already know a clean and portable way to fix this?

I recommend just removing the [ and ]. There's nothing wrong with the &>.

from tmux-complete.vim.

wellle avatar wellle commented on September 24, 2024

@kevin4fly: It should be fixed now, please try again.

@ferreum @justinmk: Thanks for the help. I removed [, ] and &> in #44. According to [1] using 2>&1 seems to be the most portable way.

[1] Redirect both stderr and stdout to /dev/null with /bin/sh

from tmux-complete.vim.

kevin4fly avatar kevin4fly commented on September 24, 2024

it gets fixed, thanks!

from tmux-complete.vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.