getscript plugin problem

2007-05-14 Thread Luis A. Florit
Pals, I think I have no luck with the getscript plugin... I have had several problems with it. Here is the last one: I had the following .dat file: ScriptID SourceID Filename -- 39 6332 :AutoInstall: matchit.vim 40 5550 :AutoInstall: DrawIt.vim 42 6897

Re: RSS not working

2007-05-08 Thread Luis A. Florit
* El 07/05/07 a las 10:37, Thomas chamullaba: For scripts you can also use: http://feed43.com/vim-scripts.xml That worked, thanks. Wouldn't it be nice to update the RSS link in vim's script page http://www.vim.org/scripts/index.php ?? Thanks! L.

netwr problem

2007-01-31 Thread Luis A. Florit
Hi, I am getting two errors in two Dr. Chip VIM plugins. 1) This error when editting via scp: Error detected while processing function netrw#NetRead..SNR42_NetOptionRestore: line 43: E354: Invalid register name: '*' line 44: E354: Invalid register name: '*' I have the last netrw.vim

Re: how to NOT save history

2007-01-16 Thread Luis A. Florit
* El 16/01/07 a las 18:22, Andy Wokula chamullaba: Luis A. Florit schrieb: Pals, How I avoid certain commands and/or substitutions NOT to be saved into the history list? For example, I have a sequence of VIM commands that executes on every email quote to properly format it, and I

how to NOT save history

2007-01-15 Thread Luis A. Florit
Pals, How I avoid certain commands and/or substitutions NOT to be saved into the history list? For example, I have a sequence of VIM commands that executes on every email quote to properly format it, and I don't want these to appear in the registries and history. Thanks! L.

Re: suggestions for ssh under windows

2006-11-30 Thread Luis A. Florit
* El 30/11/06 a las 11:21, Charles E Campbell Jr chamullaba: Hello! I have a netrw user using WinXP who wants to use ssh; currently, he doesn't have such an executable. I tend to use cygwin, but that's like asking one to build a home instead of new cabinets for the kitchen. So, where can

Problem with Quickfix and Latex

2006-11-16 Thread Luis A. Florit
Pals, I have a recurrent problem with quickfix and Latex. I use the tex.vim compiler by Srinath Avadhanula. I tried both the 2003 version contained in the last LatexSuite plugin http://www.vim.org/scripts/script.php?script_id=475 and version '2006-03-20 09:45:45Z'. Same result. The

Re: visual block calculator

2006-10-12 Thread Luis A. Florit
* El 11/10/06 a las 17:18, Benji Fisher chamullaba: On Thu, Sep 28, 2006 at 02:30:37PM -0300, Luis A. Florit wrote: Pals: I want to evaluate a block selection with formulas to its value. So, if you have 2 lines like: home roof 89.4 + 76 home roof home roof 17 + 13.3 home roof I

visual block calculator

2006-09-28 Thread Luis A. Florit
Pals: I want to evaluate a block selection with formulas to its value. So, if you have 2 lines like: home roof 89.4 + 76 home roof home roof 17 + 13.3 home roof I would like to replace 89.4 + 76 by 165.4 and 17 + 13.3 by 30.3 by selecting the block with the formulas and applying some command

silent make

2006-08-31 Thread Luis A. Florit
Hi, I use Vim and Quickfix to compile C++ programs. I have set let makeprg='g++ -o % %' as the compiler. My problem is that while compiling, vim goes to the console, distracting me. I don't need the console, if I use Quickfix! I would like it to stay in the buffer window. I

Re: how to 'visually' replace

2006-08-24 Thread Luis A. Florit
IIUC, it is not possible out of the box, but it is possible if you recompile with Vince's patch mentioned both in Tim's reply quoted above and in mine. Ok. Thank you all for the suggestion, Luis.

how to 'visually' replace

2006-08-23 Thread Luis A. Florit
Hi, I would like Vim to show 'virtual' characters instead of real characters. For example, I want Vim to show 'password=**' instead of the actual password when editing a file, but without modifying the password content. For example, when folding, vim does this. It replaces the whole block

Re: how to 'visually' replace

2006-08-23 Thread Luis A. Florit
* El 23/08/06 a las 21:03, Tim Chase chamullaba: I would like Vim to show 'virtual' characters instead of real characters. For example, I want Vim to show 'password=**' instead of the actual password when editing a file, but without modifying the password content. For example, when

Re: Autoselect language for spell

2006-07-15 Thread Luis A. Florit
* El 15/07/06 a las 21:20, Yakov Lerner chamullaba: On 7/15/06, Luis A. Florit [EMAIL PROTECTED] wrote: * El 13/07/06 a las 20:54, Luis A. Florit chamullaba: * El 12/07/06 a las 23:34, Stefan Karlsson chamullaba: Is there an easy way to autoselect language for the builtin

Re: Autoselect language for spell

2006-07-13 Thread Luis A. Florit
* El 12/07/06 a las 23:34, Stefan Karlsson chamullaba: Is there an easy way to autoselect language for the builtin spell checker in vim 7.0? Vimspell plugin has this functionality: the plugin looks for a specified number of lines and try to guess which language should it use.

Autoselect language for spell

2006-07-11 Thread Luis A. Florit
Pals, Is there an easy way to autoselect language for the builtin spell checker in vim 7.0? Vimspell plugin has this functionality: the plugin looks for a specified number of lines and try to guess which language should it use. Thanks! Luis.

Re: spell: zw/zW doesn't work

2006-06-24 Thread Luis A. Florit
* El 23/06/06 a las 11:32, Bram Moolenaar chamullaba: Luis A. Florit wrote: Are you able to make zw/zW work for the spell feature in Vim 7.0? For me, they just do nothing. The spellfiles are not changed. ':spellw[rong]! {word}' also doesn't work, it does nothing. No changes

formatting comments and indentation

2006-06-22 Thread Luis A. Florit
Pals, When formatting an email via 'gq', a quoted text like bla bla bla... bla bla bla... bla bla bla... is formatted by default as bla bla bla... bla bla bla... bla bla bla... This is because vim understands ' ...' as a comment. So, my question is: how (if

Re: intermitent SEGV with gvim 6.4

2006-04-19 Thread Luis A. Florit
On Tue, Apr 18, 2006 at 09:35:16PM -0300, Luis A. Florit wrote: Pals, I upgraded to FC5 recently, and it comes with vim 6.4 (gcc-4.1.0). I am getting the same crash error as another user in gvim: Vim: Caught deadly signal SEGV Vim: Finished. but it seems

Re: intermitent SEGV with gvim 6.4

2006-04-19 Thread Luis A. Florit
Benji, HTH --Benji Fisher P.S. It might help to use :!latex %:r instead of :make, Ok, I will try that. I think this was not what I needed, because Quickfix doesn't work. Perhaps changing the makeprg variable? and it may help to re-compile