-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Everything works as expected however when sending an indented line, slimux doesn't cut indentation according the first line as I'd expect after looking at slimux/ftplugin/python.vim
The output of :scriptnames
lists the ftplugin, so I guess it's loaded. I tried sourcing it manually, still doesn't work.
Test file:
def test():
print "hello"
:SlimuxREPLSendLine
on the second line has the problem.
Vim log (truncated, started vim with -V9):
Executing BufEnter Auto commands for "*"
autocommand if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif
Executing BufEnter Auto commands for "*"
autocommand sil! call s:LocalBrowse(expand("<amatch>"))
Calling shell to execute: "(tmux set-buffer -- ' print "hello"^M') >/tmp/vBj0Yn7/1 2>&1"
Calling shell to execute: "(tmux paste-buffer -t %1) >/tmp/vBj0Yn7/2 2>&1"
Executing CursorMoved Auto commands for "*"
autocommand call eclim#util#ShowCurrentError()
NerdTree before, eclim after, I am not sure whether it should display invoking SlimuxEscape_python.
Metadata
Metadata
Assignees
Labels
No labels