Monday, September 26, 2016

Re: vim stuck on write

On Mon, 26 Sep 2016 15:35:29 -0400
ping song <songpingemail@gmail.com> wrote:

> whenever I change a tcl file and :write
> the vim got stuck...for ever.
> no cpu spike, gnu screen/tmux works fine where vim is running inside.
> no file permission issue - if I set ft=txt and write, there won't be
> any problem...
>
> so I turned on vim debug (-V4).
> it looks I'm stucking at:
>
> vim-misc 1.16.1: Executing external command using system() function:
> sh -c '(/usr/bin/ctags-exuberant --fields=+l --c-kinds=+p
> --c++-kinds=+p --sort=no -f- '\''--language-force=tcl'\''
> '\''/home/ping/Dropbox/lin g-backup/crtc/crtc.abc'\'')
> 1>'\''/tmp/ve6IXR8/15'\''
> 2>'\''/tmp/ve6IXR8/16'\'''
> shell to execute: "(sh -c '(/usr/bin/ctags-exuberant --fields=+l
> --c-kinds=+p --c++-kinds=+p --sort=no -f- '\''--language-force=tcl'\''
> '\''/home/ping/Dropbox/linux-config-backup/crtc/crtc.abc'\'') 1>'\'
> 6IXR8/15'\'' 2>'\''/tmp/ve6IXR8/16'\''') >/tmp/ve6IXR8/17 2>&1"
>

If the cpu is not doing anything, it sounds like one of the
sub-processes is waiting on input.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: