lang en problem when migrating from 7.2 to 7.3

2010-08-25 Thread Vincent L.
Hi, I moved from 7.2 to 7.3. I now get the following error when VIM starts : E197 : Impossible de choisir la langue en which translate to : Cannot set language to en If I start vim 7.2, it just works fine. Info : * lang en is the first line in my vimrc * I use windows XP pro SP2 * VIM version :

WIN7 Can not set vim 7.3 as default program

2010-08-25 Thread yschandra
Hi, I updated from 7.2 to 7.3 on Windows 7 Prof. Generally I set gvim as default program for .C, .H, .CPP file extensions. This was working with 7.2 however I am unable to do this with 7.3. If I reinstall 7.2 then it is working fine. I think there is some problem with 7.3 windows binaries. Can

tags for java

2010-08-25 Thread vicky b
Hi all, I want to use tags for java , i did use jtags but i work for java 1.4 but not higher versiona and it works only for linux can anyone help me ith windows and higher version of java Thanks Vinay -- You received this message from the vim_use maillist. Do not top-post! Type your reply

Re: tags for java

2010-08-25 Thread Marc Weber
Excerpts from vicky b's message of Wed Aug 25 13:19:49 +0200 2010: I want to use tags for java , i did use jtags but i work for java 1.4 but not higher versiona and it works only for linux can anyone help me ith windows and higher version of java - exuberant-ctags ctags -R . # or such

Re: tags for java

2010-08-25 Thread vicky b
On Wed, Aug 25, 2010 at 5:00 PM, Marc Weber marco-owe...@gmx.de wrote: Excerpts from vicky b's message of Wed Aug 25 13:19:49 +0200 2010: I want to use tags for java , i did use jtags but i work for java 1.4 but not higher versiona and it works only for linux can anyone help me ith

Re: tags for java

2010-08-25 Thread Marc Weber
Thanks march for the answere but i do use all modern ide eclipse,netbeans but i am exploring vim and find it has some great featires does c tags work for java http://ctags.sourceforge.net/languages.html Have fun. Marc Weber -- You received this message from the vim_use maillist. Do not

RE: WIN7 Can not set vim 7.3 as default program

2010-08-25 Thread John Beckett
yschandra wrote: I updated from 7.2 to 7.3 on Windows 7 Prof. Generally I set gvim as default program for .C, .H, .CPP file extensions. This was working with 7.2 however I am unable to do this with 7.3. If I reinstall 7.2 then it is working fine. I think there is some problem with 7.3 windows

Re: tags for java

2010-08-25 Thread vicky b
Thanks a lot it is working great but i also heared of feature where when u press f3 on any method it goes to the method declaration can u let me know on how to use it On Wed, Aug 25, 2010 at 5:20 PM, Marc Weber marco-owe...@gmx.de wrote: Thanks march for the answere but i do use all modern ide

Re: tags for java

2010-08-25 Thread Marc Weber
Excerpts from vicky b's message of Wed Aug 25 14:09:00 +0200 2010: Thanks a lot it is working great but i also heared of feature where when u press f3 on any method it goes to the method declaration can u let me know on how to use it nomap F3 :tjupm c-r=expand(cword)crcr If you start missing

Re: vim and encryption

2010-08-25 Thread ZyX
Ответ на сообщение «vim and encryption», присланное в 16:30:26 25 августа 2010, Среда, отправитель Tobias Klausmann: You forgot to add an ampersand: you should use either set viminfo= or let viminfo= . Now you are setting only global variable g:viminfo. Текст сообщения: Hey, I was

make python os.chdir follow vim autochdir?

2010-08-25 Thread Reckoner
Hi, I use the autochdir option in VIM and I also utilize VIM's built-in Python interface. Is it possible to have the current directory for the built-in Python interpreter follow VIM's autochdir. For example, when I am editing a Python file, VIM's autochdir option puts me in the same directory as

Re: prevent automatic jumping when using quickfix for cscope commands

2010-08-25 Thread Ben Fritz
On Aug 24, 8:59 pm, EdwardXu edwardxuhui19...@gmail.com wrote: Hi, all, I use quickfix for the output of cscope commands by setting cscopequickfix, it seems vim always jump to the first matched result automaticly which is mostly not the symbol i'm searching for. How to just put the results

Re: syntax highlight to html - yeah - poor character rendering - solved

2010-08-25 Thread Ben Fritz
On Aug 24, 4:52 pm, Eric Smith e...@fruitcom.com wrote: However, I am not getting non-ascii rendering in my html - in the terminal even Icelandic is perfectly rendered. I tried setting the var below to my $LANG variable. :let g:html_use_encoding = en_US.UTF-8 no joy Is there a

gvim window auto shrinks in openSUSE

2010-08-25 Thread Vivek Bhat
Hi, I have been using vim since 7.1. In windows I do not face any problem. But in my openSUSE OS there is one little irritant. The gvim window never gets maximized. Whenever I maximize gvim, it gets maximized and then auto shrinks a little from left and bottom. I have been facing this in

Re: Highlighting seems to forget values

2010-08-25 Thread Ben Fritz
On Aug 24, 6:58 am, Martin Braun martin.br...@kit.edu wrote: All the 'highlight' commands in my .vimrc seem to get overridden by the colorscheme. What do you mean, overridden? The groups you use below (WhiteSpaceEOL and OverLength) don't exist in any widely-distributed colorschemes that I

Re: vim and encryption

2010-08-25 Thread Tobias Klausmann
Hi! On Wed, 25 Aug 2010, ZyX wrote: On Wed, 25 Aug 2010, Tobias Klausmann wrote: All that said, I'd still like to use it this way. What I have been unable to accomplish is keeping vim from writing a viminfo file. At first I tried this in vimrc: if exists(key) let viminfo= endif

Netrw and new file through ftp connection

2010-08-25 Thread epanda
Hi, How could I automate creation of new file or duplicate it through my ftp connection ? Thank you -- 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

Re: Netrw and new file through ftp connection

2010-08-25 Thread Daniel Corrêa
Hi, How could I automate creation of new file or duplicate it through my ftp connection ? How do you connect to your ftp? Curl, scp, sftp...? Daniel Corrêa +55 (45) 9938.3993 http://www.meadiciona.com.br/dnlcorrea ⌘⇧⌃⏏ ⇒ bye bye A

Re: Netrw and new file through ftp connection

2010-08-25 Thread epanda
Through ftp command from windows. But I have post a recent thread to make autologin possible from netrw too. Charles told me to see how is it working under Windows and it works like that : ftp -s:c:/ftpconnect.ftp hostname ftpconnect.ftp contains : mylogin mypassword Can we set some variable

Re: Netrw and new file through ftp connection

2010-08-25 Thread Daniel Corrêa
epanda, I have a suggestion, but i don't know if it works with Windows builtin ftp. I use a mapping to upload the current file to my ftp server with curl: map F10 :wCR:!curl -T % ftp://[user]:[pa...@ftp.host.com./public_html/path/CR Curl uploads a file at a time. Is this kinda what you

Re: Netrw and new file through ftp connection

2010-08-25 Thread epanda
no because I would like to use netrw to browse my ftpfile in order to modify them live. So I need to autologin me to my ftp and then explore my ftp directories -- 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

Re: Netrw and new file through ftp connection

2010-08-25 Thread Charles E Campbell Jr
epanda wrote: Through ftp command from windows. But I have post a recent thread to make autologin possible from netrw too. Charles told me to see how is it working under Windows and it works like that : ftp -s:c:/ftpconnect.ftp hostname ftpconnect.ftp contains : mylogin mypassword Can we

Re: Netrw and new file through ftp connection

2010-08-25 Thread epanda
let g:netrw_ftp_cmd= ftp -s:c:/ftpconnect.ftp in your .vimrc.  You may need full paths to ftp and ftpconnectt.ftp in the string, too. Now, to create a new, empty file using netrw and ftp:  see  :help netrw-% Regards, Chip Campbell I have added this line : let g:netrw_ftp_cmd=

Re: Netrw and new file through ftp connection

2010-08-25 Thread Charles E Campbell Jr
epanda wrote: let g:netrw_ftp_cmd= ftp -s:c:/ftpconnect.ftp in your .vimrc. You may need full paths to ftp and ftpconnectt.ftp in the string, too. Now, to create a new, empty file using netrw and ftp: see :help netrw-% Regards, Chip Campbell I have added this line : let

Re: WIN7 Can not set vim 7.3 as default program

2010-08-25 Thread cncy...@gmail.com
it seems gvim 7.3 does not setup the registry key correctly. you may run regedit in your command window, and add/modify the following keys. if they do not exist, create them. key 1: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\gvim.exe\shell\edit\command value: create a default value, may be

Re: make python os.chdir follow vim autochdir?

2010-08-25 Thread winterTTr
On 25 August 2010 21:19, Reckoner recko...@gmail.com wrote: Hi, I use the autochdir option in VIM and I also utilize VIM's built-in Python interface. Is it possible to have the current directory for the built-in Python interpreter follow VIM's autochdir. For example, when I am editing  a

Use cases for new features

2010-08-25 Thread Ben Fritz
I had my moment already with the new persistent undo feature, where I discovered a use case for it which transforms it from a novelty into something I'll actually use. I was expecting it to take longer, for floating point in 7.2 it took a couple of months (and an unusual code file with a lookup

Re: WIN7 Can not set vim 7.3 as default program

2010-08-25 Thread Ben Fritz
On Aug 25, 8:16 pm, cncy...@gmail.com cncy...@gmail.com wrote: it seems gvim 7.3 does not setup the registry key correctly. you may run regedit in your command window, and add/modify the following keys. if they do not exist, create them. gvim doesn't set up ANY registry keys, by itself,

Re: Netrw and new file through ftp connection

2010-08-25 Thread epanda
show -- I'm used to using $HOME rather than $home, but perhaps that doesn't make any difference under Windows.  Does $home have a trailing slash, or is it a backslash?  You may have to change the backslash(es) to slashes. c:/Windows/System32/ftp -s:C:\Users\Admin/ftpconnect.ftp

Re: vimdiff-like highlighting within the same file?

2010-08-25 Thread Adam Monsen
This is an experimental feature, but please try it out. I did, and I'm impressed! Nice work! This is actually a novel way to tweak a diff, if one wanted to do such a thing. The only issue I ran into was when I did :only! in the window with the original .diff file I got a bunch of errors. I'm