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 Ta
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
>
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 majority
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
--
--
Yo
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 'bu
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 tes
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 i
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.
Do
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 directory=~/tmp,/var/tmp