Search the web
Sign In
New User? Sign Up
vim · Vim (Vi IMproved) text editor users list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 45625 - 45654 of 96816   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
45625
Hello all, I'm running RH9 machine with UTF-8 encoding as the "core" one. Time to time I'm editing documents in ISO-8859-2 and CP-1250 encoding. To make my...
DukO
duko@...
Send Email
Dec 1, 2003
12:58 pm
45626
From: DukO <duko@...> Date: Mon, 1 December 2003 ( 2:00 PM) Hello, I'm not absolutely sure, but I think that it is impossible to distinguish between...
Karel Polak
polak@...
Send Email
Dec 1, 2003
1:13 pm
45627
... Yes, Vim was compiled with sniff support. I can connect to sniff and edit the file from sniff in vim, I just can't get vim to affect sniff. -- Michael...
Michael Denio
Michael.Denio@...
Send Email
Dec 1, 2003
1:20 pm
45628
... I think you are right. Let's try to make it as simple as possible: fun! Boring(str) return substitute(a:str, '^', '\=""', '') endfun ... foo ... inserts...
Benji Fisher
benji@...
Send Email
Dec 1, 2003
1:41 pm
45629
Sniff support was one of the reasons I downloaded Vim to compile it myself. However, I have struggled much with Sniff (on other fronts) and gave up on that...
William Natter
wnatter@...
Send Email
Dec 1, 2003
1:47 pm
45630
... Instead of adding ... to your vimrc file, add ... to ~/.vim/ftplugin/c.vim . ... You may also be interested in Dr. C's "C Stubs" available at ...
Benji Fisher
benji@...
Send Email
Dec 1, 2003
1:56 pm
45631
... (I recently upgraded to 6.2, so I can't answer your question.) Just for those who are interested.. Preben was indeed right, InvertString() turned out to be...
Klaus Bosau
kbosau@...
Send Email
Dec 1, 2003
3:32 pm
45632
On Sun, 30 Nov 2003 15:13:45 +0100, "Antoine J. Mechelynck" ... point 3 is the most sugnificant, I had forgotten 'bout this. for(int i=0;i<9999;i++) echo...
owen beresford
owencanprogram@...
Send Email
Dec 1, 2003
4:00 pm
45633
... I get similar results: 5 seconds for the original version, 9 seconds for yours. This version takes 6 seconds: function! IS2(str) let n = strlen(a:str) ...
Benji Fisher
benji@...
Send Email
Dec 1, 2003
4:11 pm
45634
... Since \= doesn't nest, I thought I'd donate a couple of maps. They don't work with \= in a substitute, but they will mirror-reverse the order of characters...
Charles E. Campbell, ...
drchip@...
Send Email
Dec 1, 2003
4:20 pm
45635
... ISO-8859-2, cp1250 and latin1 are 3 different 8-bit encodings. Since there is no possible "failure" for detecting an 8-bit encoding via the 'fileencodings'...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Dec 1, 2003
4:38 pm
45636
It appears to be fixed. I was using a mangled 8.3 pathname to HOME (i.e. c:\docume~1\admini~1\mydocu~1). And I think changing this to %USERPROFILE%\My...
Mike Blocker
mrb123@...
Send Email
Dec 1, 2003
6:55 pm
45637
I have been using Vim for quite a few years, but I have never felt that I am using things optimally in regards to packages and Java. I set my Vim up so I have...
David Risner
java102dave-vim@...
Send Email
Dec 1, 2003
7:05 pm
45638
Hi all, I use Outlook Express and receive Vim mailings in digest format. The messages show up as attachments. Other than changing mail programs, is there...
Steve Amerige
amerige@...
Send Email
Dec 1, 2003
8:53 pm
45639
how do you turn off a plugin from inside vim. like if i have a script file in my plugins dir and i dont want it to be interpreted by vim. without having to...
ryan kulla
toxicpulse@...
Send Email
Dec 1, 2003
9:14 pm
45640
... Why would you have a script in a vim plugins directory that you don't want vim to load? Unless, of course, you want it used for gvim, but not for vim? I...
Keith Roberts
kroberts@...
Send Email
Dec 1, 2003
9:28 pm
45641
Hi all, I have set encoding=utf-8 in both my .vimrc and my .gvimrc. And still whenever I create a file, be it in the Terminal (which has it's encoding to UTF-8...
Nickolay Kolev
nmkolev@...
Send Email
Dec 1, 2003
10:50 pm
45642
On Thu, 27 Nov 2003 01:02:03 +0100, "Antoine J. Mechelynck" ... [...] Hi Keith & Tony, Sorry for the late addition to the thread - got behind on my email. ...
Jonathan D Johnston
jdjohnston2@...
Send Email
Dec 2, 2003
12:11 am
45643
... Very nice! This is what I was looking for. Only I think I'll use: cnoreab %h <C-R>=expand('%:p:h')<CR> You don't foresee this messing anything up, do you?...
Keith Roberts
kroberts@...
Send Email
Dec 2, 2003
12:30 am
45644
... Mozilla....
Russell Shaw
rjshaw@...
Send Email
Dec 2, 2003
12:37 am
45645
... 'encoding' defines how (g)vim represents your data internally 'fileencoding' says how (Vim thinks that) the file is encoded on disk. It has a local value...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Dec 2, 2003
12:58 am
45646
... ... but "* is empty after this. I'd like to trap the output generated by the completion so I can :put it into a buffer [so that I can use 'lid' on each of...
Keith Roberts
kroberts@...
Send Email
Dec 2, 2003
1:50 am
45647
... If you're trying to do this in a script, I'd suggest you look at ... I think the solution to your particular problem would then be: ...
Gary Johnson
garyjohn@...
Send Email
Dec 2, 2003
2:27 am
45648
... There are two kinds of plugins, filtetype plugins (in the ftplugin directory) and global plugins (in the plugin directory). (Syntax fand indent scripts can...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Dec 2, 2003
2:43 am
45649
... Okay. I'm baffled (again). What's %:h do anyway? I can't find any help for it that's obvious, does it mean the current directory or something? Regards, ...
Ricky Buchanan
rb@...
Send Email
Dec 2, 2003
5:35 am
45650
... % of course is used to mean the complete pathname of the current buffer (:help ... (:help filename-modifiers). So, %:h is the directory of the file in the...
David Risner
java102dave-vim@...
Send Email
Dec 2, 2003
6:05 am
45651
Hi. I am receiving this mailing list on Windows too. That is what I must use at work. (There is no AutoCAD, or Corel Draw! for linux) I use Netscape 4.7 and I...
Ing. Stanislav Sitar
sitar@...
Send Email
Dec 2, 2003
7:01 am
45652
Hello, I was looking for a regexp which matches lines which have unterminated latex commands. Basically, I wanted the following behavior... \com{asdf}...
Srinath Avadhanula
srinath@...
Send Email
Dec 2, 2003
7:51 am
45653
The general problem cannot be solved with regular expressions. See, eg, http://science.slc.edu/~msiff/old-courses/compilers/notes/parse.html It is possible...
jonah
jonahgoldstein@...
Send Email
Dec 2, 2003
8:09 am
45654
Hi Jonah, ... Thanks for the answer. It was quite an eye-opener to know that parentheses balancing is unsolvable using regexps! On further googling, it looks...
Srinath Avadhanula
srinath@...
Send Email
Dec 2, 2003
12:29 pm
Messages 45625 - 45654 of 96816   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help