Git Product home page Git Product logo

Comments (13)

slashfoo avatar slashfoo commented on August 18, 2024

hey, I'm not able to replicate the bug, what OS are you using? and can you send the output of vim --version?

I have not tested the spacebar for selecting, but I will check that one, using enter, however, should have selected the window, and sent the line successfully. I wouldn't expect it to be broken because of anything in the "vim --version" ouptut specially because you're running the same version of vim that I am.

I'll come up with a minimal vimrc so we can debug what's up and rule out that it may be vim/tmux.

from slimux.

gsunjka avatar gsunjka commented on August 18, 2024

Hello, same here. Everythin worked fine until 30 minutes ago when I updated my plugins. Now nothing happens. I use vim-plug for plugin management, tmux 1.8 and vim 7.4.

from slimux.

gsunjka avatar gsunjka commented on August 18, 2024

I went back to 2f0030a and now everything works as expected again. Excellent plugin, by the way.

from slimux.

slashfoo avatar slashfoo commented on August 18, 2024

Ah, that explains it, named buffers are mentioned in the changes from tmux 1.9a to 2.0.

@epeli should we roll back this commit for now to support older versions of tmux and try to fix the issue #51 (cc: @sunaku ) in another way? If we don't we should at least document the point where compatibility breaks. Thanks @gsunjka for the help and finding the breaking commit.

from slimux.

sunaku avatar sunaku commented on August 18, 2024

@gsunjka When you said "I went back to 2f0030a and now everything works as expected again", did you really mean that commit (2f0030a) or the one immediately preceding it (0ff0e9b)? 😕

I ask because 2f0030a and master are currently the same (with respect to their git tree contents). 🎄

from slimux.

jglev avatar jglev commented on August 18, 2024

Sorry, I've been away; thank you for your attention to this! To confirm, @slashfoo, I'm on openSUSE 13.1. Here's the full output of vim --version:

VIM - Vi IMproved 7.4 (2013 Aug 10)
Included patches: 1-52
Compiled by 'http://www.opensuse.org/'
Huge version without GUI.  Features included (+) or not (-):
+acl             +farsi           +mouse_netterm   +syntax
+arabic          +file_in_path    +mouse_sgr       +tag_binary
+autocmd         +find_in_path    -mouse_sysmouse  +tag_old_static
-balloon_eval    +float           +mouse_urxvt     -tag_any_white
-browse          +folding         +mouse_xterm     -tcl
++builtin_terms  -footer          +multi_byte      +terminfo
+byte_offset     +fork()          +multi_lang      +termresponse
+cindent         +gettext         -mzscheme        +textobjects
+clientserver    -hangul_input    +netbeans_intg   +title
+clipboard       +iconv           +path_extra      -toolbar
+cmdline_compl   +insert_expand   +perl            +user_commands
+cmdline_hist    +jumplist        +persistent_undo +vertsplit
+cmdline_info    +keymap          +postscript      +virtualedit
+comments        +langmap         +printer         +visual
+conceal         +libcall         +profile         +visualextra
+cryptv          +linebreak       +python/dyn      +viminfo
+cscope          +lispindent      +python3/dyn     +vreplace
+cursorbind      +listcmds        +quickfix        +wildignore
+cursorshape     +localmap        +reltime         +wildmenu
+dialog_con      +lua/dyn         +rightleft       +windows
+diff            +menu            +ruby/dyn        +writebackup
+digraphs        +mksession       +scrollbind      +X11
-dnd             +modify_fname    +signs           +xfontset
-ebcdic          +mouse           +smartindent     -xim
+emacs_tags      -mouseshape      +sniff           +xsmp_interact
+eval            +mouse_dec       +startuptime     +xterm_clipboard
+ex_extra        -mouse_gpm       +statusline      -xterm_save
+extra_search    -mouse_jsbterm   -sun_workshop    -xpm
   system vimrc file: "/etc/vimrc"
     user vimrc file: "$HOME/.vimrc"
 2nd user vimrc file: "~/.vim/vimrc"
      user exrc file: "$HOME/.exrc"
  fall-back for $VIM: "/etc"
 f-b for $VIMRUNTIME: "/usr/share/vim/current"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H   -I/usr/local/include  -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=1 -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe -fno-strict-aliasing      
Linking: gcc   -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.18.1/x86_64-linux-thread-multi/CORE   -L/usr/local/lib -Wl,--as-needed -o vim    -lSM -lICE -lXt -lX11 -lSM -lICE  -lm -lnsl    -ltinfo -lacl -lattr -ldl   -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.18.1/x86_64-linux-thread-multi/CORE  -L/usr/local/lib64 -fstack-protector  -L/usr/lib/perl5/5.18.1/x86_64-linux-thread-multi/CORE -lperl -lm -ldl -lcrypt -lpthread 

Other plugins I currently have installed: nerdtree, snipmate, table-mode, and tagbar.

from slimux.

jglev avatar jglev commented on August 18, 2024

Also, I just confirmed, following @sunaku, that doing git checkout 0ff0e9b causes Slimux to work for me, as well (Doing a checkout on 2f0030a does not work). Cheers! 😃

from slimux.

gsunjka avatar gsunjka commented on August 18, 2024

@sunaku Sorry, I ment 0ff0e9b.

from slimux.

sunaku avatar sunaku commented on August 18, 2024

Thanks all 👍, PR #57 submitted to fix this issue. 🍰

from slimux.

jglev avatar jglev commented on August 18, 2024

Thank you!

from slimux.

slashfoo avatar slashfoo commented on August 18, 2024

Merged the request, @Publicus and @gsunjka can you please confirm the fix? And again, thanks @sunaku.

from slimux.

gsunjka avatar gsunjka commented on August 18, 2024

Works here. Thanks a lot to all, especially @sunaku. 👍

from slimux.

jglev avatar jglev commented on August 18, 2024

Works for me, as well. Thank you all!

from slimux.

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.