Vim nightly download for Windows 64 in Firefox reports "Deceptive Site" and marked as being dangerous

2017-07-24 Thread Igor Forca
Hi, today on Vim nightly for Windows https://github.com/vim/vim-win32-installer/releases/ I tried to download gvim_8.0.0771_x64.zip so link is https://github.com/vim/vim-win32-installer/releases/download/v8.0.0771/gvim_8.0.0771_x64.zip When clicking on above link web page URL is changed to

Re: Configure DBext mac for SQLite

2017-07-24 Thread Brian Libgober
On Monday, July 24, 2017 at 7:28:39 AM UTC-4, Brian Libgober wrote: > Apologies if this is a repeat post, I have been trying to configure vim to > work with dbext on MacOS Yosemite. Here's the connection string I have setup > in my .vimrc > > And here's the command I run > > select * from CIK

Re: VIM is a usability nightmare ;)

2017-07-24 Thread Richard Mitchell
The "oops" was in response to the auto message about top-posting. -- -- 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

Re: VIM is a usability nightmare ;)

2017-07-24 Thread tuxic
Hi Efraim, ... ;) What is the context of your "oops" ? By the way: The title of the text is the opposite of what the text finally states... :) Hint: A little bit of Star Wars knowledge helps :) :) :):))) Cheers Meino On 07/24 07:51, Efraim Yawitz wrote: > Oops! > > On Mon, Jul 24, 2017

Re: VIM is a usability nightmare ;)

2017-07-24 Thread Efraim Yawitz
Oops! On Mon, Jul 24, 2017 at 7:50 PM, Efraim Yawitz wrote: > No one says you have to use it. > > On Mon, Jul 24, 2017 at 7:14 PM, wrote: > >> Hi, >> >> Take a look here...I thought it is worth a reading: >>

Re: VIM is a usability nightmare ;)

2017-07-24 Thread Efraim Yawitz
No one says you have to use it. On Mon, Jul 24, 2017 at 7:14 PM, wrote: > Hi, > > Take a look here...I thought it is worth a reading: > http://www.terminally-incoherent.com/blog/2012/09/05/vim-is-a-usability- > nightmare/ > > Spoiler: The title does NOT says it all... ;) > >

VIM is a usability nightmare ;)

2017-07-24 Thread tuxic
Hi, Take a look here...I thought it is worth a reading: http://www.terminally-incoherent.com/blog/2012/09/05/vim-is-a-usability-nightmare/ Spoiler: The title does NOT says it all... ;) Have fun! Cheers Meino -- -- You received this message from the "vim_use" maillist. Do not top-post!

Re: How PHP syntax file works?

2017-07-24 Thread unDEFER
суббота, 22 июля 2017 г., 6:37:56 UTC+3 пользователь unDEFER написал: > The second line opens phpRegion region by the next syntax rule: > syn region phpRegion matchgroup=Delimiter start="" > contains=@phpClTop keepend > > The third line opens phpParent region by the next syntax rule: > syn

Configure DBext mac for SQLite

2017-07-24 Thread Brian Libgober
Apologies if this is a repeat post, I have been trying to configure vim to work with dbext on MacOS Yosemite. Here's the connection string I have setup in my .vimrc And here's the command I run select * from CIK limit 5; The error I get back Connection: T(SQLITE)

Trying to get dbext to work on a mac os yosemite

2017-07-24 Thread Brian Libgober
Hello, Pretty new to vim, struggling to configure dbext to work with a sqlite database. I'm using VIM v8.0.278 on a Macbook running yosemite. Setup my connection string like so let g:dbext_default_profile_SQLite =