[ANN] minpac v1.0: a minimal package manager for Vim 8

2017-04-21 Thread Ken Takata
Hi all, I announce release of minpac ver 1.0. It is a minimal package manager for Vim 8 (and Neovim). https://github.com/k-takata/minpac Minpac utilizes the packages feature of Vim 8, and uses the jobs feature for parallel install/update. So, it is simple and fast. Have fun! Regards, Ken

Re: Swap directory changes when opening files under /media [Fedora]

2017-04-21 Thread Ben Fritz
On Friday, April 21, 2017 at 5:16:17 AM UTC-5, Ian wrote: > Perfect, thanks. Here's what I get: > > --- Auto-Commands --- > fedora BufReadPre > /media/* set directory=~/tmp,/var/tmp,/tmp > Last set from /etc/vimrc > /run/media/* > set directory=~/tmp,/var/tmp,/tmp >

Re: A million Euro raised for Uganda

2017-04-21 Thread Bram Moolenaar
Martin Tournoij wrote: > Hey all, > > It looks like that as of 2017, about a million Euro in total has been > raised for Uganda. See my answer here for details: > https://vi.stackexchange.com/q/572/51 > > Of course, we don't know if it was all Vimmers that raised the million, > but the

A million Euro raised for Uganda

2017-04-21 Thread Martin Tournoij
Hey all, It looks like that as of 2017, about a million Euro in total has been raised for Uganda. See my answer here for details: https://vi.stackexchange.com/q/572/51 Of course, we don't know if it was all Vimmers that raised the million, but the majority probably is. Cheers, Martin -- --

Vim documentation index.txt using word "buffer" for the word "register"

2017-04-21 Thread rene . heymans
Dear All, I'm preparing a presentation of Vim's essentials hence I'm extensively browsing through Vim's documentation. Unless I'm mistaken it seems that in the index.txt file the word 'buffer' is quite often used in lieu of 'register'. I found this by chance while I was looking for the word

Re: command-t plugin need wrong ruby version

2017-04-21 Thread Sand Glass
On Friday, April 21, 2017 at 12:48:01 AM UTC+8, Sand Glass wrote: > I want to install command-t plugin.(gvim 7.4; windows) > https://github.com/wincent/command-t > It needs ruby 1.9.2. I download the right ruby version. > http://rubyinstaller.org/downloads/archives > But when I run ':ruby 1' to

Re: Swap directory changes when opening files under /media [Fedora]

2017-04-21 Thread Gary Johnson
On 2017-04-21, Ian wrote: > I've just added this to my profile and it has fixed the problem: > > autocmd BufNewFile,BufReadPre /media/*,/run/media/*,/mnt/* set > directory=~/.vim/swap// > > Though there might be a better way to just disable the other > autocmd somehow. To disable it, put this

Re: Swap directory changes when opening files under /media [Fedora]

2017-04-21 Thread Ian
I've just added this to my profile and it has fixed the problem: autocmd BufNewFile,BufReadPre /media/*,/run/media/*,/mnt/* set directory=~/.vim/swap// Though there might be a better way to just disable the other autocmd somehow. -- -- You received this message from the "vim_use" maillist.

Re: Swap directory changes when opening files under /media [Fedora]

2017-04-21 Thread Ian
Perfect, thanks. Here's what I get: --- Auto-Commands --- fedora BufReadPre /media/* set directory=~/tmp,/var/tmp,/tmp Last set from /etc/vimrc /run/media/* set directory=~/tmp,/var/tmp,/tmp Last set from /etc/vimrc /mnt/*set