Hi Bram and vimmers,
I wonder if there is a way to disable the highlighting of "word not
capitalized"? It does not reveal much useful info by ":helpgrep
[Cc]apitali[sz]".
Best regards,
Yongwei
--
Wu Yongwei
URL: http://wyw.dcweb.cn/
I notice that a script I sometimes use to automatically check in files
with RCS when I save a file gives error under the new Vim 7.x but did
not under Vim 6.4.
Here is the script:
Begin script autoci
if version >= 600
if has("autocmd")
syntax enable
function! s:RCSCheckIn()
On 5/10/06, Hisashi T Fujinaka <[EMAIL PROTECTED]> wrote:
version=3.1.1
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on chris.i8u.org
Disk died and they're "hot swapping it." However, "hot swapping" for
those guys is taking overnight.
Well, so I'm patching the code with Bram
"Bram Moolenaar" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Daniel Einspanjer wrote:
( ( ( long )( yr - 1900 ) >= _BASE_YEAR ) && ( ( long )( yr - 1900 ) <=
_MAX_YEAR64 ) )
Where is that assertion? I don't see it in the source code. Isn't this
a problem in one of the librari
On 2006-05-10, "Malhotra, Vijendra" <[EMAIL PROTECTED]> wrote:
> Gary Johnson [mailto:[EMAIL PROTECTED] Sent Wednesday 10 May 2006 00:44
> > On 2006-05-09, "Malhotra, Vijendra" <[EMAIL PROTECTED]> wrote:
> >
> > > BTW what is the difference between gvim and vim -g ?
> >
> > If vim and gvim are
Quoting "Malhotra, Vijendra" <[EMAIL PROTECTED]>:
> No they are not pointing to the same file. Now what is the difference
>
> -Original Message-
> From: Gary Johnson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday 10 May 2006 00:44
> To: vim@vim.org
> Subject: Re: gvim
>
> On 2006-05-09, "Malh
On 5/10/06, Malhotra, Vijendra <[EMAIL PROTECTED]> wrote:
No they are not pointing to the same file. Now what is the difference
No difference at all. :-)
if (get_file_name_without_path(argv[0]) == "gvim")
launch_the_graphical_frontend();
else
launch_the_ncurses_text_based_frontend();
-
No they are not pointing to the same file. Now what is the difference
-Original Message-
From: Gary Johnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday 10 May 2006 00:44
To: vim@vim.org
Subject: Re: gvim
On 2006-05-09, "Malhotra, Vijendra" <[EMAIL PROTECTED]> wrote:
> BTW what is the dif
AFAIK, Vim isn't able to tell what screen resolution you're using.
I did notice that my version of gvim running here on
Debian/Testing that gvim *somewhat* respects the usual X
-geom parameter. It seems that it handles the size
correctly, and positive positioning, but it seems to ignore
the
On 5/9/06, Keith Corwin <[EMAIL PROTECTED]> wrote:
Anyone know of good work-arounds or alternatives?
Yeah, write one. It's not all that hard.
Hi, I find solution on google, talk with people on
#vim at freenode and don't find solution for this.
I see http://www.vim.org/tips/tip.php?tip_id=1221
(Alternative tab navigation) in vim.org tips to use
tabs correctly.
This works fine in Gvim, but in terminal have
problems, part solved.
don't
Hello
I've removed my Vim 6.4 completly and installed full 8 MB Vim7 for Windows XP. I'm from Poland and
with default configuration Vim7 sets almost everything correctly - encoding cp1250, keyboard
mapping is ok. :lang shows "Polish" for every variable, except "LC_CTYPE=C".
There is a problem
Dnia wtorek, 9 maja 2006 18:55, Jonathan Orlev napisał:
> 2. Since you probably (and hopefully :-) ) plan to keep developing Vim
> 7.X and moving to the next major version (version 8.X) in the future,
> don't you need more sponsoring (beside your voluntary work for Uganda)?
As Bram didn't elaborat
Gerald Lai wrote:
..
For Vim 7.0f, :map g produces
n gxNetrwBrowseX
That may be what's causing Vim to wait for the next keystroke on "g".
What's the intent of NetrwBrowseX? I don't yet have 7 at home, but the name
suggests some kind of network stuff.
--
Robin Becker
On Tue, 9 May 2006, Yakov Lerner wrote:
On 5/9/06, Robin Becker <[EMAIL PROTECTED]> wrote:
I am trying out Vim 7.0 and see a major difference in the way my old
mappings
work. I have for many years mapped g to G so I can use the lower case g to
jump
around the file instead of shift+g.
Under 6
On Tue, 09 May 2006 16:09:53 +0200, Zbigniew Kowalski wrote
> of cource you can
> set lines=43 columns=126
>
> HTH
> zbikow
>
> Dnia 9-05-2006 o godz. 15:54 Stephen Boulet napisa³(a):
> > Can I set the default window width when starting up vim?
> >
> > Stephen
> >
> Zbigniew Kowalski
Perfect!
On Tue, 9 May 2006, Gerald Lai wrote:
[snip]
Don't call me picky ... but there's the problem (at least if
understand the help for the path option correctly). If a path ends
with ** it searches only for directory names, while * searches only
the direct subdirectories for the given paths.
This is
I myself was shocked by the lack of not only perlcomplete.vim, but of
javacomplete.vim. :) I found IComplete
(http://stud4.tuwien.ac.at/~e0125672/icomplete/) which is intended for
C++ and kinda-works for Java, but I'm finding it lacking for anything
Java-specific (it seems to not recognize int
On Tue, 9 May 2006 at 1:36pm, Eric Arnold wrote:
> On 5/9/06, Hari Krishna Dara <[EMAIL PROTECTED]> wrote:
> >
> > On Tue, 9 May 2006 at 10:29am, Yegappan Lakshmanan wrote:
> >
> > > Hi Scot,
> > >
> > > On 5/9/06, Scot P. Floess <[EMAIL PROTECTED]> wrote:
> > > > Is there anyway to move the tabs
Hello,
I was shocked that there wasn't a perlcomplete.vim in the source and
would like to create one or help someone who's writing one.
Contact me if I an be of help,
Kevin
--
Kevin Old
[EMAIL PROTECTED]
Gerald Lai wrote:
Just confirming, did you do
:noremap g G
:noremap G g
. yes I have that in my _vimrc and see only one g in map.
--
Robin Becker
Hi Hari
I just posted a comment on how I created them (since some people have
asked the same question). It's made on Mac OS X, but I am pretty sure
the same trick can be used on Windows or Linux.
Kind regards
4mir
On 5/9/06, Hari Krishna Dara <[EMAIL PROTECTED]> wrote:
On Tue, 9 May 2006 at 2
Ok, I can see that. I was hoping that it may be part of the positioning
capability (winpos, columns, guiheadroom, etc) but it was probably just wishful
thinking. Not a big deal, but it's nice to have a clean, portable solution.
Thanks for taking the time to respond Gerald.
Michael
-
Hi,
On 5/9/06, Vigil <[EMAIL PROTECTED]> wrote:
Is there a way to have vim work with tags of the format &package::sub(arg)? I
have tried normal ctags, and pltags, but they don't work with this. When I
ctrl-] on "sub", I'd like to be taken to the definition of package's sub. I
recall it identifyi
Yakov Lerner wrote:
...
In 6.4 even though there are similar possibilities for g as a start
character I
don't see this delay.
I confirm it, partially. Both ':map g G' and ':norwmap g G' makes
g slow with my ~/.vimrc. But with 'vim -u NONE', it's fast (immediate).
Can you try it yourself wi
On 5/9/06, Hari Krishna Dara <[EMAIL PROTECTED]> wrote:
On Tue, 9 May 2006 at 10:29am, Yegappan Lakshmanan wrote:
> Hi Scot,
>
> On 5/9/06, Scot P. Floess <[EMAIL PROTECTED]> wrote:
> > Is there anyway to move the tabs in a tabbed window around using the
> > mouse? I see the menu options for a
On 5/9/06, Hari Krishna Dara <[EMAIL PROTECTED]> wrote:
On Tue, 9 May 2006 at 9:32pm, Yakov Lerner wrote:
> Benjamin Reitzammer <[EMAIL PROTECTED]> wrote:
> > I'm forwarding this to the list so that everyone can help :)
> >
> > -- Forwarded message --
> > Date: Tue, 9 May 2006 1
Jonathan Orlev wrote:
> My questions are:
>
> 1. Was developing Vim 7 a full time job?
Certainly.
> 2. Since you probably (and hopefully :-) ) plan to keep developing Vim
> 7.X and moving to the next major version (version 8.X) in the future,
> don't you need more sponsoring (beside your vol
On 5/9/06, Robin Becker <[EMAIL PROTECTED]> wrote:
I am trying out Vim 7.0 and see a major difference in the way my old mappings
work. I have for many years mapped g to G so I can use the lower case g to jump
around the file instead of shift+g.
Under 6.4 and earlier that works well, but with vim
On Tue, 9 May 2006 at 9:32pm, Yakov Lerner wrote:
> Benjamin Reitzammer <[EMAIL PROTECTED]> wrote:
> > I'm forwarding this to the list so that everyone can help :)
> >
> > -- Forwarded message --
> > Date: Tue, 9 May 2006 19:36:45 +0200
> > From: Benjamin Reitzammer <[EMAIL PROTEC
On Tue, 9 May 2006 at 2:18pm, David Fishburn wrote:
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> > 4mir Salihefendic
> > Sent: Tuesday, May 09, 2006 1:08 PM
> > To: vim@vim.org
> > Subject: Vim 7 - a little graphical introduction
> >
> >
On Tue, 9 May 2006, Hari Krishna Dara wrote:
On Tue, 9 May 2006 at 10:29am, Yegappan Lakshmanan wrote:
Hi Scot,
On 5/9/06, Scot P. Floess <[EMAIL PROTECTED]> wrote:
Is there anyway to move the tabs in a tabbed window around using the
mouse? I see the menu options for a tab when I right cli
On Tue, 9 May 2006, Robin Becker wrote:
I am trying out Vim 7.0 and see a major difference in the way my old mappings
work. I have for many years mapped g to G so I can use the lower case g to
jump around the file instead of shift+g.
Under 6.4 and earlier that works well, but with vim 7 I see
On Tue, 9 May 2006 at 10:29am, Yegappan Lakshmanan wrote:
> Hi Scot,
>
> On 5/9/06, Scot P. Floess <[EMAIL PROTECTED]> wrote:
> > Is there anyway to move the tabs in a tabbed window around using the
> > mouse? I see the menu options for a tab when I right click on the tab.
> > I also saw the tab
Benjamin Reitzammer <[EMAIL PROTECTED]> wrote:
I'm forwarding this to the list so that everyone can help :)
-- Forwarded message --
Date: Tue, 9 May 2006 19:36:45 +0200
From: Benjamin Reitzammer <[EMAIL PROTECTED]>
To: Gerald Lai <[EMAIL PROTECTED]>
Subject: Re: fast file opening
Damn it, I forgot that ;)
Thanks David.
On 5/9/06, David Fishburn <[EMAIL PROTECTED]> wrote:
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> 4mir Salihefendic
> Sent: Tuesday, May 09, 2006 1:08 PM
> To: vim@vim.org
> Subject: Vim 7 - a little gra
On Tue, 9 May 2006 at 9:57am, Gerald Lai wrote:
> On Tue, 9 May 2006, Benjamin Reitzammer wrote:
>
> [snip]
> >> Regarding :find. It does not do &path-full completion, and
> >> no 'incremental completion menu'. To write such plugin, you'd
> >> need to process every typed character.
> >
> > Yes I
On Tue, 9 May 2006, Peter Slizik wrote:
or change these lines
if a:mode[1] == "T"
...
elseif a:mode[1] == "t"
to
if a:mode[1] ==# "T"
...
elseif a:mode[1] ==# "t"
Well, yes, after this correction, the script has became my good friend ;-)
What I like most is it's ability t
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> 4mir Salihefendic
> Sent: Tuesday, May 09, 2006 1:08 PM
> To: vim@vim.org
> Subject: Vim 7 - a little graphical introduction
>
> I just did a little blog post highlighting the new stuff in Vim 7.
>
On Mon, 8 May 2006 at 2:02pm, Linda W wrote:
> I note that Yahoo is blocking (traffic overflow given as reason) the VIM
> announcement. Given Yahoo's track record with human rights, maybe it's
> time to think about moving the group to another host, like Google?
>
> Sorry, I really don't like yah
On Tue, 9 May 2006, Michael Fross wrote:
Hello everyone,
Does VIM (v7) have a way to tell me the screen width from an OS point of view?
I like to position gvim in a specific place on my screen and I use computers
with different resolutions. Right now I shell out via a system call and get
the i
I'm forwarding this to the list so that everyone can help :)
-- Forwarded message --
Date: Tue, 9 May 2006 19:36:45 +0200
From: Benjamin Reitzammer <[EMAIL PROTECTED]>
To: Gerald Lai <[EMAIL PROTECTED]>
Subject: Re: fast file opening / find file as you type
Hi,
On 5/9/06, Gerald
On Tue, May 09, 2006 at 10:42:20AM -0700, John L. Clark wrote:
> On Tue, May 09, 2006 at 07:08:23PM +0200, 4mir Salihefendic wrote:
> > I just did a little blog post highlighting the new stuff in Vim 7.
> > I did this with a little twist - there is animation of the new
> > features. The link:
> > h
On Tue, May 09, 2006 at 07:08:23PM +0200, 4mir Salihefendic wrote:
> I just did a little blog post highlighting the new stuff in Vim 7.
> I did this with a little twist - there is animation of the new
> features. The link:
> http://amix.dk/index.py/permanentLink?id=130
Sounds like a cool idea, but
Hi Scot,
On 5/9/06, Scot P. Floess <[EMAIL PROTECTED]> wrote:
Is there anyway to move the tabs in a tabbed window around using the
mouse? I see the menu options for a tab when I right click on the tab.
I also saw the tabm [N] option I can set.
However, is it possible to set an option that will
I am trying out Vim 7.0 and see a major difference in the way my old mappings
work. I have for many years mapped g to G so I can use the lower case g to jump
around the file instead of shift+g.
Under 6.4 and earlier that works well, but with vim 7 I see a big delay between
hitting the g key an
Is there anyway to move the tabs in a tabbed window around using the
mouse? I see the menu options for a tab when I right click on the tab.
I also saw the tabm [N] option I can set.
However, is it possible to set an option that will allow me to click on
a tab and drag it either right or left
I just did a little blog post highlighting the new stuff in Vim 7.
I did this with a little twist - there is animation of the new
features. The link:
http://amix.dk/index.py/permanentLink?id=130
Could be useful if you are trying to hype vim 7 to friends ;-)
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
On Tue, 9 May 2006, Benjamin Reitzammer wrote:
[snip]
Regarding :find. It does not do &path-full completion, and
no 'incremental completion menu'. To write such plugin, you'd
need to process every typed character.
Yes I tried, :find and that it's not doing completion of my filename,
is somethi
Hello Bram,
[This is the first time I am writing to a Vim mailing list.]
First and foremost, congratulations for the new version. I am currently
using version 6.4, which is also amazing (I am using Vim for a few years
now).
I have a question that other may also find interesting.
The web sit
Ok, I trust you guys! Thanks for all the help!
Arménio Pinto
-Original Message-
From: Gerald Lai [mailto:[EMAIL PROTECTED]
Sent: terça-feira, 9 de Maio de 2006 17:37
To: Arménio Pinto
Cc: vim mailing list
Subject: RE: Indentation and blank lines
On Tue, 9 May 2006, Arménio Pinto wrote:
On 2006-05-09, "Malhotra, Vijendra" <[EMAIL PROTECTED]> wrote:
> BTW what is the difference between gvim and vim -g ?
If vim and gvim are links to the same file, nothing.
Gary
--
Gary Johnson | Agilent Technologies
[EMAIL PROTECTED] | Wireless Division
On Tue, 9 May 2006, Arm?nio Pinto wrote:
> -Original Message-
> From: J?rgen Kr?mer [mailto:[EMAIL PROTECTED]
> Sent: ter?a-feira, 9 de Maio de 2006 16:04
> To: vim mailing list
> Subject: Re: Indentation and blank lines
>
>
>
> Hi
>
> Arm?nio Pinto wrote:
>>
>> I'm using Vim to edi
Matt Tuzzolo wrote:
Anyone figure out a way to open up files from the file-explorer in a
new tab yet?
Check out netrw v99a, available on my website:
http://mysite.verizon.net/astronaut/vim/index.html#VimFuncs
- see "Network Oriented Reading, Writing, and Browsing". You'll be
wanting to ha
Hi Arménio,
> Isn't this a kind of nasty trick? :-) Does anyone know a cleaner solution?
That is the clean, simple solution.
The nasty solution is to modify the Vim source code, change the behavior of
auto-indent to your preference, and rebuild.
Sincerely,
--Eljay
It works, thanks! Isn't this a kind of nasty trick? :-) Does anyone know a
cleaner solution?
Arménio Pinto
-Original Message-
From: Jürgen Krämer [mailto:[EMAIL PROTECTED]
Sent: terça-feira, 9 de Maio de 2006 16:04
To: vim mailing list
Subject: Re: Indentation and blank lines
Hi
Armé
On 5/9/06, Benjamin Reitzammer <[EMAIL PROTECTED]> wrote:
On 5/9/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
> On 5/9/06, Benjamin Reitzammer <[EMAIL PROTECTED]> wrote:
[...]
> > Now my question:
> > Is there something similar for vim? Or do you guys have any hacks,
> > shell scripts for achievin
Hi,
wow ... that was fast. Thanks so far.
On 5/9/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
On 5/9/06, Benjamin Reitzammer <[EMAIL PROTECTED]> wrote:
[...]
> Now my question:
> Is there something similar for vim? Or do you guys have any hacks,
> shell scripts for achieving this? Pressing a k
Up at the vim site theres a script called javae.vim:
http://www.vim.org/scripts/script.php?script_id=1164
This lets one create a list of directory paths to
Java source code. Then, if one places the cursor
over a class name, you can jump to the associated
source file.
RME
Benjamin Reitzammer wrot
On 5/9/06, Benjamin Reitzammer <[EMAIL PROTECTED]> wrote:
Hi,
I've searched the archive and asked many search engines for help, but
I still haven't found what I'm looking for (well, I'll stop the
humming, singing instantly ;)
Currently I switch between jEdit and vim on a hourly basis, depending
Hello everyone,
Does VIM (v7) have a way to tell me the screen width from an OS point of view?
I like to position gvim in a specific place on my screen and I use computers
with different resolutions. Right now I shell out via a system call and get
the info, but it would be much cleaner and more p
Is there something similar for vim? Or do you guys have any hacks,
shell scripts for achieving this? Pressing a key combination, typing
in some letters, hitting enter and you opened another file?
Well, Vim has some similar abilities, though I'm not sure if
they quite fit the bill for what you w
Hi,
Benjamin Reitzammer wrote:
>
> I've searched the archive and asked many search engines for help, but
> I still haven't found what I'm looking for (well, I'll stop the
> humming, singing instantly ;)
>
> Currently I switch between jEdit and vim on a hourly basis, depending
> on the machine I
Hi,
I've searched the archive and asked many search engines for help, but
I still haven't found what I'm looking for (well, I'll stop the
humming, singing instantly ;)
Currently I switch between jEdit and vim on a hourly basis, depending
on the machine I'm working. I really love vim and would lik
Hi
Arménio Pinto wrote:
>
> I'm using Vim to edit Java code. There's an annoying behavior
> that I would like to fix, but haven't had any success yet. The problem
> is that the indentation "disappears" when you insert blank lines. For
> example (and suppose that the "»" it's a tab):
>
> Vim
Are you under Linux?
then justmake installit
On 5/9/06, Malhotra, Vijendra <[EMAIL PROTECTED]> wrote:
Just download and built vim 7, but I can't see gvim ? But I do get a gui if I
launch vim -g
Thanks
V
==
Doesn't work for some reason. But as I said vim -g works.
BTW what is the difference between gvim and vim -g ?
From: Linxiao [mailto:[EMAIL PROTECTED]
Sent: Tuesday 09 May 2006 22:42
To: Malhotra, Vijendra
Cc: vim@vim.org
Subject: Re: gvim
under Linux?
just
Just download and built vim 7, but I can't see gvim ? But I do get a gui if I
launch vim -g
Thanks
V
==
Please access the attached hyperlink for an important electronic communications
disclaimer:
http://www.credit-
of cource you can
set lines=43 columns=126
HTH
zbikow
Dnia 9-05-2006 o godz. 15:54 Stephen Boulet napisał(a):
> Can I set the default window width when starting up vim?
>
> Stephen
>
Zbigniew Kowalski
http://zbikow1.webpark.pl/
Can I set the default window width when starting up vim?
Stephen
Hi there!
I'm using Vim to edit Java code. There's an annoying behavior that I would
like to fix, but haven't had any success yet. The problem is that the
indentation "disappears" when you insert blank lines. For example (and suppose
that the "»" it's a tab):
Vim does...
»»for (S
> I just built and installed ViM 7.0 - its great - so nice...
>
> I am trying to figure out how to make ViM start, by default, to use
> tabbed windows. I note I can open a new document in a tab - again
> awesome! However, if I close any of the tabs such that only one file is
> open, the tab disap
Yup that did work. I was thinking about hacking up netrw to open the
file in a new tab as opposed to the current window when you hit
cr... This works though. :)
Thanks
-mt
On May 8, 2006, at 4:53 PM, Sven Brueggemann wrote:
Matt Tuzzolo wrote:
Anyone figure out a way to open up files
Thanks ahead of time - this is driving me nuts...
I just built and installed ViM 7.0 - its great - so nice...
I am trying to figure out how to make ViM start, by default, to use
tabbed windows. I note I can open a new document in a tab - again
awesome! However, if I close any of the tabs suc
Hi!
--- Salman Khilji <[EMAIL PROTECTED]> wrote:
> How do I highlight the entire line without these two
> flaws? Basically I want, in a normal code-editing
> window, the kind of highlighting that is used in the
> quickfix mode.
Just upgrade to Vim 7.0 and do the following in commandline:
:set c
There is a vim tip that shows you how to highlight the
current line. It has two flaws:
1) It only hightlights upto the last character. Does
NOT highlight the ENTIRE line.
2) There is a short delay after which the highlight
is enabled after moving the cursor to a new position.
How do I highli
Is there a way to have vim work with tags of the format &package::sub(arg)? I
have tried normal ctags, and pltags, but they don't work with this. When I
ctrl-] on "sub", I'd like to be taken to the definition of package's sub. I
recall it identifying definitions of the form class->method(arg). E
Dnia wtorek, 9 maja 2006 05:50, Japerlh napisał:
> VIM7.0: How to switch off the spell check function?
>
> The following command can be used to switch on the spell check.
> What is the command to turn it off?
>
> :setlocal spell spelllang=en_us
Switch state of boolean options::
:set
My last idea: I would suggest changing the text "Opening tag" in the \T case
to HTML tag. The reason is, it's both opening and closing. And then, release
it :)
Have fun,
Peter
> or change these lines
>
>if a:mode[1] == "T"
>...
>elseif a:mode[1] == "t"
>
> to
>
>if a:mode[1] ==# "T"
>...
>elseif a:mode[1] ==# "t"
Well, yes, after this correction, the script has became my good friend ;-)
What I like most is it's ability to recognize (), [], {}, a
Linda wrote:
> I note that Yahoo is blocking (traffic overflow given as reason) the VIM
> announcement. Given Yahoo's track record with human rights, maybe it's
> time to think about moving the group to another host, like Google?
>
> Sorry, I really don't like yahoo's track record in this area,
> - Original Message -
> From: "ymc014" <[EMAIL PROTECTED]>
> To: "Fabio Rotondo" <[EMAIL PROTECTED]>
> Cc:
> Sent: Tuesday, May 09, 2006 3:50 PM
> Subject: Re: VIM 7: feature documentation
>
>
> >
> > - Original Message -
> > From: "Fabio Rotondo" <[EMAIL PROTECTED]>
> > To:
- Original Message -
From: "Fabio Rotondo" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, May 09, 2006 3:11 PM
Subject: VIM 7: feature documentation
> Hi everybody,
>
> I am really new to this list, just installed the latest Vim and I'd like
> to know where can I look for a detailed documentat
Hi Fabio,
If you are installed vim version 7, then type the following in the vim
command line
:h version7.txt
~VIshnu
> -Original Message-
> From: Fabio Rotondo [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 09, 2006 12:42 PM
> To: vim@vim.org
> Subject: VIM 7: feature documentation
>
Hi everybody,
I am really new to this list, just installed the latest Vim and I'd like
to know where can I look for a detailed documentation of the new features.
Thanks in advance.
Ciao,
Fabio
Daniel Einspanjer wrote:
> "George V. Reilly" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>> Daniel Einspanjer wrote:
>>> Installed the build exes and dlls to c:\bin\vim\vim70f and ran
>>> install.exe.
>>> When I right click on a file in explorer I get an MSVC Runtime error
>>> di
86 matches
Mail list logo