Jeroen Budts <[email protected]> wrote: > On Thursday, May 5, 2016 at 9:55:21 AM UTC+2, Dominique Pelle wrote: >> Jeroen Budts <[email protected]> wrote: >> >> > Hi All, >> > >> > (First off, I hope this is the correct mailinglist to report this. I first >> > tried >> > vim_use but didn't get any response, sorry if I'm wrong here.) >> > >> > A few days ago I started using AwesomeWM (running as the WM inside >> > XFCE) and started seeing Gvim crashes (SEGV & ABRT) when I resize >> > the Gvim window (by changing the size of the master pane in the >> > tile-layout and by switching layouts). From what I understand these >> > indicate bugs? >> > I have been using Gvim for a few years now without much problems >> > under XFCE + XFWM (default Xubuntu). I also used Xmonad for one >> > week without problems. >> >> Hi Jeron >> >> I tried to reproduce the crash but I could not. My setup is a bit >> different since I used xubuntu-15.10 and my own build of vim-7.4.1817. >> I cloned your https://github.com/teranex/dotvim repo + added pathogen. >> I got errors when starting vim with your .vimrc so it seems >> that your git repo is missing a plugin: > > Wow thanks for going through all those trouble. Is it possible that you > did not initialize the git submodules (git submodule update --init)? > All plugins, including pathogen, are submodules in my config.
I get an error when I clone submodules. Any idea? $ git clone https://github.com/teranex/dotvim.git $ cd dotvim $ git submodule init $ git submodule update Cloning into 'bundle/ack'... remote: Counting objects: 973, done. remote: Compressing objects: 100% (3/3), done. remote: Total 973 (delta 0), reused 0 (delta 0), pack-reused 969 Receiving objects: 100% (973/973), 161.27 KiB | 0 bytes/s, done. Resolving deltas: 100% (418/418), done. Checking connectivity... done. Submodule path 'bundle/ack': checked out '303bceff1c8ab1145d114083582b1aeac9de7a85' Cloning into 'bundle/autotag'... remote: Counting objects: 82, done. remote: Total 82 (delta 0), reused 0 (delta 0), pack-reused 82 Receiving objects: 100% (82/82), 16.45 KiB | 0 bytes/s, done. Resolving deltas: 100% (16/16), done. Checking connectivity... done. Submodule path 'bundle/autotag': checked out 'ef0a37e8da77cd6c40d97a8e7a60c33ddc39d6ba' Cloning into 'bundle/bufonly'... remote: Counting objects: 6, done. remote: Total 6 (delta 0), reused 0 (delta 0), pack-reused 6 Receiving objects: 100% (6/6), done. Checking connectivity... done. Submodule path 'bundle/bufonly': checked out '43dd92303979bdb234a3cb2f5662847f7a3affe7' Cloning into 'bundle/clever-f'... Warning: Permanently added the RSA host key for IP address '192.30.252.122' to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Clone of '[email protected]:rhysd/clever-f.vim.git' into submodule path 'bundle/clever-f' failed So far I have not been to reproduce this crash. It would probably help of you could narrow down which plugin triggers this bug. Regards Dominique -- -- You received this message from the "vim_dev" 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_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
