Multi-byte in the special key

2007-04-12 Thread Volodia Vichniakov
Hi!
It's my first mail to this list.

I'm using vim on Win32 this Russian keyboard. There are some bugs with mapping 
of russians special keys. I've made some patches to fix these bugs.

Let start step by step.
1. Special key may contain multi-byte character (ex. unicode) after  modifier. 
For example, if I press a key Alt-k with russian input (Alt-л) then vim's got 
key K_SPECIAL K_SPECIAL 0x08 0xd0 0xbb, where 0xd0 0xbb is the unicode 
character CYRILLIC_SMALL_LETTER_EL.
2. In functions find_special_key (misc2.c) and str2special (message.c) vim 
supposes that there is only _1_ byte after modifiers.

I can offer the corrected code for these functions.

(There are 2 other patches to fix this problem in the console Win32 application)


Deutscher Vim-Tutor 1.7 kurz vor der Freigabe

2007-04-12 Thread j.hofmann
Hallo Freunde von vim oder die, die es werden wollen,

der deutsche vimtutor wurde stark erweitert und somit an das englische
Original angepaßt.
Die Version ist 1.7.

Für jeden entdeckten Fehler gibt es einen Punkt.

Man kann sich den tutor einfach ansehen unter:

http://freenet-homepage.de/schuttvim/tutor.de

oder praktisch in Echtbedingung durcharbeiten
(zum erlernen von vim empfehlenswert!):

-) Kopiere die Datei tutor.de in das Vim-Runtime-Tutor-Verzeichnis
   (also z.B vim62\tutor\ oder vim70\tutor\, ältere tutor.de
   überschreiben)

-) Starte die ausführbare Datei vimtutor im Runtime-Verzeichis
   (z.B. für Windows: vim70\vimtutor.bat)

-) Durcharbeiten und viel Lernen, fertig.


Gruß

Joachim 
###

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.f-secure.com/



Support of Lisaac

2007-04-12 Thread Xavier Oswald
Hi,

Is someone working on getting lisaac supported in vim ?
http://isaacos.loria.fr/li.html

If not, I would be happy to do it.
So if someone can give me a link where I can find a documentation about how to
do this ..

Thanks !

friendly,
-- 
  ,''`.  Xavier Oswald [EMAIL PROTECTED]
 : :' :  GNU/LINUX Debian  Debian-Edu 
 `. `'   GnuPG Key ID 0x88BBB51E 
   `-938D D715 6915 8860 9679  4A0C A430 C6AA 88BB B51E


Re: Wish, Kate like file list.

2007-04-12 Thread Ian Tegebo

On 4/12/07, Ingo Karkat [EMAIL PROTECTED] wrote:

Edd Barrett wrote:
  Hi,
 
  This might already be possible, please excuse me if it is.
 
  I love the editting features of vim, but find that navigating between
  open files is quite difficult.
 
  Ideally I think I would be quite confortable with a kate like
  interface for listing open files:
  http://www.kde.org/screenshots/images/3.1/fullsize/2.png (screenshot)
 
  I got quite close by messing about with netrw in a vertical split, but
  the list pane did not:
 
  - Remain the same size
  - Show only one file to be open in the right hand pane. It would
  always split again for each newly selected file.
 
  Does anyone know how to do this?
 
  Would anyone find this useful?
 
  I have looked into using vim-part inside kate, but this is not
  supported for my UNIX distribution.
 

I haven't used Kate, but I'm using a combination of
- project (http://vim.sourceforge.net/scripts/script.php?script_id=69) to
(re-)open files belonging to a custom file structure,
- ProjectBrowse (http://vim.sourceforge.net/scripts/script.php?script_id=943) to
open files in subdirectories and - most useful -
- bufexplorer (http://vim.sourceforge.net/scripts/script.php?script_id=42) to
navigate between files currently open in buffers.

I've set up those plugins to open in a vertical split at the left side (like in
most IDEs). Each view can be toggled on/off via a function key (F2, F3, F4). If
one view is already open, trying to open another one will close the former, so
that they don't eat up all of my window space.

I was hoping the SideBar.vim plugin would do this for me:

http://www.vim.org/scripts/script.php?script_id=720

Unfortunately it's broken for me in vim70 (shame on me for not
contacting the maintainer or fixing it myself).  At the moment it
doesn't properly control the width of the sidebar.

I was hoping to use only one function key that would cycle through my
sidebars; maybe CTRL-FX would drop a sidebar or prompt to add another.
Thanks for you code!

--
Ian Tegebo


Re: Wish, Kate like file list.

2007-04-12 Thread Ian Tegebo

On 4/12/07, Edd Barrett [EMAIL PROTECTED] wrote:

Hi,

This might already be possible, please excuse me if it is.

I love the editting features of vim, but find that navigating between
open files is quite difficult.

Ideally I think I would be quite confortable with a kate like
interface for listing open files:
http://www.kde.org/screenshots/images/3.1/fullsize/2.png (screenshot)

You might want to look at winmanager:

http://robotics.eecs.berkeley.edu/~srinath/vim/snapshot2.JPG
http://www.vim.org/scripts/script.php?script_id=95

It seems a very popular plugin for accomplishing this.  If you search
for 'tree' or 'file explorer' in the scripts section you'll see many
more options.

--
Ian Tegebo