JSVI: Vi implemented in Javascript

2007-05-30 Thread Kevin Old
Not sure if everyone's seen this, but it's definitely cool and quite accurate. http://ajaxian.com/archives/jsvi-you-love-vi-you-love-javascript-now-you-have-both -- Kevin Old [EMAIL PROTECTED]

Re: HTML and tidy

2007-03-10 Thread Kevin Old
that explains it the best. HTH, Kevin -- Kevin Old [EMAIL PROTECTED]

Any way to have multiple setfiletype's?

2007-03-08 Thread Kevin Old
as: au! BufRead,BufNewFile *.htmlsetfiletype mason But, when it's defined this way, I'm not able to use the HTML.zip as it's not loaded. Is there any way I can have the best of both worlds and have my mason syntax highlighting and the usage of HTML.zip? Thanks for any help, Kevin -- Kevin

Re: Any way to have multiple setfiletype's?

2007-03-08 Thread Kevin Old
On 3/8/07, Kevin Old [EMAIL PROTECTED] wrote: Hello everyone, I've recently found the new HTML.zip (http://www.vim.org/scripts/script.php?script_id=453) utility and want to use it with my setup. By itself HTML.zip works fine. Thing is, I use HTML::Mason as my template language for Perl and I

Re: Any way to have multiple setfiletype's?

2007-03-08 Thread Kevin Old
On 3/8/07, Kevin Old [EMAIL PROTECTED] wrote: On 3/8/07, Kevin Old [EMAIL PROTECTED] wrote: Hello everyone, I've recently found the new HTML.zip (http://www.vim.org/scripts/script.php?script_id=453) utility and want to use it with my setup. By itself HTML.zip works fine. Thing is, I use

Execute command for current block of code

2006-11-22 Thread Kevin Old
commands. Should I go about this with a regex and then pass that line range to the external command? Any help is greatly appreciated! Kevin -- Kevin Old [EMAIL PROTECTED]

Re: Execute command for current block of code

2006-11-22 Thread Kevin Old
saying: E492: Not an editor command ',' !perltidy Now my question is, how do I program a mapping so that I don't have to type the !perltidy after I highlight the lines of code I need cleaned up. Thanks, Kevin On 11/22/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: Kevin Old wrote: Hello everyone, I

Re: Perl::Tags (Was: perlcomplete.vim -- anyone working on this?

2006-09-28 Thread Kevin Old
tags to be created for it. augroup END -- Dr Bean Experience is the best teacher because it gives the test first the lesson after. --From Martin Pauly -- Kevin Old [EMAIL PROTECTED]

Re: Restore cursor to last line not working in Vim 7

2006-06-09 Thread Kevin Old
Yes, it is being loaded, and I've verified by running :set viminfo that it is set to what is defined in my local vimrc file. Even though my file position info is saved in my viminfo file it does not restore my cursor position to anywhere but the first line. Thanks for your help, Kevin -- Kevin

Re: Restore cursor to last line not working in Vim 7

2006-06-07 Thread Kevin Old
7: viminfo='20,50,s10,h I see the differences (obviously), but don't understand what they mean. Thanks for your help, Kevin -- Kevin Old [EMAIL PROTECTED]

Re: Restore cursor to last line not working in Vim 7

2006-06-07 Thread Kevin Old
On 6/7/06, Charles E Campbell Jr [EMAIL PROTECTED] wrote: Kevin Old wrote: In version 6.3 (and as far as I can remember in Vim versions) it would return my cursor to the line I was at when I saved a file the next time I opened that file. It now returns me to the beginning of the file

perlcomplete.vim -- anyone working on this?

2006-05-09 Thread Kevin Old
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]