Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to use cpaste for IPython #68

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

karadaharu
Copy link
Contributor

@karadaharu karadaharu commented Nov 17, 2016

As reported in #63 , this plugin doesn't work for IPython and need to use %cpaste which is also used in vim-slime.
I added an option to use it, so I'm happy if you check it.

@cgoldammer
Copy link

Nice. This is of course cleaner than the one-line hack I wrote.

@leblancfg
Copy link

Still using this. Can we consider pulling it in?

@eyalfir
Copy link

eyalfir commented Feb 4, 2017

I'm also using this for my IPython sessions.
+1 to merge this in .

@ghost
Copy link

ghost commented May 13, 2017

Can we get a response from the author? It would be nice to merge this pull request to master.

@@ -215,8 +215,16 @@ function! s:Send(tmux_packet)
endif

let named_buffer = s:tmux_version >= '2.0' ? '-b Slimux' : ''
if exists('g:slimux_python_ipython')
Copy link
Contributor

@lotabout lotabout May 28, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually think this option is python related. Thus it should not be included in slimux.vim, instead, use hooks for python file type.
Ex: #38 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants