Re: Issue 231 in vim: netrw silently closing buffers on its own

2014-12-30 Fir de Conversatie vim
Comment #14 on issue 231 by drc...@campbellfamily.biz: netrw silently closing buffers on its own https://code.google.com/p/vim/issues/detail?id=231 This problem was tricky to find; sorry it took as long as it did. I think I have the problem fixed -- please try out the version at

Re: Issue 231 in vim: netrw silently closing buffers on its own

2014-09-26 Fir de Conversatie vim
Comment #12 on issue 231 by johnston...@gmail.com: netrw silently closing buffers on its own https://code.google.com/p/vim/issues/detail?id=231 Just wondering... any progress? Thanks, Lance -- You received this message because this project is configured to send all issue notifications to

Re: Issue 231 in vim: netrw silently closing buffers on its own

2014-08-09 Fir de Conversatie vim
Comment #10 on issue 231 by johnston...@gmail.com: netrw silently closing buffers on its own http://code.google.com/p/vim/issues/detail?id=231 Any news? Were you able to recreate the issue? -- You received this message because this project is configured to send all issue notifications to

Re: Issue 231 in vim: netrw silently closing buffers on its own

2014-08-09 Fir de Conversatie vim
Updates: Status: Accepted Comment #11 on issue 231 by drc...@campbellfamily.biz: netrw silently closing buffers on its own http://code.google.com/p/vim/issues/detail?id=231 I've been able to duplicate the problem, so its now on my todo list. -- You received this message because this

Re: Issue 231 in vim: netrw silently closing buffers on its own

2014-07-19 Fir de Conversatie vim
Comment #9 on issue 231 by johnston...@gmail.com: netrw silently closing buffers on its own http://code.google.com/p/vim/issues/detail?id=231 Hi, thanks again for the response. You are right... the steps you describe will not reproduce the problem. This is definitely a finicky issue. I

Re: Issue 231 in vim: netrw silently closing buffers on its own

2014-07-18 Fir de Conversatie vim
Comment #8 on issue 231 by drc...@campbellfamily.biz: netrw silently closing buffers on its own http://code.google.com/p/vim/issues/detail?id=231 Hello! Unfortunately, I can't seem to duplicate this behavior. vim -u netrw.vimrc --noplugins scp://hostname/file :ls-- shows one

Re: Issue 231 in vim: netrw silently closing buffers on its own

2014-07-16 Fir de Conversatie vim
Updates: Status: Started Comment #6 on issue 231 by drc...@campbellfamily.biz: netrw silently closing buffers on its own http://code.google.com/p/vim/issues/detail?id=231 I put v153n (netrw) on my website; this has a little more code to handle setting up s:netrw_silentxfer. The

Re: Issue 231 in vim: netrw silently closing buffers on its own

2014-07-16 Fir de Conversatie vim
Comment #7 on issue 231 by johnston...@gmail.com: netrw silently closing buffers on its own http://code.google.com/p/vim/issues/detail?id=231 Thanks for the quick response. I tried the new version and it's much better than 153m, but it's not quite right. The error messages are gone now,

Re: Issue 231 in vim: netrw silently closing buffers on its own

2014-07-15 Fir de Conversatie vim
Comment #5 on issue 231 by johnston...@gmail.com: netrw silently closing buffers on its own http://code.google.com/p/vim/issues/detail?id=231 Just upgraded to os x mavericks and the latest mavericks macvim version (7.4.258). This release includes netrw v151. Using a minimal netrw.vimrc

Re: Issue 231 in vim: netrw silently closing buffers on its own

2014-06-14 Fir de Conversatie vim
Comment #4 on issue 231 by drc...@campbellfamily.biz: netrw silently closing buffers on its own http://code.google.com/p/vim/issues/detail?id=231 May I note that the buffers aren't actually closed, either. A :ls! will show them. -- You received this message because this project is

Re: Issue 231 in vim: netrw silently closing buffers on its own

2014-06-13 Fir de Conversatie vim
Comment #2 on issue 231 by johnston...@gmail.com: netrw silently closing buffers on its own http://code.google.com/p/vim/issues/detail?id=231 Thanks for the quick response. Following your instructions, I too was unable to duplicate the problem, so I'm going to guess it's some sort of

Re: Issue 231 in vim: netrw silently closing buffers on its own

2014-06-13 Fir de Conversatie vim
Comment #3 on issue 231 by johnston...@gmail.com: netrw silently closing buffers on its own http://code.google.com/p/vim/issues/detail?id=231 Looks like this was it... from my .vimrc: if exists('+autochdir') set autochdir endif Thanks, Lance -- You received this message because this

Issue 231 in vim: netrw silently closing buffers on its own

2014-06-12 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 231 by johnston...@gmail.com: netrw silently closing buffers on its own http://code.google.com/p/vim/issues/detail?id=231 After upgrading macvim from 7.3 to 7.4, netrw is closing buffers on its own. What steps will

Re: Issue 231 in vim: netrw silently closing buffers on its own

2014-06-12 Fir de Conversatie tooth pik
On Thu, Jun 12, 2014 at 06:21:06PM +, v...@googlecode.com wrote: Status: New Owner: Labels: Type-Defect Priority-Medium New issue 231 by johnston...@gmail.com: netrw silently closing buffers on its own http://code.google.com/p/vim/issues/detail?id=231 After upgrading macvim from

Re: Issue 231 in vim: netrw silently closing buffers on its own

2014-06-12 Fir de Conversatie vim
Comment #1 on issue 231 by drc...@campbellfamily.biz: netrw silently closing buffers on its own http://code.google.com/p/vim/issues/detail?id=231 I tried this with vim 7.4.320 and netrw v153i and was unable to duplicate the problem. I used the following command: vim -u netrw.vimrc .