Re: has anybody done syntax highlighting for linux Kconfig files ?

2006-04-12 Thread Yakov Lerner
On 4/11/06, Nikolai Weibull [EMAIL PROTECTED] wrote: On 4/11/06, Yakov Lerner [EMAIL PROTECTED] wrote: On 4/11/06, Nikolai Weibull [EMAIL PROTECTED] wrote: As per your request, here's a syntax/kconfig.vim. Nice job Nikolai, thanks. I went though all 2.6 Kconfig files and noticed some

Re: c.vim syntax file...

2006-04-12 Thread Bram Moolenaar
Pierre Habouzit wrote: ... misses some lengths modifiers that formats can have the following length modifiers : hh, h, l, ll, j, z, t = can apply to diouxX l = can apply to cs L = can apply to aAeEfFgG ... misses some formats : - `aA' in C99 are a valid floating point number

Omni completion file naming

2006-04-12 Thread Doug Kearns
I assume the omni completion files should follow the same naming convention as the other runtime files? Eg. Should the current pycomplete.vim actually be named pythoncomplete.vim? Regards, Doug

Re: Omni completion file naming

2006-04-12 Thread Nikolai Weibull
On 4/12/06, Doug Kearns [EMAIL PROTECTED] wrote: I assume the omni completion files should follow the same naming convention as the other runtime files? Eg. Should the current pycomplete.vim actually be named pythoncomplete.vim? I don't know how they're stored now, but shouldn't it be

Re: ezmlm is broken; it can't unsibscribe me, it seems

2006-04-12 Thread Eben Oldmixon
At 03:15 AM 4/12/2006, Matthew Winn wrote: On Tue, Apr 11, 2006 at 05:34:34PM -0400, Eben Oldmixon wrote: Fourth, news continues to come to that address unabated (as they say). And here we are. Are you certain the messages are coming to the address you think they're coming to? If you check

console menus priority

2006-04-12 Thread Xavier de Gaye
When running Vim 7.0d on FC3 as: $ gvim -u cfg.vim with cgf.vim as: = some sample menus with priorities an 01.100 To.up C-WRC-L an 01.200 To.down C-WrC-L an 02.100 Session.getsession:source ~/.vim/wk/ an

netrw 'filetype'

2006-04-12 Thread Hari Krishna Dara
I am wondering if we can have netrw set the 'ft' of the buffer to 'netrw' at the end of generating the directory listing. I did this for my SelectBuf plugin and find it very useful. This allows users to create filetype plugins and set custom mappings that are local to the netrw buffers. Of

[vim 70d] switching tab pages

2006-04-12 Thread Wojciech Pilorz
I have build gvim 7.0d on Fedora Core 4 as 'Big version with GTK2 GUI.' I have noticed the following behaviour with multple tab pages (gvim); 1. You can switch with Ctrl-Pgup - Ctrl-PgDown when in normal mode; In insert and replace mode you need to type Ctrl-O Ctrl-Pgup/PgDown (perhaps should be

Re: Delivering text to vim.

2006-04-12 Thread Zbigniew Kowalski
also you can use: . !program on any empty line (if you don't like 'read') HTM zbikow Dnia 12-04-2006 o godz. 16:12 Dr. Johannes Zellner napisaƂ(a): On Wed, Apr 12, 2006 at 09:42:54AM -0400, John R. Culleton wrote: Assume I am in a Gvim session and I hit an F-key which in turn executes an

Re: Updated files requested

2006-04-12 Thread Hugh Sasse
I've just been exploring AutoIT (for automating Windows GUI interaction): http://www.autoitscript.com/autoit3/index.php It comes with support for the Scite editor. My probably stupid question is this: has anyone software to convert Scite syntax information (wherever that's held, I've not

Re: Converting a List to a Dictionary

2006-04-12 Thread Eric Arnold
D'oh, off by one once again :-P Replace elements in list1, (offset, offset+len ) with trailing list (adding or removing as necessary) function! Splice( list1, offset, len, ... ) let list1 = copy(a:list1) let list2 = [] let extracted = [] if a:0 0

Re: histdel(undo, -1)

2006-04-12 Thread Bram Moolenaar
Christoph Nodes wrote: On Tue, 11 Apr 2006 09:39:05 -0400 Benji Fisher [EMAIL PROTECTED] wrote: On Tue, Apr 11, 2006 at 01:06:11PM +0200, Christoph Nodes wrote: Is there a way to avoid that the changes a specific command makes are added to the undo history. I am missing

Re: Key Map Based On Current File

2006-04-12 Thread Noah Spurrier
This is what I have in my .vimrc file autocmd FileType python map F7 :!python %CR autocmd FileType sh map F7 :!bash -c ./%CR Noah Hi All. I would like to map a key such that it 'executes' the current file. Is this a no brainer? For example, I have the following in my .vimrc file: map

Re: Changing Cursor in Terminal Vim...Mode Recognition?

2006-04-12 Thread Gary Johnson
On 2006-04-12, Bram Moolenaar [EMAIL PROTECTED] wrote: Gary Johnson wrote: Does anyone know what codes need to be sent to at least xterm to have the cursor shape/color restored on vim exit? As far as I know it's impossible, there doesn't appear a way to obtain the cursor color