I am unclear how to install 64 bit vim on windows 10.  The nightly builds
on the vim win32 installer have an installer gvim_8.1.xxxx_x86.exe that is
the primary one.  But there is also _x64.zip, and I don't know how to use
it.

There is now a _x64.exe installer labeled experimental.

How do the .zip files get installed?

On Fri, Dec 28, 2018, 12:46 AM <vim_use@googlegroups.com wrote:

> vim_use@googlegroups.com
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/vim_use/topics>
>  Google
> Groups
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview>
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview>
> Topic digest
> View all topics
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/vim_use/topics>
>
>    - packadd from ~\.vim <#m_8855569502698632362_group_thread_0> - 1
>    Update
>    - Question about color settings <#m_8855569502698632362_group_thread_1>
>    - 1 Update
>
> packadd from ~\.vim
> <http://groups.google.com/group/vim_use/t/de7a17edd40e595f?utm_source=digest&utm_medium=email>
> Ni Va <nivaem...@gmail.com>: Dec 27 10:18AM -0800
>
> Hi,
>
> Creating and putting newplugin in
>
> ~\.vim\pack\foo\start\newplugin\autoload \plugin \syntax
>
>
>
> It appears that at vim start, newplugin is not loaded as help says.
>
> Thank you
>
> nota: runtimepath does not include packpath
> Back to top <#m_8855569502698632362_digest_top>
> Question about color settings
> <http://groups.google.com/group/vim_use/t/dc7ae6601309d4a2?utm_source=digest&utm_medium=email>
> meine <trial...@gmx.com>: Dec 27 03:32PM +0100
>
> > I am using MS Windows both in GUI and command prompt mode. What kind of
> > terminal is set when IĀ
> > start VIM from a DOS command prompt?
>
> you could add some lines to your .vimrc to distinguish between GUI en
> CLI environment but use the same settings like line numbering in both
> envoronments. the blocks can be extended as you like. it is possible
> that naming the environment (`x11' for using the X window system) has to
> be called differently on a Windows box. I don't have any experience with
> that.
>
> below is the part I use:
>
> if has('gui_running')
> colorscheme molokai_dark
> set guifont=Monospace\ 10
> set columns=85 lines=30
> elseif has('x11')
> colorscheme molokai_dark
> set guifont=Monospace\ 10
> " set columns=85 lines=30
> else
> colorscheme evening
> set t_Co=256
> endif
>
> //meine
> Back to top <#m_8855569502698632362_digest_top>
> You received this digest because you're subscribed to updates for this
> group. You can change your settings on the group membership page
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/vim_use/join>
> .
> To unsubscribe from this group and stop receiving emails from it send an
> email to vim_use+unsubscr...@googlegroups.com.
>

-- 
-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to