Re: weird plug in problem

2009-08-19 Thread Nicolas Aggelidis
thanks martin, you solved my problem! best regards, nicolas --~--~-~--~~~---~--~~ You received this message from the vim_use maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: How stop post from this list HELP

2009-08-19 Thread Mark Woodward
On Wed, 2009-08-19 at 08:19 +0200, Jan-Herbert Damm wrote: Now two days ago mails suddenly started pouring in, for which i have no explanation. But hey i'm glad. This way i got hold of the really surprising screencasts of Derek! jan ditto, I too signed up many moons ago and started

Re: How stop post from this list HELP

2009-08-19 Thread Daryl Styrk
Robert Lamar wrote: I have no idea why this changed two days ago, but if you send a message to the following address, you should be unsubscribed: vim_use+unsubscr...@googlegroups.com Helpfully, Robert Yes this list is very odd. I subscribed almost a year ago and never received

Re: Vim Tutorial Screencasts

2009-08-19 Thread Mark Woodward
Hi Derek, On Tue, 2009-08-18 at 15:09 +, Derek Wyatt wrote: (Quoted email is below. This is a limitation of the BlackBerry) Starting with the Destruction is Good screencast, ...[snip]. Cheers, Derek thanks for these vids. Great stuff -- Mark

Re: A windows file type question

2009-08-19 Thread Efraim Yawitz
On Wed, Aug 19, 2009 at 4:30 AM, Bland, Alan alan.bl...@goodrich.comwrote: I use Vim on both unix and Windows. The Windows version has a feature that guesses what type of file I want to open. I want to either turn it off or change it to something that fits reality. For example, if I am

Re: changing what counts as a paragraph

2009-08-19 Thread A. S. Budden
2009/8/19 at atorgovit...@gmail.com: My .tex files typically look like... -- This is some text that I'm writing in a paragraph, blah blah blah, etc. etc. \begin{equation}    a = b + c \end{equation} --- I currently have

Problem with minibuf explorer and project plugin

2009-08-19 Thread Nicolas Aggelidis
Hi vimmers, need your help again... among other plugins i use (since yesterday!) project and minibufexpl. I noticed that many times when i have opened some buffers and then i switch to project buffer and select another file, instead of having the minibufexpl bar update itself by adding a new

Re: Problem with minibuf explorer and project plugin

2009-08-19 Thread Nicolas Aggelidis
sorry for the follow up. The settings in my vimrc concerning minibufexplorer are: let g:miniBufExplorerMoreThanOne=1 let g:miniBufExplUseSingleClick = 1 let g:miniBufExplModSelTarget = 1 let g:miniBufExplMapCTabSwitchBufs = 1 let python_highlight_all =1 let python_slow_sync = 1

Re: changing what counts as a paragraph

2009-08-19 Thread at
Thanks. I'm surprised there's no better way. I can't get used to watching my spaces at the end of equation lines, so I think I'll go for formatoptions=tcqw and then make a binding to gwap that I can hit occasionally. On Aug 19, 7:11 am, A. S. Budden abud...@gmail.com wrote: 2009/8/19 at

vim shellpipe tee make output

2009-08-19 Thread Sergey Vakulenko
Hello I very love linux output on :make command. On my win32 machine the behavior is differ. I read about it a lot information, but not found how to emulate this on win32. I download tee, i added set shellpipe=21\ \|\ tee option to my vimrc but no luck. maybe there is a hint to do this?

Syntax for C code embedded within another language

2009-08-19 Thread Marvin Humphrey
Greets, I'm writing a Vim syntax file for a small, purpose-built language. Everything's working great for the most part. There's one thing I don't know how to do, though. The language allows C code to be embedded between certain tags: __C__ /* C code here. */ static char foo[] = foo;

Re: Syntax for C code embedded within another language

2009-08-19 Thread Charles Campbell
Marvin Humphrey wrote: Greets, I'm writing a Vim syntax file for a small, purpose-built language. Everything's working great for the most part. There's one thing I don't know how to do, though. The language allows C code to be embedded between certain tags: __C__ /* C code here. */

Re: Syntax for C code embedded within another language

2009-08-19 Thread CreamyGoodness
On Aug 19, 11:32 am, Charles Campbell charles.e.campb...@nasa.gov wrote: * read   :help syntax-include *look over syntax/vim.vim and how it includes support for embedded perl   Perfect. :) This worked: :syntax include @cBlock syntax/c.vim :syntax region cRegion start=^__C__

Re: vim shellpipe tee make output

2009-08-19 Thread Ben Fritz
On Aug 19, 12:20 pm, Sergey Vakulenko ppdl...@gmail.com wrote: Hello I very love linux output on :make command. On my win32 machine the behavior is differ. What's different? What do you expect? What do you see instead? On MY Win32 machine, I have no problems with the :make command, after I

Re: Syntax for C code embedded within another language

2009-08-19 Thread Ben Fritz
On Aug 19, 1:52 pm, CreamyGoodness mar...@rectangular.com wrote: This worked:   :syntax include @cBlock syntax/c.vim   :syntax region cRegion start=^__C__ end=^__END_C__ contai...@cblock Apparently you have an answer, but you could also take a look at our tip on this subject, which was

Re: vim shellpipe tee make output

2009-08-19 Thread sc
On Wednesday 19 August 2009 15:42:25 Ben Fritz wrote: There is no need for the tee application to get this working. I certainly don't have it on my Windows machine. a small point, in defense of tee tee may never be necessary, but it sure can make things nicer -- for years i built programs

Re: vim shellpipe tee make output

2009-08-19 Thread Ben Fritz
On Aug 19, 4:25 pm, sc tooth...@swbell.net wrote: a small point, in defense of tee tee may never be necessary, but it sure can make things nicer -- for years i built programs with output redirected to a log, with an entire 2nd konsole open on a tail -f of that same log -- sure, it works,

Re: screenpastePlugin.vim - extract filenames from mailbody and attach

2009-08-19 Thread Eric Smith
Just a thought apropos this script of Christian and getting greedier still. Something that would be seriously cool IMHO is a function that parses the mail body and extracts all filename like strings. Almost all my filenames have a 3 (or4) char suffix. And then to attach these to the mail

vim over ssh: no visual block?

2009-08-19 Thread Bastiaan Wakkie
Some how I do not have any coloring nor visual block when I connect to my gentoo server with vim 7.2. I do not understand this. Is there a setting to get this to work over ssh? thx, Bastiaan --~--~-~--~~~---~--~~ You received this message from the vim_use

Accumulating text with cuts or yanks

2009-08-19 Thread Tim Johnson
Using ver 7.1 on linux. I'd like to cut a series of lines and append each line to a contiguous block of test that would then be pasted en masse. Example. cut line 2, line 6, line 10. Move to line 20, paste all 3 lines there. Probably telling me the right keyword for 'help' would suffice.

Re: vim over ssh: no visual block?

2009-08-19 Thread Tim Chase
Some how I do not have any coloring nor visual block when I connect to my gentoo server with vim 7.2. I do not understand this. Is there a setting to get this to work over ssh? does it work if you're local to the server (and thus just an ssh issue)? Do visual commands work but just not

Re: Accumulating text with cuts or yanks

2009-08-19 Thread vimtexhappy
On Wed, Aug 19, 2009 at 04:17:22PM -0800, Tim Johnson wrote: Using ver 7.1 on linux. I'd like to cut a series of lines and append each line to a contiguous block of test that would then be pasted en masse. Example. cut line 2, line 6, line 10. Move to line 20, paste all 3 lines there.

Re: How stop post from this list HELP

2009-08-19 Thread Allan Kelly
This happened to me too. However I have a few niggles I'll now as ask about before unsub-ing =) 2009/8/19 Daryl Styrk darylst...@gmail.com: Robert Lamar wrote: I have no idea why this changed two days ago, but if you send a message to the following address, you should be unsubscribed:

Problem with IDL file detection

2009-08-19 Thread Michael Williams
Hi, This set of public IDL routines are mis-identified as filetype=cpp rather than filetype=idlang by Vim (tested on version 7.2): http://www-astro.physics.ox.ac.uk/~mxc/idl/. For a specific example, download http://www-astro.physics.ox.ac.uk/~mxc/idl/ppxf_2009-04-14.zip and look at range.pro

RE: screenpastePlugin.vim - extract filenames from mailbody and attach

2009-08-19 Thread John Beckett
Please bottom post on this list. Quote a small (relevant) part of the message you are replying to, and put your text underneath. See the list guidelines: http://groups.google.com/group/vim_use/web/vim-information --~--~-~--~~~---~--~~ You received this message

RE: changing what counts as a paragraph

2009-08-19 Thread John Beckett
Please bottom post on this list. Quote a small (relevant) part of the message you are replying to, and put your text underneath. See the list guidelines: http://groups.google.com/group/vim_use/web/vim-information --~--~-~--~~~---~--~~ You received this message

Re: Accumulating text with cuts or yanks

2009-08-19 Thread Tim Johnson
* vimtexhappy vimtexha...@gmail.com [090819 16:45]: -- Add . :help A Yup. That did it. thanks -- Tim t...@johnsons-web.com http://www.akwebsoft.com --~--~-~--~~~---~--~~ You received this message from the vim_use maillist. For more information,

Re: Vim Tutorial Screencasts

2009-08-19 Thread David Fishburn
On Sat, Aug 15, 2009 at 5:32 PM, Derek Wyattewipla...@gmail.com wrote: ... I just popped my head in to let you know that I've started putting up some Vim Tutorial Screencasts at http://vimeo.com/user1690209/videos. I'll also be trying out some little one-liners on Twitter at

Re: Accumulating text with cuts or yanks

2009-08-19 Thread David Fishburn
On Wed, Aug 19, 2009 at 8:17 PM, Tim Johnsont...@johnsons-web.com wrote: I'd like to cut a series of lines and append each line to a contiguous block of test that would then be pasted en masse. Example. cut line 2, line 6, line 10. Move to line 20, paste all 3 lines there. This can be

Re: vim shellpipe tee make output

2009-08-19 Thread Sergey Vakulenko
Sc said right, i want to see make output on the same console, line by line in real time, not at the end of compiling process. How to do this on win32 platform, there is hint? 2009/8/20, Ben Fritz fritzophre...@gmail.com: On Aug 19, 4:25 pm, sc tooth...@swbell.net wrote: a small point, in