i have a text as follows. apple banana cat dog elephant fan goat hen i want to make the above text aligned as follows. apple banana cat dog ...
131353
Charles E Campbell
drchip@...
May 28, 2012 1:52 pm
... See if http://www.drchip.org/astronaut/vim/index.html#ALIGN helps (in particular, the \tsp mapping). Regards, C Campbell -- You received this message from...
131354
monax
monax.tinycode@...
May 28, 2012 4:28 pm
Hello. For example let see color theme molokai, "try/except" in green, if/ else - red (or something close). But try/except can use "else" and I want to see...
131355
qfwfq
veranda.marco@...
May 28, 2012 4:28 pm
Hi, I installed vim on my unix system but when i try to run gvim it gives me the warning: Warning: Missing charsets in String to FontSet conversion I tried: ...
131356
sinbad
sinbad.sinbad@...
May 28, 2012 4:35 pm
On May 28, 6:51 pm, Charles E Campbell <drc...@...> ... while installing using tarball, i'm getting the following errors. any idea why ? ...
131357
Benjamin R. Haskell
vim@...
May 28, 2012 5:19 pm
... When editing a 'vim' file for example, in the systemwide syntax/vim.vim there's something with higher precedence than these matches. If you can trigger...
131358
Charlie Kester
corky1951@...
May 28, 2012 9:31 pm
... If you don't want to use the plugin, here's a little utility that does the job: http://www.cs.indiana.edu/~kinzler/align/ (Sometimes we get so enamored...
131359
Tony Mechelynck
antoine.mechelynck@...
May 28, 2012 9:33 pm
... Well, maybe Vim cannot find the installed fonts, or maybe (for GUI flavours other than GTK2) your "ugly default" font is the only one whose Properties...
131360
Tony Mechelynck
antoine.mechelynck@...
May 28, 2012 9:55 pm
... There are additional "rare" CJK characters outside the BMP (in plane 2), and there are other CJK "wide" characters elsewhere in the BMP (e.g. fullwidth...
131361
Charles E Campbell Jr
drchip@...
May 29, 2012 3:06 am
... Sounds like you have an old vimball; in v32 there's a note that says: * fenc extraction was erroneously picking up the end of the line number when no file...
131362
sinbad
sinbad.sinbad@...
May 29, 2012 4:47 am
On May 29, 7:48 am, Charles E Campbell Jr <drc...@...> ... Yup you are right, vimball is old. it worked after updating the vimball. thanks for...
131363
Tony Mechelynck
antoine.mechelynck@...
May 29, 2012 6:51 am
... The current "official" Vim runtime files include Vimball v35. If your $VIMRUNTIME/plugin/vimballPlugin.vim is recent enough you can uninstall the Vimball...
131364
qfwfq
veranda.marco@...
May 29, 2012 7:30 am
Thank for your reply! ... at all. In fact I can change the font only after I open gvim. I tried to set the font in the .gvimrc but it didn't work. I'll dig...
131365
Chris Jones
cjns1989@...
May 29, 2012 8:47 am
... [..] ... With minor adjustments, the script works as intended and splits the huge [%\u4e00-%\u9fff] range into a very long series of [n-n+256] subranges of...
131366
Bastien Dejean
nihilhill@...
May 29, 2012 9:25 am
... In fact, it was working when the buffer's file type was not defined. ... It will not work because the 'contained39; rules require a 'contains39; counterpart. ...
131367
Charles Campbell
Charles.E.Campbell@...
May 29, 2012 2:18 pm
... If you want some help... * what language are you using? * show a code excerpt illustrating the problem Regards, Chip Campbell -- You received this message...
131368
Ken Schmitt
Ken.Schmitt@...
May 29, 2012 5:47 pm
We have recently purchased a new HP RX2800 I2 server with HP-UX 11I VERSION 3 operating system. I downloaded and our IT folks installed vim 7.3 (IA-64) from...
131369
Pablo Giménez
pablogipi@...
May 29, 2012 5:52 pm
Hi all. I have an issue using vim in the termninal. Every time I go to Indert mode and try to sue the cursor it just begging to write the letter A,B,C,D and...
131370
Dominique Pellé
dominique.pelle@...
May 29, 2012 6:20 pm
... It's not the PATH env variable which is used to search for shared library, but LD_LIBRARY_PATH. See: ...
131371
Taylor Hedberg
tmhedberg@...
May 29, 2012 6:25 pm
I know essentially nothing about HP-UX, but at least on Linux, $PATH has nothing to do with where shared libraries are searched for; it's the search path for...
131372
Dominique Pellé
dominique.pelle@...
May 29, 2012 6:35 pm
... Try... ... I don't remember the reason, but cursor keys only work with nocompatible in insert mode. -- Dominique -- You received this message from the...
131373
Pablo Giménez Piza...
pablogipi@...
May 29, 2012 6:35 pm
Enviado desde mi iPhone ... Thanks, I have already tried it. I think it is the third line in my vimrc ... -- You received this message from the "vim_use"...
131374
Gary Johnson
garyjohn@...
May 29, 2012 7:03 pm
... The value of $TERM needs to be appropriate for the terminal you are actually using. Vim uses $TERM to determine the terminal's capabilities and escape ...
131375
Dominique Pellé
dominique.pelle@...
May 29, 2012 7:46 pm
... Then what about... ... I can reproduce the ABCD being inserted in insert mode when pressing cursor keys with :set noesckeys -- Dominique -- You received...
131376
Pablo Giménez Piza...
pablogipi@...
May 29, 2012 8:32 pm
Enviado desde mi iPhone ... I haven't tried this. I'll try, thanks Dominique ... -- You received this message from the "vim_use" maillist. Do not top-post!...
131377
Pablo Giménez Piza...
pablogipi@...
May 29, 2012 9:00 pm
Enviado desde mi iPhone ... I am using gnome terminal and xterm, for both TERM is set to xterm-256color ... -- You received this message from the "vim_use"...
131378
Gary Johnson
garyjohn@...
May 29, 2012 9:42 pm
... If I'm understanding you correctly, the arrow keys work in xterm but not in GNOME Terminal. I should have suggested this earlier: Try starting vim like...
131379
Ed Blackman
ed-vim@...
May 29, 2012 10:21 pm
... If my Linux experience is any guide, PATH doesn't have anything to do with shared libraries. You either need to install shared libraries in a standard...
131380
Brian Schott
schott.brian@...
May 29, 2012 10:21 pm
Ben, Thanks, that is exactly the problem. I needed nnoremap. Thanks. Ben Fritz wrote ... -- View this message in context:...
131381
Ben Fritz
fritzophrenic@...
May 30, 2012 3:04 am
... Yes, this is the only way :set guifont=* will ever work. Did you try that in your .vimrc? ... What did you try to set it to? The easy way to figure out...