marking things

2010-01-15 Thread meino . cramer
Hi, (I am using vim on Linux.) Still fiddeling with some config-file """problems"""... The config file looks likes this (which is sorted now with the help of this list... ;O) And it has values added now: a-6394-fgh-pnohkf-ajgd0.5 b-6394-fgh-pnohkf-ajgd0.5 a-ighj-daksj

Re: How to show plain text document's structure and syntax highlight

2010-01-15 Thread vimer_at_cn
Hi Chris: Thanks for your feedback. Not sure I'm catching you. Do you means after you install the plugin, you .c files are misspecified as txt filetype? I have test in my machine but it didn't reproduce. You could have a check on your .vimrc file and look for something wrong like: au Buf

How set "ç" to ":"

2010-01-15 Thread Ney
Hi, i'm on abnt2 keyboard and would like to use the letter ç to access my command line. I tried this: nnoremap ç : from here[http://vim.wikia.com/wiki/Short_mappings_for_common_tasks] but didn't work. this mapping: nnoremap : works, but is not what i want. Thanks. -- You received this mess

Re: overriding during substitute command

2010-01-15 Thread Tim Chase
drlatex wrote: I would like to perform the command: :argdo 0s/\s/_/g | 0s/\//g | 0s/\.//g | 0s/\://g | 0s/,//g | 0s/;// | w for a batch of >1000 files. But the problem is that some files don't have the string '.' or ',' So what happens is I get the message "E486: There were no instances of '

Re: overriding during substitute command

2010-01-15 Thread Brett Stahlman
On Jan 15, 4:19 pm, drlatex wrote: > Hello, > > I would like to perform the command: > > :argdo 0s/\s/_/g | 0s/\//g | 0s/\.//g | 0s/\://g | 0s/,//g | 0s/;// | w > > for a batch of >1000 files. > > But the problem is that some files don't have the string '.' or ',' > > So what happens is I get th

overriding during substitute command

2010-01-15 Thread drlatex
Hello, I would like to perform the command: :argdo 0s/\s/_/g | 0s/\//g | 0s/\.//g | 0s/\://g | 0s/,//g | 0s/;// | w for a batch of >1000 files. But the problem is that some files don't have the string '.' or ',' So what happens is I get the message "E486: There were no instances of '.' " an

Re: How can Vim highlight the matching tag when I put the cursor on the other one in a pair of tags ?

2010-01-15 Thread Charles Campbell
Tony Mechelynck wrote: On 08/12/09 06:15, Lenin Lee wrote: I know this plugin, but it only jumps from one tag to its corresponding one, what I want is to highlight the corresponding tag. Any ideas ? AFAIK, there isn't (yet), but it ought to be possible to write a replacement for the matchpar

visual_studio.vim

2010-01-15 Thread Max
I have decided I want to try and do more from within vim, including building our Visual Studio solutions at work. I've managed to get the excellent visual_studio.vim plugin working, but I am disappointed that the various build/compile commands block vim, which is a huge blow to productivity. If I c

Re: Parse file in background

2010-01-15 Thread Marc Weber
Excerpts from KKde's message of Fri Jan 15 04:06:42 +0100 2010: > Hi, > > I am writing my own omni complete plugin specific to our project. > > I have a file that contains list of words and it's associated > filennames. Every word is mapped to some other file in the main file. > Now whenever I fi

RE: Vim leaves pixel "junk" when working with cleartype fonts

2010-01-15 Thread Gene Kwiecinski
>Is there any way to fix this "pixel junk" problem while keeping cleartype >fonts on (and keeping my fonts)? I had that for aeons, even scrolls up/down right along with the text. Doesn't bother me, so I just ignore it. -- You received this message from the "vim_use" maillist. For more informa

Re: how to parse the vimgrep result in quickfix window?

2010-01-15 Thread yixiaodaf...@gmail.com
Hi, Ben, Thank you very much for your help. I am trying to change the source explorer plugin to behave more like the source insight. So I want to simply click the mouse in the quickfix window and the file will be opened in the window I want. Currently it seems impossible to do that. I will look i

Re: How to deactivate a plugin ?

2010-01-15 Thread epanda
On 15 jan, 17:19, Tom Link wrote: > > I am searching for a deactivation on the fly, just before doing : > > > e /mylocalpath > > I'm no nerdtree user but if you check the source, you'll find > >     if g:NERDTreeHijackNetrw >         augroup NERDTreeHijackNetrw >             autocmd VimEnter * s

Re: How to deactivate a plugin ?

2010-01-15 Thread Tom Link
> I am searching for a deactivation on the fly, just before doing : > > e /mylocalpath I'm no nerdtree user but if you check the source, you'll find if g:NERDTreeHijackNetrw augroup NERDTreeHijackNetrw autocmd VimEnter * silent! autocmd! FileExplorer au BufEnte

Fail to copy local file to ftp directory

2010-01-15 Thread epanda
Hi, I am trying to make a func that copy a local file to my distant ftp directory . 1/ exec 'Nread ftp://lo...@ftphost.com/path' norm mt This command seems to work well cause netrw tells me " Copy/Move Tgt: ftp://lo...@ftphost.com/path/ (remote) 2/ "

Re: Parse file in background

2010-01-15 Thread KKde
Can someone please help? thanks, kkde -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php

Re: How to deactivate a plugin ?

2010-01-15 Thread epanda
On 15 jan, 16:30, David wrote: > > Hi, > > > I would like to deactivate NERDTree plugin in order to let Netrw > > plugin e command do its job fine . > > > How can I do ? > > > Thanks > > You are lucky, I was just reviewing my settings : > > let NERDTreeHijackNetrw=0 > > By the way, another optio

Re: How to deactivate a plugin ?

2010-01-15 Thread David
> Hi, > > I would like to deactivate NERDTree plugin in order to let Netrw > plugin e command do its job fine . > > How can I do ? > > Thanks You are lucky, I was just reviewing my settings : let NERDTreeHijackNetrw=0 By the way, another option I found useful : let NERDTreeShowBookmarks=1 > --

Re: How to deactivate a plugin ?

2010-01-15 Thread epanda
On 15 jan, 16:22, Marc Weber wrote: > Excerpts from epanda's message of Fri Jan 15 16:15:27 +0100 2010: > > > Hi, > > > I would like to deactivate NERDTree plugin in order to let Netrw > > plugin e command do its job fine . > > In general Vim was never designed to unload things. > You can find t

Re: How to deactivate a plugin ?

2010-01-15 Thread Marc Weber
Excerpts from epanda's message of Fri Jan 15 16:15:27 +0100 2010: > Hi, > > I would like to deactivate NERDTree plugin in order to let Netrw > plugin e command do its job fine . In general Vim was never designed to unload things. You can find the autocommands and commands and remove them manually

How to deactivate a plugin ?

2010-01-15 Thread epanda
Hi, I would like to deactivate NERDTree plugin in order to let Netrw plugin e command do its job fine . How can I do ? Thanks -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php

Re: convert syntax highlighted text to RTF?

2010-01-15 Thread Ben Fritz
On Jan 14, 1:15 am, Adriaan wrote: > > I'm confused as to the differences between these two scripts and the > > standard 2html.vim script distributed with Vim. > > To be honest: I don't know exactly either. > But I can remember 2html once didn't work for me and buf2html did. Fair enough. In cas

Re: how to parse the vimgrep result in quickfix window?

2010-01-15 Thread Ben Fritz
On Jan 14, 4:43 pm, "yixiaodaf...@gmail.com" wrote: > Since I cannot control which window the open file will be in when I > type enter in quickfix window, I want to write my own command to > control it. In the quickfix window, it displays the file name, the > line and the column that contains th

Re: Vim leaves pixel "junk" when working with cleartype fonts

2010-01-15 Thread Paul
On Fri, Jan 15, 2010 at 05:42:12AM -0800, janoChen wrote: Sometimes red or yellow lines appear randomly in Vim when cleartype are turned on. Is there any way to fix this "pixel junk" problem while keeping cleartype fonts on (and keeping my fonts)? I think it's a terminal thing. It happens to m

Netrw : don't happen to copy local file to distant directory

2010-01-15 Thread epanda
Hi, I am trying to make a func that copy a local file to my distant ftp directory But I fail to explore local dir. (In order to avoid conflict with NERDTree plugin, I call Nread func of Netrw literally) on windows Nread c:\ don't succeed. -- You received this message from the "vim_use" maillis

Vim leaves pixel "junk" when working with cleartype fonts

2010-01-15 Thread janoChen
Vim http://old.nabble.com/file/p27175626/picpd.jpg Sometimes red or yellow lines appear randomly in Vim when cleartype are turned on. Is there any way to fix this "pixel junk" problem while keeping cleartype fonts on (and keeping my fonts)? -- View this message in context: http://old.nabble.

Re: How to distinguish mac versus unix

2010-01-15 Thread Tony Mechelynck
On 14/01/10 21:22, Bee wrote: On Jan 14, 9:22 am, Bee<200...@calcentral.com> wrote: On Jan 14, 8:12 am, Gary Johnson wrote: On 2010-01-14, Bee wrote: On Jan 14, 2:24 am, Tony Mechelynck wrote: On 14/01/10 10:54, epanda wrote: There is the conditionnal has("unix") feature but how distingu