Hi! How I can enable auto complete word in writing? Thanks for advice cblasius...
cblasius
cblasius@...
Jun 1, 2005 7:23 am
59572
Hello, everyone. I know php.vim that is a indent script for php. I think that it is very useful. I want a indent script for HTML or XML. But I can not search...
vudghkzm
vudghkzm@...
Jun 1, 2005 7:24 am
59573
I have just set up a new server (FC3). When I connect to this server through ssh (putty) I get no color at vi console. All config files appear in black and...
Mufit Eribol
hme@...
Jun 1, 2005 8:47 am
59574
you can encrypt vim files via command :X try :help :X for more info in such case vim prompts for password HTH zbikow ... Zbigniew Kowalski ...
Zbigniew Kowalski
zbikow1@...
Jun 1, 2005 8:56 am
59575
Hi, Creating ~/.vimrc should be enough, even empty. W/o it vim is in vi compatible mode. Regards -- Marian ... ________ Information from NOD32 ________ This...
Marian Csontos
csontos@...
Jun 1, 2005 9:49 am
59576
Hello ... This is somewhat shorter and transforms the whole buffer (if I understand the problem correctly; I missed the original mail): ...
Antony Scriven
adscriven@...
Jun 1, 2005 9:49 am
59577
Hi, CTRL-N, CTRL-P - completes only to words in actual file. But there is more than it: tagfile completion, keyword list completion, filename completion,... ...
Marian Csontos
csontos@...
Jun 1, 2005 9:54 am
59578
... check out Benji Fishers? wordComplete plugin -- Mark...
Mark Woodward
markwoodward@...
Jun 1, 2005 10:03 am
59579
Than you everyone for help :-) cblasius...
cblasius
cblasius@...
Jun 1, 2005 10:15 am
59580
Hi Thnx a lot sir for your response. But this requires setting the password individually for each file . Is there a way by which , auto encryption works for...
Varun Gupta
gpta_varun@...
Jun 1, 2005 10:44 am
59581
... Cheers, Alan Isaac...
Alan G Isaac
aisaac@...
Jun 1, 2005 11:10 am
59582
Hello, Vim7 required. (upgrade recommended because of slight changes in Vim behaviour, joys of writing for alpha-alpha version ;) Vim Structured Text (VST) is...
Mikolaj Machowski
mikmach@...
Jun 1, 2005 11:24 am
59583
Apperantly it is possible to add tooltips in VIM. How do you do that? I've tried to use Intellisense for VIM, ...
Eric Leenman
ELeenman@...
Jun 1, 2005 11:36 am
59584
[Mikolaj Machowski] ... Quite good news! I did not look at VST yet, as I saw no good point at forking out of reST. I wish full reST compatibility will be...
François Pinard
pinard@...
Jun 1, 2005 12:24 pm
59585
Dear Varun, IMHO the features you're asking about should be provided by a security software / cryptographic software not by a text editor. Maybe, for example,...
Zbigniew Kowalski
zbikow1@...
Jun 1, 2005 1:38 pm
59586
... If you want an action to occur for every file in some directory, you should use autocmds. As a related example, consider ebcdic encoding: " editing...
drchip@...
Jun 1, 2005 2:39 pm
59587
... Have you tried ... ? This should make $VIMRUNTIME/indent/html.vim and $VIMRUNTIME/indent/xml.vim available to you. Best regards, Tony....
A. J. Mechelynck
antoine.mechelynck@...
Jun 1, 2005 3:04 pm
59588
... [...] See ... Best regards, Tony....
A. J. Mechelynck
antoine.mechelynck@...
Jun 1, 2005 3:08 pm
59589
... The +"normal zz" example was just a typo, I used "+normal zz", where the plus sign is *inside* the quotes. --> Here is a real example: with two "+" -...
Hofmann, Joachim
J.Hofmann@...
Jun 1, 2005 5:06 pm
59590
Sorry, the second example in my last post generates four, not three buffers: --servername gmain --remote-silent +$(CurLine) -c "setlocal filetype=vbnet" -c...
Hofmann, Joachim
J.Hofmann@...
Jun 1, 2005 5:11 pm
59591
... Does $(Curline) include a space-separated double dash? See ":help ---". Best regards, Tony....
A. J. Mechelynck
antoine.mechelynck@...
Jun 1, 2005 5:29 pm
59592
All the WinXP versions I have don't include the sun workshop, which seems to be where the balloons are. Is it true that you need to have a Unix version or ...
Eric Arnold
eric_p_arnold@...
Jun 2, 2005 12:43 am
59593
Wow. Mana from heaven. I'd been working with Bram on this problem, but I didn't realize he'd fixed it, let alone made it available (or even that the root...
Eric Arnold
eric_p_arnold@...
Jun 2, 2005 12:53 am
59594
... AFAIK, all you need is a version compiled with the +balloon_eval feature, i.e., ... includes +balloon_eval ; ... answers 1. For Windows, see my Vim page ...
A. J. Mechelynck
antoine.mechelynck@...
Jun 2, 2005 1:16 am
59595
... New patches for Vim 6.3 are published on the vim-dev list and appear at about the same time on the FTP server. I try to compile them no more than 24 hours...
A. J. Mechelynck
antoine.mechelynck@...
Jun 2, 2005 1:22 am
59596
The original message was included as an attachment....
dany.stamant@...
Jun 2, 2005 1:46 am
59597
As I understand it, buffer variables are local and persistent to each Vim buffer in which the script is executed, so once defined, they should be valid until...
Eric Arnold
eric_p_arnold@...
Jun 2, 2005 5:05 am
59598
... The above omits the part where b:restore_cmdheight is created; we see s:Init_buffer_variables() called from s:Restore_origin_window() but we don't see...
A. J. Mechelynck
antoine.mechelynck@...
Jun 2, 2005 5:29 am
59599
Hi I have been trying the encryption option . Now i enabled the encryption option. Suddenly the power went off. A swap file was created. Now even when i...
Varun Gupta
gpta_varun@...
Jun 2, 2005 5:46 am
59600
HI Once encryption is enabled , (I added the command 'set key=varun' in .vimrc), if I want to disable it , simply deleting the command from .vimrc does'nt work...