Patch 7.0.046

2006-08-08 Thread Bram Moolenaar
Patch 7.0.046 Problem:The matchparen plugin ignores parens in strings, but not in single quotes, often marked with character. Solution: Also ignore parens in syntax items matching character. Files: runtime/plugin/matchparen.vim ***

Patch 7.0.047

2006-08-08 Thread Bram Moolenaar
Patch 7.0.047 Problem:When running configure the exit status is wrong. Solution: Handle the exit status properly. (Matthew Woehlke) Files: configure, src/configure *** ../vim-7.0.046/configureSun Jun 13 21:32:42 2004 --- configure Mon Jul 10 20:26:26 2006 *** ***

Re: Patch 7.0.047

2006-08-08 Thread mwoehlke
Bram Moolenaar wrote: Patch 7.0.047 Problem:When running configure the exit status is wrong. Solution: Handle the exit status properly. (Matthew Woehlke) Files: configure, src/configure [snip] Thanks, Bram! -- Matthew I blame the hippo.

Re: Patch 7.0.048

2006-08-08 Thread James Vega
On Tue, Aug 08, 2006 at 08:48:31PM +0200, Bram Moolenaar wrote: --- 127,135 let nmt = s:tempname(nm) if rename(nm, nmt) == 0 if exists(b:gzip_comp_arg) ! call system(a:cmd . . b:gzip_comp_arg . ' . nmt . ') else ! call system(a:cmd . ' . nmt . ')

Re: Patch 7.0.044

2006-08-08 Thread Mathias Michaelis
Dear Bram Patch 7.0.044 Problem: Perl: setting a buffer line in another buffer may result in changing the current buffer. Solution: Properly change to the buffer to be changed. Files:src/if_perl.xs [...] Alas, if I want to compile this, I get the following output ---%---

Re: Patch 7.0.048

2006-08-08 Thread Bram Moolenaar
James Vega wrote: On Tue, Aug 08, 2006 at 08:48:31PM +0200, Bram Moolenaar wrote: --- 127,135 let nmt =3D s:tempname(nm) if rename(nm, nmt) =3D=3D 0 if exists(b:gzip_comp_arg) ! call system(a:cmd . . b:gzip_comp_arg . ' . nmt . ') else !

Patch (unofficial): if_perl.xs is converted to an invalid if_perl.c file

2006-08-08 Thread Mathias Michaelis
Patch (after 7.0.44) Problem:xsubpp simply removes the newly added directives form if_perl.xs when converting it into if_perl.c Solution: See http://perldoc.perl.org/perlxs.html#Inserting-POD%2c-Comments-and-C-Preprocessor-Directives *** ..\vim-7.0.044\src\if_perl.xs

Controlling @Spell/@NoSpell

2006-08-08 Thread Nikolai Weibull
In my syntax/context.vim I include a bunch of other syntaxes. All work fine except for the xml one, as spell-checking stops working when it's included. It seems to be due to the fact that there are items in the xml syntax that are marked to contain @Spell. This seems to set off the default of

Copy a line of text without the LF

2006-08-08 Thread Meino Christian Cramer
Hi, I am using vim 7.0.42 on a Linux system. I want copy a complete line of text *without+ the final LF at the end, so it is possible to insert it elsewhere in the midth of text. With Shift-V I get the line *with* the LF at the end -- so I can not use that. With

howto set magic=very?

2006-08-08 Thread Linda W
I couldn't figure out what flag to use to turn on the very magic flag by default. Could someone maybe tell me where I should have looked to find it? :-) Thanks, Linda

Re: Copy a line of text without the LF

2006-08-08 Thread Jürgen Krämer
Hi, Meino Christian Cramer schrieb: I am using vim 7.0.42 on a Linux system. I want copy a complete line of text *without+ the final LF at the end, so it is possible to insert it elsewhere in the midth of text. [snip] just use y$ Regards, Jürgen -- Sometimes I think the surest

Re: howto set magic=very?

2006-08-08 Thread Jürgen Krämer
Hi, Linda W wrote: I couldn't figure out what flag to use to turn on the very magic flag by default. Could someone maybe tell me where I should have looked to find it? :-) there is no such flag. Everytime you want to use a very magic pattern you have include \v inside the pattern.

Re: Copy a line of text without the LF

2006-08-08 Thread Meino Christian Cramer
From: Jürgen Krämer [EMAIL PROTECTED] Subject: Re: Copy a line of text without the LF Date: Tue, 08 Aug 2006 10:56:24 +0200 Hi, Meino Christian Cramer schrieb: I am using vim 7.0.42 on a Linux system. I want copy a complete line of text *without+ the final LF at the end, so

editexisting.vim

2006-08-08 Thread Alexander 'boesi' Bösecke
Hi I am using gvim 7 and the plugin editexisting.vim on WinXP. I have several problems with this plugin and I'm hoping you can help me. 1. When I'm opening a file with the command line option '+312', the file will be opened with the cursor at line 312. But when the file is already opened, the

Re: Copy a line of text without the LF

2006-08-08 Thread Meino Christian Cramer
From: Georg Dahn [EMAIL PROTECTED] Subject: Re: Copy a line of text without the LF Date: Tue, 8 Aug 2006 10:05:45 +0100 (BST) Hi Georg, thanks a lot for your reply! :) Good to know, that there are special commands to just copy a line completly without the LF. But why I do need a

Re: Viewing CVS diff with vim

2006-08-08 Thread Fabio Rotondo
Bob Hiestand wrote: Use: :VCSVimDiff 1.2 Great :-) Thank you very much. Ciao, Fabio

Re: Copy a line of text without the LF

2006-08-08 Thread Georg Dahn
Hi! But why I do need a specialised command ? That's no specialised command, but the syntax of y. You type y and then a motion. $ moves to the end of the line. Why does y/$ y/[pattern] moves to the first occurance of the pattern. The cursor is positioned on the first character

Re: Copy a line of text without the LF

2006-08-08 Thread Jürgen Krämer
Hi, Meino Christian Cramer wrote: From: Jürgen Krämer [EMAIL PROTECTED] Subject: Re: Copy a line of text without the LF Date: Tue, 08 Aug 2006 10:56:24 +0200 Meino Christian Cramer schrieb: I am using vim 7.0.42 on a Linux system. I want copy a complete line of text *without+

Re: Spell checking does not work with context

2006-08-08 Thread Yakov Lerner
On 8/8/06, Aditya Mahajan [EMAIL PROTECTED] wrote: Hi, I am using vim 7.0 on windows and spell checking does not work with context files. (syntax file dated 2006-04-19) Here is a quick test. 1. start vim with gvim -u NONE -U NONE 2. set the following options syntax on set syntax=context

Saveing of a recorded macro

2006-08-08 Thread Meino Christian Cramer
Hi, is it possible and if true then how() endif to save a recorded macro to a file ? Kind regards, mcc

Re: Saveing of a recorded macro

2006-08-08 Thread Tim Chase
is it possible and if true yes. :) then how() Well, by default, vim supports saving the contents of registers via the viminfo file/settings :help 'viminfo' Since macros are recorded to registers, this would save any macros you have, up to a given size (either in

Re: editexisting.vim

2006-08-08 Thread Charles E Campbell Jr
Alexander 'boesi' Bösecke wrote: I am using gvim 7 and the plugin editexisting.vim on WinXP. I have several problems with this plugin and I'm hoping you can help me. 1. When I'm opening a file with the command line option '+312', the file will be opened with the cursor at line 312. But when

fast file locating plugin (like ido.el in emacs)

2006-08-08 Thread Eddy Zhao
Hi, Does anyone ever used ido.el in emacs? (www.cua.dk/ido.el) The plugin could considerably speedup file accessing performance, especially when I'm maintaining a large wiki docbase. So I really want to know - if vim have equivalent plugin like ido.el - if not, is there any simple way to

vtreeexplorer problem

2006-08-08 Thread Eddy Zhao
Hi, I'm trying vtreeexplorer plugin, it works great. But one problem prevents me adopting it as the replacement for explorer plugin. The problem looks like below - cut a line from file_a - open vtreeexplorer - open file_b from vtreeexplorer - paste the line cut before, but find the line pasted

Re: fast file locating plugin (like ido.el in emacs)

2006-08-08 Thread Yakov Lerner
On 8/8/06, Eddy Zhao [EMAIL PROTECTED] wrote: Hi, Does anyone ever used ido.el in emacs? (www.cua.dk/ido.el) The plugin could considerably speedup file accessing performance, especially when I'm maintaining a large wiki docbase. So I really want to know - if vim have equivalent plugin like

Re: vtreeexplorer problem

2006-08-08 Thread Yakov Lerner
On 8/8/06, Eddy Zhao [EMAIL PROTECTED] wrote: Hi, I'm trying vtreeexplorer plugin, it works great. But one problem prevents me adopting it as the replacement for explorer plugin. The problem looks like below - cut a line from file_a - open vtreeexplorer - open file_b from vtreeexplorer -

Display the current character

2006-08-08 Thread Ben lemasurier
Hey everyone, Is there a way to dispaly the current cursor position? e.g,, character 23. thanks! Ben

Re: Display the current character

2006-08-08 Thread Jürgen Krämer
Hi, Ben lemasurier wrote: Is there a way to dispaly the current cursor position? e.g,, character 23. :set ruler Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin)

Re: Display the current character

2006-08-08 Thread Tim Chase
Is there a way to dispaly the current cursor position? e.g,, character 23. use ga which will display the hex/decimal/octal values of the character under the cursor. I remember it as _g_et _a_scii [value] :help ga There's also g8 for a UTF-8 character under the cursor.

RE: Saveing of a recorded macro

2006-08-08 Thread David Fishburn
-Original Message- From: Meino Christian Cramer [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 6:27 AM To: vim@vim.org Subject: Saveing of a recorded macro Hi, is it possible and if true then how() endif to save a recorded macro to a file ?

Re: editexisting.vim

2006-08-08 Thread Alexander 'boesi' Bösecke
Hi Am 08.08.2006 15:35:09 schrieb Charles E Campbell Jr: Why not send email to the author of the plugin? You're more likely to catch his/her eye that way... Well that's a good point. But editexisting.vim ist shipped with ViM. So I thought I've just missed some option or something like that.

Re: fast file locating plugin (like ido.el in emacs)

2006-08-08 Thread Eddy Zhao
Hi Yakov, Thanks for the prompt help. I tried the lookupfile plugin, looks great at first glance, can you throw light on the below problems I encountered - do I always have to generate tagfile for every directory i visited? if so, I feel its a big burden that prevent me using the plugin

Re: editexisting.vim

2006-08-08 Thread Bram Moolenaar
Alexander Boesi wrote: Am 08.08.2006 15:35:09 schrieb Charles E Campbell Jr: Why not send email to the author of the plugin? You're more likely to catch his/her eye that way... Well that's a good point. But editexisting.vim ist shipped with ViM. So I thought I've just missed some

have to switch back and forth between different language input method problem

2006-08-08 Thread Eddy Zhao
Hi, Very often, I write file in vim using my native language (not english), Problem occurs like this - edit file in insert mode using my native language input method - Esc - using Ctrl-space to change to english input method (*) - hjkl - i - using Ctrl-space to revert back to my

window split from tag?

2006-08-08 Thread Lev Lvovsky
When following a tag through to the file where it's defined, is there any way to get vim to keep the existing window open, and simply open (vertically and/or horizontally) a new window as opposed to replacing the existing one? Also, somewhat related - I'm using the TagList plugin, and I'd

Re: Display the current character

2006-08-08 Thread Pete Johns
On Tue, 2006-08-08 at 10:00:59 -0500, Ben lemasurier sent: Is there a way to dispaly the current cursor position? e.g,, character 23. In addition to Jürgen and Tim's suggestions, I offer you C-G, which will display the cursor position. Of course all of this information is available in the ruler,

Re: window split from tag?

2006-08-08 Thread Charles E Campbell Jr
Lev Lvovsky wrote: When following a tag through to the file where it's defined, is there any way to get vim to keep the existing window open, and simply open (vertically and/or horizontally) a new window as opposed to replacing the existing one? With cursor atop the word: ctrl-w ] From

Re: Copy a line of text without the LF

2006-08-08 Thread Charles E Campbell Jr
Jürgen Krämer wrote: Meino Christian Cramer schrieb: I am using vim 7.0.42 on a Linux system. I want copy a complete line of text *without+ the final LF at the end, so it is possible to insert it elsewhere in the midth of text. [snip] just use y$ For the entire line, try

Re: window split from tag?

2006-08-08 Thread Lev Lvovsky
On Aug 8, 2006, at 1:04 PM, Charles E Campbell Jr wrote: Lev Lvovsky wrote: When following a tag through to the file where it's defined, is there any way to get vim to keep the existing window open, and simply open (vertically and/or horizontally) a new window as opposed to replacing

How to delete unicode multi-byte characters?

2006-08-08 Thread Noah Spurrier
I'm trying to edit a utf-8 document in Vim in a vt-102 terminal (in other words, not Gvim). There are a few multi-byte unicode characters in the text that behave erraticly when I cursor over them. I don't need these multi-byte characters, so I'm happy to just delete them rather than try to edit

buffer history

2006-08-08 Thread Lev Lvovsky
can vim keep track of each file's undo history, so that when switching between two or more files, the undo history is reloaded, or does one need to write the history to a file before switching? thanks! -lev

Re: PCRE? Perl Compatible Regular Expressions?

2006-08-08 Thread Peter Hodge
Hi David, If you begin your pattern with '\v', then every character except [_a-z0-9] becomes 'special'. This allows you to use tokens like '?', '(' and '+' without a backslash. Unfortunately, you can't use '(?:' and friends. Maybe there should be a modifier like '\v' which makes the pattern

Re: fast file locating plugin (like ido.el in emacs)

2006-08-08 Thread Luc Hermitte
Hello, * On Tue, Aug 08, 2006 at 09:46:28PM +0800, Eddy Zhao [EMAIL PROTECTED] wrote: The plugin could considerably speedup file accessing performance, especially when I'm maintaining a large wiki docbase. So I really want to know - if vim have equivalent plugin like ido.el - if not, is

Re: fast file locating plugin (like ido.el in emacs)

2006-08-08 Thread Luc Hermitte
* On Wed, Aug 09, 2006 at 01:02:54AM +0800, Eddy Zhao [EMAIL PROTECTED] wrote: - It seems that I can't locate file named aaabbb thru directly typing bbb, do I always have to locate file begin with the first letter of the filename? If, as I guess, its implementation relies on the same

Re: Copy a line of text without the LF

2006-08-08 Thread A.J.Mechelynck
Meino Christian Cramer wrote: Hi, I am using vim 7.0.42 on a Linux system. I want copy a complete line of text *without+ the final LF at the end, so it is possible to insert it elsewhere in the midth of text. With Shift-V I get the line *with* the LF at the end -- so

Re: Display the current character

2006-08-08 Thread A.J.Mechelynck
Ben lemasurier wrote: Hey everyone, Is there a way to dispaly the current cursor position? e.g,, character 23. thanks! Ben With 'ruler' on, or with the status line displayed (i.e., 'laststatus' set to 2 for always, or to 1 in split-window mode) it is displayed near the right end of

Re: have to switch back and forth between different language input method problem

2006-08-08 Thread A.J.Mechelynck
Eddy Zhao wrote: Hi, Very often, I write file in vim using my native language (not english), Problem occurs like this - edit file in insert mode using my native language input method - Esc - using Ctrl-space to change to english input method (*) - hjkl - i - using Ctrl-space to

Re: How to delete unicode multi-byte characters?

2006-08-08 Thread A.J.Mechelynck
Noah Spurrier wrote: I'm trying to edit a utf-8 document in Vim in a vt-102 terminal (in other words, not Gvim). There are a few multi-byte unicode characters in the text that behave erraticly when I cursor over them. I don't need these multi-byte characters, so I'm happy to just delete them