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 = 
'type=SQLITE:SQLITE_bin=sqlite3:dbname=/Users/brianlibgober/Dropbox/Collaborations/CleanMake/Main.sqlite'

I run a simple command "select * from CIK limit 5;"

The response is a bizarre error message:

Connection: T(SQLITE)  
D(/Users/brianlibgober/Dropbox/Collaborations/CleanMake/Main.sqlite)   at 15:50
Error: near "<": syntax error
To change connection parameters:
:DBPromptForBufferParameters
Or
:DBSetOption user|passwd|dsnname|srvname|dbname|host|port|...=
:DBSetOption user=tiger:passwd=scott
Last command(rc=1):
sqlite3  /Users/brianlibgober/Dropbox/Collaborations/CleanMake/Main.sqlite < 
/var/folders/p2/nkftf47s5vb8zr6slgc7fc94gn/T/vR5KQNz/dbext.sql
Last SQL:
.mode column
.headers ON
select * from CIK limit 5;


The weirdest part of this is that the command apparently sent to the terminal 
does work when run on its own.

-- 
-- 
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.


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)  
D(/Users/brianlibgober/Dropbox/Collaborations/CleanMake/Main.sqlite)   at 17:32
Error: near "<": syntax error
To change connection parameters:
:DBPromptForBufferParameters
Or
:DBSetOption user|passwd|dsnname|srvname|dbname|host|port|...=
:DBSetOption user=tiger:passwd=scott
Last command(rc=1):
sqlite3  /Users/brianlibgober/Dropbox/Collaborations/CleanMake/Main.sqlite < 
/var/folders/p2/nkftf47s5vb8zr6slgc7fc94gn/T/v5uxPIb/dbext.sql
Last SQL:
.mode column
.headers ON
select * from CIK limit 5

The bizarreness of this is that the following run on terminal:

sqlite3  /Users/brianlibgober/Dropbox/Collaborations/CleanMake/Main.sqlite < 
/var/folders/p2/nkftf47s5vb8zr6slgc7fc94gn/T/v5uxPIb/dbext.sql

Yields

index   CIK COMPANYNAME
--  --  ---
0   0001438823  !J INC
1   0001509607  #1 A LIFESA
2   0001457512  #1 ARIZONA
3   0001433777  #1 PAINTBAL
4   0001427189  $ LLC

Which is what I would expect

-- 
-- 
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.


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 region  phpParent matchgroup=Delimiter start="{" end="}"  contained 
> contains=@phpClFunction,phpFoldHtmlInside transparent fold
> 
> And the fourth line opens phpFoldHtmlInside region by the next syntax rule:
> syn region  phpFoldHtmlInside matchgroup=Delimiter start="?>" 
> end="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.


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! 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.


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... ;)
>
> Have fun!
> Cheers
> Meino
>
>
>
>
> --
> --
> 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.
>

-- 
-- 
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.


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:
>> 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! 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.
>>
>
>

-- 
-- 
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.


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 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:
> >> 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! 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.
> >>
> >
> >
> 
> -- 
> -- 
> 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.

-- 
-- 
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.


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 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.


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 limit 5;
> 
> The error I get back
> 
> Connection: T(SQLITE)  
> D(/Users/brianlibgober/Dropbox/Collaborations/CleanMake/Main.sqlite)   at 
> 17:32
> Error: near "<": syntax error
> To change connection parameters:
> :DBPromptForBufferParameters
> Or
> :DBSetOption user|passwd|dsnname|srvname|dbname|host|port|...=
> :DBSetOption user=tiger:passwd=scott
> Last command(rc=1):
> sqlite3  /Users/brianlibgober/Dropbox/Collaborations/CleanMake/Main.sqlite < 
> /var/folders/p2/nkftf47s5vb8zr6slgc7fc94gn/T/v5uxPIb/dbext.sql
> Last SQL:
> .mode column
> .headers ON
> select * from CIK limit 5
> 
> The bizarreness of this is that the following run on terminal:
> 
> sqlite3  /Users/brianlibgober/Dropbox/Collaborations/CleanMake/Main.sqlite < 
> /var/folders/p2/nkftf47s5vb8zr6slgc7fc94gn/T/v5uxPIb/dbext.sql
> 
> Yields
> 
> index   CIK COMPANYNAME
> --  --  ---
> 0   0001438823  !J INC
> 1   0001509607  #1 A LIFESA
> 2   0001457512  #1 ARIZONA
> 3   0001433777  #1 PAINTBAL
> 4   0001427189  $ LLC
> 
> Which is what I would expect

Interestingly, the command :DBListTable does what it should, so the connection 
works...

-- 
-- 
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.


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
https://github-production-release-asset-2e65be.s3.amazonaws.com/50428480/1f20e306-70cd-11e7-8b18-27d2c2dca7a8?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20170725%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170725T053509Z&X-Amz-Expires=300&X-Amz-Signature=a71f7054845a27fa8e7f3fe102514f19362f278e4773c3ce17a49d58ab81fa78&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dgvim_8.0.0771_x64.zip&response-content-type=application%2Foctet-stream

and I get "Deceptive Site" red screen in Firefox 54 with full message:



Deceptive Site!

This web page at github-production-release-asset-2e65be.s3.amazonaws.com has 
been reported as a deceptive site and has been blocked based on your security 
preferences.

Deceptive sites are designed to trick you into doing something dangerous, like 
installing software, or revealing your personal information, like passwords, 
phone numbers or credit cards.

Entering any information on this web page may result in identity theft or other 
fraud.


Is it fine to continue or is there really a security problem?
Regards

-- 
-- 
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.