Re: outlookvim

2013-04-30 Thread huubby zhou
I have this same issue occasionally, only my error is, Could not create email file [C:\Users\xxx\AppData\Local\Temp\rad1F419.outlook] Invalid procedure call or argument. Don't know if it's related with email content, since it appears for some email, meantime, other emails are fine. On Mon, Apr

vim, format=flowed and hanging indents

2013-04-30 Thread Michael Williams
Is there a good way to configure vim to send format=flowed emails that include hanging indents. My complete vimrc (for testing purposes) is: set nocompatible set fo+=awn set tw=72 set ai I'm typing something like: 1. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam

Re: outlookvim

2013-04-30 Thread David Fishburn
On Tue, Apr 30, 2013 at 12:39 AM, huubby zhou huub...@gmail.com wrote: I have this same issue occasionally, only my error is, Could not create email file [C:\Users\xxx\AppData\Local\Temp\rad1F419.outlook] Invalid procedure call or argument. Don't know if it's related with email content,

Re: ANN: YankRing 17.0

2013-04-30 Thread BPJ
2013-04-29 01:20, David Fishburn skrev: YankRing.vim : Maintains a history of previous yanks, changes and deletes http://www.vim.org/scripts/script.php?script_id=1234 Am I the only one getting an error? Vim Online Error Can't connect to local MySQL server through socket

Re: ANN: YankRing 17.0

2013-04-30 Thread David Fishburn
On Tue, Apr 30, 2013 at 10:11 AM, BPJ b...@melroch.se wrote: 2013-04-29 01:20, David Fishburn skrev: YankRing.vim : Maintains a history of previous yanks, changes and deletes http://www.vim.org/scripts/**script.php?script_id=1234http://www.vim.org/scripts/script.php?script_id=1234 Am I

Re: ANN: YankRing 17.0

2013-04-30 Thread David Fishburn
On Tue, Apr 30, 2013 at 10:22 AM, Paul google1...@rainslide.net wrote: On Monday, 29 April, 2013 at 00:29:05 BST, AK wrote: Hi David, one issue I've run into with yankring is that if I make a recording using q command, it works fine as I record it, but once I try to play it back, it gets

Re: Omni completion (^O^N^P) Pattern not found

2013-04-30 Thread rlewis
Ok. Get Indexer working now, but not with javacomplete. Same problem (E426: Pattern not found) when activating javacomplete with easytages/ indexer. Indexer will function with following steps: 1. copy all files to ~/.vim (including dependencies like vimprj and DfrankUtil) 2. edit

netrw plugin: asterisk after filename

2013-04-30 Thread Sylvia Ganush
Hi. A quick question, probably with an obvious answer, but I couldn't find one either in the manual or on the Internet. In directory listing view the netrw plugin appends an asterisk to filenames. What does it mean? Best, Sylvia -- -- You received this message from the vim_use maillist. Do

Re: netrw plugin: asterisk after filename

2013-04-30 Thread Charles Campbell
Sylvia Ganush wrote: Hi. A quick question, probably with an obvious answer, but I couldn't find one either in the manual or on the Internet. In directory listing view the netrw plugin appends an asterisk to filenames. What does it mean? There are several such appendages... see :help

Error messages and then crash on startup with Vim Touch

2013-04-30 Thread Eric Weir
I'm close to having duplicated my MacVim setup with Vim Touch on a Google Nexus 7 Android tablet. The only thing that's different is the specification in the .vimrc of location folders used by my plugins. Unfortunately there's something in the .vimrc that causes Vim Touch to crash on start

Re: netrw plugin: asterisk after filename

2013-04-30 Thread Sylvia Ganush
On 30 Apr 2013, at 17:56, Charles Campbell charles.e.campb...@nasa.gov wrote: Sylvia Ganush wrote: Hi. A quick question, probably with an obvious answer, but I couldn't find one either in the manual or on the Internet. In directory listing view the netrw plugin appends an asterisk to

Re: netrw plugin: asterisk after filename

2013-04-30 Thread Taylor Hedberg
Sylvia Ganush, Tue 2013-04-30 @ 18:08:45+0200: Hmm... * = executable? What's executable about foobar.pdf* or foobar.txt*? I can't understand. Those files must have the executable bit set in your file system, and netrw is just picking up on that. As for why the executable bit is set on

Re: netrw plugin: asterisk after filename

2013-04-30 Thread Charles Campbell
Taylor Hedberg wrote: Sylvia Ganush, Tue 2013-04-30 @ 18:08:45+0200: Hmm... * = executable? What's executable about foobar.pdf* or foobar.txt*? I can't understand. Those files must have the executable bit set in your file system, and netrw is just picking up on that. As for why the executable

Re: vim, format=flowed and hanging indents

2013-04-30 Thread Gary Johnson
On 2013-04-30, Michael Williams wrote: Is there a good way to configure vim to send format=flowed emails that include hanging indents. No. My complete vimrc (for testing purposes) is: set nocompatible set fo+=awn set tw=72 set ai I'm typing something like: 1. Lorem ipsum dolor

Using Align plugin without inserting whitespace into email addresses?

2013-04-30 Thread Philip Rhoades
People, I have been using the Align plugin quite happily for a long time now but I came across a need where it didn't do what I wanted: a block of lines consisting of only email addresses - I wanted to align on the @ character - is there a way to do this without inserting whitespace into the

Re: Using Align plugin without inserting whitespace into email addresses? - clarification

2013-04-30 Thread Philip Rhoades
People, On 2013-05-01 03:00, Philip Rhoades wrote: People, I have been using the Align plugin quite happily for a long time now but I came across a need where it didn't do what I wanted: a block of lines consisting of only email addresses - I wanted to align on the @ character - is there a

Re: vim, format=flowed and hanging indents

2013-04-30 Thread Michael Williams
On Tuesday, April 30, 2013 4:03:50 PM UTC+2, Tim Gray wrote: I can't necessarily answer all of your questions. As I saw it, this email did NOT have format=flowed set in the headers. Sorry, I should have been clear. I'm posting here using the Google Groups web interface. Yes, there is a

Re: netrw plugin: asterisk after filename

2013-04-30 Thread Sylvia Ganush
On 30 Apr 2013, at 18:22, Charles Campbell charles.e.campb...@nasa.gov wrote: Additionally, if Sylvia is using Windows and NTFS -- her file(s) may have ACLs set which (incorrectly) are flagging the file(s) as executable. There's a way to edit the acl for files; I'm not a Windows guru, so

Re: Using Align plugin without inserting whitespace into email addresses?

2013-04-30 Thread glts
On Tuesday, April 30, 2013 7:00:12 PM UTC+2, Philip Rhoades wrote: I have been using the Align plugin quite happily for a long time now but I came across a need where it didn't do what I wanted: a block of lines consisting of only email addresses - I wanted to align on the @ character

Re: netrw plugin: asterisk after filename

2013-04-30 Thread Taylor Hedberg
Sylvia Ganush, Tue 2013-04-30 @ 20:15:20+0200: It would appear that Mac OS X sets executable bits to all files when I plug in my FAT32-formatted USB stick. Must be an OS issue, nothing Vim or netrw related. I don't think FAT32 supports file mode bits at all (or, at least not the standard Unix

Re: Using Align plugin without inserting whitespace into email addresses? - clarification

2013-04-30 Thread Gary Johnson
On 2013-05-01, Philip Rhoades wrote: People, On 2013-05-01 03:00, Philip Rhoades wrote: People, I have been using the Align plugin quite happily for a long time now but I came across a need where it didn't do what I wanted: a block of lines consisting of only email addresses - I wanted

Re: Using Align plugin without inserting whitespace into email addresses?

2013-04-30 Thread Charles Campbell
On Tuesday, April 30, 2013 7:00:12 PM UTC+2, Philip Rhoades wrote: I have been using the Align plugin quite happily for a long time now but I came across a need where it didn't do what I wanted: a block of lines consisting of only email addresses - I wanted to align on the @ character - is

Can you test my plugin in Windows?

2013-04-30 Thread Alberto Miorin
Hi all! If you have windows and some free time, I would appreciate some help fixing my plugin in Windows (I use Mac). I suspect that there are problems with the path or something like that. https://github.com/amiorin/vim-project I you like it, please star the project. Thank you. Regard

:Explore shows nothing if path contains an embedded tilde (Windows)

2013-04-30 Thread Dameron, Gregg
I'm running gvim 7.2 on Windows 7. If I attempt :Explore or :e . when any folder in my current working directory contains a tilde (e.g., my~example_folder), the Netrw Directory Listing buffer displays nothing below the last row of equals signs. Not even ../ is displayed. There is no netrw

Re: :Explore shows nothing if path contains an embedded tilde (Windows)

2013-04-30 Thread Ben Fritz
On Tuesday, April 30, 2013 5:38:06 PM UTC-5, Dameron, Gregg wrote: I’m running gvim 7.2 on Windows 7.   If I attempt “:Explore” or “:e .” when any folder in my current working directory contains a tilde (e.g., “my~example_folder”), the Netrw Directory Listing buffer displays nothing

RE: outlookvim

2013-04-30 Thread Paul
For me, there was unicode in the bodies of the emails I tried replying to, sometimes just a single character like this one :  Live and learn. From: vim_use@googlegroups.com [mailto:vim_use@googlegroups.com] On Behalf Of David Fishburn Sent: April-30-13 8:51 AM To: vim_use Subject: Re:

ANN: dbext 19.0

2013-04-30 Thread David Fishburn
What is it? --- dbext.vim : Provides database access to most databases. http://www.vim.org/scripts/script.php?script_id=356 This plugin contains functions/mappings/commands to enable Vim to access several databases. Currently Mysql, PostgreSQL, Ingres, Oracle, Sybase Adaptive Server

Re: outlookvim

2013-04-30 Thread huubby zhou
Maybe, I never check this. How can I check this and avoid the error? On Tue, Apr 30, 2013 at 8:51 PM, David Fishburn dfishburn@gmail.comwrote: On Tue, Apr 30, 2013 at 12:39 AM, huubby zhou huub...@gmail.com wrote: I have this same issue occasionally, only my error is, Could not create

Anybody using more than 15 post requests on vim.sf.net within 4h?

2013-04-30 Thread Marc Weber
Reason: See vim-dev: vim.sf.net was scanned by a bot testing for vulnerabilities. Most vulnerabilities require to store JS code in fields, or creating new users etc. For this reason I assumed that a causual user does only update 5 plugins in one session + logging in. Thus having a limit of 15