Split open same file and edit only 1 window

2011-05-14 Thread encore
Please advise whether it is possible to split open a file and edit only one of the open windows. -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Python

2011-05-14 Thread Iván Vilches Basaul
Hello guys i am new on vim ,i installed the last version Windows 7 64 bits but i cant compile for Python , what moré i need to do? Thx for your help :) Iván Vilches Basaul -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying

Re: Split open same file and edit only 1 window

2011-05-14 Thread Ben Schmidt
On 14/05/11 11:04 PM, encore wrote: Please advise whether it is possible to split open a file and edit only one of the open windows. No, you can't do that. Either copy the text of the file into a new buffer, or give the existing buffer a new name and then load the file again. E.g.: :e

generación de nuevos POT y PO

2011-05-14 Thread Javier Rojas
Hola, Pensaba crear los .POT y .PO para lo que resta del manual de usuario, pero la verdad no eh encontrado mucha doc. al respecto sobre como hacerlo. Lo que he podido inferir de acuerdo a los commits de Omar es que el proceso es: * Añadir las entradas correspondientes a po4a.cfg * Ejecutar

Re: generación de nuevos POT y PO

2011-05-14 Thread Javier Rojas
Sorry about this email, was intended for *another* vim related list I'n subscribed to. signature.asc Description: Digital signature

How to update perl.vim for UTF-8 chars in identifiers? (RFE?)

2011-05-14 Thread Linda W
I'm using a perl script that has use utf8; at the top that enables use of UTF-8 in variable names. So in one place, instead of my @deltaio; ... $total_io += $deltaio[$Tbytes]; I have: my @Δio; ... $total_io += $Δio[$Tbytes]; (note: 'Δ' = U+0394: GREEK CAPITAL LETTER DELTA) ---

Re: Installing ttf fonts in gvim in windows

2011-05-14 Thread Linda W
Alexander Stepanov wrote: How to use non-monospace in gVim? Only monospace fonts are displayed in font list. --- If you use the cygwin version of 'gvim', and use the 'X11' display, you'll be able to use variable spaced fonts. That's not to say that they look 'great' A slightly better

Re: How to update perl.vim for UTF-8 chars in identifiers? (RFE?)

2011-05-14 Thread ZyX
Reply to message «How to update perl.vim for UTF-8 chars in identifiers? (RFE?)», sent 23:35:42 14 May 2011, Saturday by Linda W: I heard something about that vim regexp code needs rewrite/is being rewritten (Bram requisted more tests for regexes for new regex engine, but I do not know where

Re: Installing ttf fonts in gvim in windows

2011-05-14 Thread Linda W
Tony Mechelynck wrote: On 19/04/11 09:36, Alexander Stepanov wrote: Monospace fonts... That's very said. Thank you for explanation. If you mean very sad, this is due to the fixed size of the character cell in gvim, something so fundamental to Vim's mode of operation that it is not going to

indentexpr and = operator

2011-05-14 Thread Philipp Marek
Hello everybody, in the documentation I found that the = operator should use indentexpr, if set. Well, it doesn't, regrettably. Just try by :set indentexpr=5 New lines are correctly indented, but = does the wrong thing. BTW, the (old?) page at http://www.vim.org/develop.php doesn't

Re: indentexpr and = operator

2011-05-14 Thread Gary Johnson
On 2011-05-14, Philipp Marek wrote: Hello everybody, in the documentation I found that the = operator should use indentexpr, if set. Well, it doesn't, regrettably. Just try by :set indentexpr=5 New lines are correctly indented, but = does the wrong thing. Could you elaborate on

Re: netrw emtpies my tagfiles()

2011-05-14 Thread Charles E Campbell Jr
koffee wrote: So I have a tag file under current dir. Now gvim, echo tagfiles() will show that tag file. Now if I :e . to invoke netrw, if I do :echo tagfiles() again, I'll see the tag files list is emptied. This only happens on my Ubuntu Natty box, not repro on my Win7 machine. Any idea

Callback on normal commands

2011-05-14 Thread Where Where
Hello all, I want to tell call python function every time a user has completed a normal mode command. (For instance, I would not want to call the function after the user presses d but would want to call the function when the user has finished pressing 2dl). I've considered using mapping, but that

Re: Callback on normal commands

2011-05-14 Thread Ben Schmidt
On 15/05/11 12:35 PM, Where Where wrote: Hello all, I want to tell call python function every time a user has completed a normal mode command. (For instance, I would not want to call the function after the user presses d but would want to call the function when the user has finished pressing

no TextExpander with MacVim?

2011-05-14 Thread Vlad Ghitulescu
Hello! I'm using MacVim Snapshot 57 on my iMac 3.06 GHz running Mac OS X 10.6.7 and I've just discovered that TextExpander (in the current version) doesn't work. Any idea how to convince him? :-) Thanks! Best regards, Vlad Ghitulescu -- You received this message from the vim_use maillist.