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

tabline is disabled while using vimshell #48

Closed
itchyny opened this issue Nov 27, 2013 · 2 comments
Closed

tabline is disabled while using vimshell #48

itchyny opened this issue Nov 27, 2013 · 2 comments
Labels

Comments

@itchyny
Copy link
Owner

itchyny commented Nov 27, 2013

Using C-c in vimshell disables the tabline of lightline.
Probably lightline#tabline and lightline#onetab are called too often.

To reproduce:

tabnew
:VimShell
sleep 10<CR>
<C-c>
@itchyny
Copy link
Owner Author

itchyny commented Nov 27, 2013

With neocomplete settings

  let g:neocomplete#enable_cursor_hold_i = 1
  let g:neocomplete#cursor_hold_i_time = 50

@itchyny
Copy link
Owner Author

itchyny commented Nov 29, 2013

Using neocomplete with enable_cursor_hold_i causes conflict with vimshell.
Cannot be helped.

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

No branches or pull requests

1 participant