Re: complete pattern

2008-11-18 Fir de Conversatie [EMAIL PROTECTED]
yes!!! thank you, as usual an answer was right under nose! :) Thank you very much! I long suffered but even not hitted upon to such! On Nov 18, 8:17 pm, Gary Johnson <[EMAIL PROTECTED]> wrote: > On 2008-11-18, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > >

complete pattern

2008-11-18 Fir de Conversatie [EMAIL PROTECTED]
Hi! I'm interesting which pattern is using when i want to complete keyword from buffer or dict file(s). and how i can change this in source code (im browsing edit.c and etc but didnt find any patterns for this :( ) i want to do it because i need to complete keywords where are chars like ":-_", but

complete pattern

2008-11-18 Fir de Conversatie [EMAIL PROTECTED]
complete pattern --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Emulate 'touch' command in vim script?

2008-10-26 Fir de Conversatie [EMAIL PROTECTED]
Hello All, I'm looking for an equivalent of the 'touch' command to keep files in sync for a script that I'm developing. The 'rename' command only changes the last accessed time. Ofcourse, I don't want to read and write the file back; that would beat the purpose. I would appreciate any other sugge

Explore/ netrw plugin

2008-10-14 Fir de Conversatie [EMAIL PROTECTED]
Dear all, I recently installed ViM7.2 in my HOME directory to use new features in VIM. I'm facing some problems with file explore. I'm not able to see (*explore) commands in VIM. I'm also not able to see Mkvimball commands etc. Does anyone know this problem and solution to it? Please dole me

RE: Patch to support setting tab page variables

2008-06-12 Fir de Conversatie [EMAIL PROTECTED]
n't have a way to specify variable related to the file type. Wouldn't it be the similar (or close enough) work to do as for the t:xyz? Best regards, ---Zdenek > -Original Message- > From: vim_dev@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Yegappan Laksh

RE: How many windows? tabs?

2008-04-28 Fir de Conversatie [EMAIL PROTECTED]
> -Original Message- > From: vim_dev@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of James Vega > Sent: 25 April 2008 16:23 > To: vim_dev@googlegroups.com > Subject: Re: How many windows? tabs? > > On Fri, Apr 25, 2008 at 04:04:02PM +0200, [EMAIL PR

RE: How many windows? tabs?

2008-04-25 Fir de Conversatie [EMAIL PROTECTED]
> > > How can I find out (programmatically, of course) > > > > - how many windows do I have open in a split window > > - how many tabs do I have open in each of the split > > windows? > > I'm not quite sure what you're asking (tabs contain windows, not the > other way round), but `:h tabpagebu

RE: Updated floating point patch

2008-04-14 Fir de Conversatie [EMAIL PROTECTED]
> -Original Message- > From: vim_dev@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Jürgen Krämer > Sent: 14 April 2008 10:09 > To: vim_dev@googlegroups.com > Subject: Re: Updated floating point patch > > > > Hi, > > Zdenek Sekera s

RE: Patch 7.1.262

2008-02-21 Fir de Conversatie [EMAIL PROTECTED]
> -Original Message- > From: vim_dev@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Richard Hartmann > Sent: 21 February 2008 00:09 > To: vim_dev@googlegroups.com > Subject: Re: Patch 7.1.262 > > > On Wed, Feb 20, 2008 at 11:16 PM, Milan Vancur

RE: New features to vote on and sponsoring

2008-01-16 Fir de Conversatie [EMAIL PROTECTED]
> -Original Message- > From: vim_dev@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Matthew Winn > Sent: 16 January 2008 13:55 > To: [EMAIL PROTECTED] > Subject: Re: New features to vote on and sponsoring > > > On Wed, 16 Jan 2008 11:46:46 +

RE: Set mouse=a causes Vim to hang in screen.

2008-01-15 Fir de Conversatie [EMAIL PROTECTED]
> -Original Message- > From: vim_dev@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Dominique Pelle > Sent: 15 January 2008 13:24 > To: vim_dev@googlegroups.com > Subject: Re: Set mouse=a causes Vim to hang in screen. > > > On Jan 15, 2008 10:0

RE: Set mouse=a causes Vim to hang in screen.

2008-01-14 Fir de Conversatie [EMAIL PROTECTED]
> -Original Message- > From: vim_dev@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Gautam Iyer > Sent: 12 January 2008 03:47 > To: vim_dev@googlegroups.com; [EMAIL PROTECTED] > Subject: Re: Set mouse=a causes Vim to hang in screen. > > > On Fri,

Re: Patch 7.1.168 (extra)

2007-12-03 Fir de Conversatie [EMAIL PROTECTED]
Hello Bram, On 3 Dez., 22:20, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > Patch 7.1.168 (extra) > Problem:Win32 GUI: Since patch 7.1.095, when the Vim window does not have > focus, clicking in it doesn't position the cursor. (Juergen > Kraem

Re: vim scrolling painfully slow

2007-12-01 Fir de Conversatie [EMAIL PROTECTED]
Did not notice differences with syntax on/off. Both were equally slow. On Nov 19, 1:37 pm, Gary Johnson <[EMAIL PROTECTED]> wrote: > On 2007-11-17, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > On Nov 18, 2:26 am, "[EMAIL PROTECTED]" >

Shortcuts within a special scope

2007-12-01 Fir de Conversatie [EMAIL PROTECTED]
Hi, I am wondering if it is possible to map shortcuts only to a special scope (= filetpye = foo) For Example: CTRL+N in Insert Mode. I want to map this shortcut to the function Foo() when the filetype is set to 'foo'. Is this possible? And when How do I do this ? cheers -- jerik --~--~--

Re: assign current line under cursor to extern program

2007-12-01 Fir de Conversatie [EMAIL PROTECTED]
Hi, [.w !foo.sh explanation] > On the other hand, if foo.sh is something you have written yourself, > another way to solve this problem would be to write foo.sh to accept > its data from standard input instead of as command-line arguments. > Then you _could_ just execute > >:.w !./foo.sh Ri

Re: assign current line under cursor to extern program

2007-11-30 Fir de Conversatie [EMAIL PROTECTED]
> :.w !foo.sh I tried but did not work. Cause the directory was not in the PATH, I had to use :.w !./foo.sh foo.sh: echo $* > a.txt after the command, a.txt had only one empty line. This returned an empty line. > > all chars are important (their order etc.): > > '.' means current line; see ':h

Re: assign current line under cursor to extern program

2007-11-30 Fir de Conversatie [EMAIL PROTECTED]
> exe "!foo.sh" getline(start) Works fine. like expected. Thanks -- jerik --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~-

assign current line under cursor to extern program

2007-11-29 Fir de Conversatie [EMAIL PROTECTED]
Hi, I want to assign the current line under the cursort to an external program. Example Textfile: 1 foo 2 bar 3 calvin 4 hobbes If the cursor is in line 2, want to assign the line "2 bar" to a script, like foo.sh. If I want to call a external script from vim I type in the command modus: :! fo

Re: vim scrolling painfully slow

2007-11-17 Fir de Conversatie [EMAIL PROTECTED]
On Nov 18, 2:26 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I connect from windows xp to solaris using telnet. I was scrolling > using vim editor and saw something strange. If I do a Ctrl-F twice > in succession, the first screen gets updated quickly (alm

vim scrolling painfully slow

2007-11-17 Fir de Conversatie [EMAIL PROTECTED]
I connect from windows xp to solaris using telnet. I was scrolling using vim editor and saw something strange. If I do a Ctrl-F twice in succession, the first screen gets updated quickly (almost in no time) but the second screen takes very long time (about 8 seconds). To eliminate problems in net

Re: Ukrainian keymap update

2007-11-11 Fir de Conversatie [EMAIL PROTECTED]
work with other encodings " Maintainer: Anatoli Sakhnik <[EMAIL PROTECTED]> -" Last Changed: 2006 Mar 15 +" Last Changed: 2007 Nov 11 " All characters are given literally, conversion to another encoding (e.g., "

Re: Ukrainian keymap update

2007-11-11 Fir de Conversatie [EMAIL PROTECTED]
Well, that patch is damaged, the google groups has converted the text to the koi-8, and the unicode characters wanished. Can any one hint me how to post a UTF-8 patch? -- Anatoli Sakhnik. On 11 нояб, 11:55, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > This patch allow

Ukrainian keymap update

2007-11-11 Fir de Conversatie [EMAIL PROTECTED]
+0200 @@ -4,7 +4,7 @@ " Useful mainly with utf-8 but may work with other encodings " Maintainer: Anatoli Sakhnik <[EMAIL PROTECTED]> -" Last Changed: 2006 Mar 15 +" Last Changed: 2007 Nov 11 " All characters are given literally, conversion to another encodi

Re: Operator pending mode

2007-10-30 Fir de Conversatie [EMAIL PROTECTED]
On Oct 30, 1:38 pm, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > Ben Schmidt wrote: > > > 3. Don't know about v:operator (works for me), the showcmd option > > > means it could also be v:command or v:operatorcommand (since there is ... > I'm not quite conv

gvim on windows, rearranging tabs

2007-09-27 Fir de Conversatie [EMAIL PROTECTED]
Is this feature planned for further versions? A lot of windows users are used to it, nowadays it's used in every application with tabs. (command line usage exists: "tabm") --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more inform

Re: cscope: how to extract header dependencies?

2007-08-23 Fir de Conversatie [EMAIL PROTECTED]
run gcc -M, it takes about the same time (order of magnitude) as when compiling the project, which is 5..10 hours. cscout on the contrary scans the entire project more than 10 times faster. That's why I considered it. Alex On Aug 23, 5:22 pm, "Dominique Pelle" <[EMAIL PROTECTED]

cscope: how to extract header dependencies?

2007-08-23 Fir de Conversatie [EMAIL PROTECTED]
Hi, I want to use cscope to extract all the dependencies between the header files used in a large (10 MLOC) project. The project parses ok and creates a correct database. However, I don't seem to have an option in cscope to say "give me all the headers included directly, or indirectly, by a given

Substitute in a visual range

2007-07-27 Fir de Conversatie [EMAIL PROTECTED]
Hello, vim developers! I've just discovered a weird thing with the version 7.1.33. I have the following line in a text: unsigned char key[] = { 06a9214036b8a15b512e03d534120006 }; Then I tried to split that long hexadecimal number into chars, I visually selected it (/06ve), executed the command