Using Fountain (new markdown for screenwriters). I have Vim successfully folding on lines beginning with = using this setlocal foldexpr=getline(v:lnum)!~\"^=\"...
136358
Tony Mechelynck
antoine.mechelynck@...
Feb 23, 2013 1:08 am
... ah, interesting: thanks Dr. Chip. With my version of ftp (which may or may not act like the OP's one), "ls" gives a long listing without directory slashes,...
136359
Tim Chase
vim@...
Feb 23, 2013 1:17 am
... I'm not familiar with Fountain, but the "!~" is a "doesn39;t match this regexp" operator, so I'm surprised it's folding them away rather than folding away...
136360
cjsmall
jefferysmall@...
Feb 23, 2013 4:06 am
[I am subscribed to this group and get daily posts. I tried to email this post to vim@... (as the community page states) and it bounced back without any...
136361
Ümit Kablan
umitkablan@...
Feb 23, 2013 1:22 pm
Hi Vimmers, I have recently made a huge upgrade to my Arch Linux which caused the terminal (I use LXTermial or Sakura) send different keycodes than before....
136362
Rick Dooling
rpdooling@...
Feb 23, 2013 2:57 pm
... Tim, Of course, I misspoke (mis-wrote). Yes, Vim folds away all lines that DO NOT begin with = and now, thanks to you, also folds away all lines that do...
136363
Gary Johnson
garyjohn@...
Feb 23, 2013 6:55 pm
... With Vim 7.3.646 on an Ubuntu Linux system, I went to a directory containing an HTML file and executed the following (one line). view -N -u NONE --cmd 'let...
136364
cjsmall
jefferysmall@...
Feb 23, 2013 7:45 pm
... Gary: I tried this and it works! I tried a few things and it turns out that what I was missing in my master .vimrc file was the: filetype indent on line....
136365
Eric Weir
eeweir@...
Feb 24, 2013 12:19 am
I'm trying to manually create a streamlined vim setup for installation on an ipad. I'll do it in a folder called "vim," which, once it's set up, I'll make into...
136366
Hakan YILDIZ
hakan@...
Feb 24, 2013 12:43 am
When I use a non-monospace font in gvim, the characters are placed as if the font is monospaced. Is there anyway to force that non-monospace fonts are...
136367
John Little
John.B.Little@...
Feb 24, 2013 1:30 am
... No, not without rewriting so much of vim it wouldn't be vim any more IMO. Regards, John Little -- -- You received this message from the "vim_use" maillist....
136368
Bee
forth@...
Feb 24, 2013 2:07 am
... That should be the .vim/plugin folder. I manually moved one of my plugins to the .vim/plugin folder, after manually making the plugin folder, and it works....
136369
Rudra Banerjee
rudra.banerjee@...
Feb 24, 2013 9:12 am
In my preamble, I have \everymath{\color{pmsGreen}} \setbeamercolor{normal text}{fg=pms286} Now, if I write something in inline mathmode ($$), its following ...
136370
Eric Weir
eeweir@...
Feb 24, 2013 11:54 am
... I was going to rename the vim folder after I extracting it from the vimball. I should do it before creating the vimball? ... As a vimball? Or is it in fact...
136371
Fernando Basso
fernandobasso.br@...
Feb 24, 2013 4:25 pm
With a .php file on the buffer, ":set omnifunc?" says "omnifunc=phpcomplete#CompletePHP". With ctags, I can do :tag new_banner and it works. However, if I have...
136372
Ben Fritz
fritzophrenic@...
Feb 24, 2013 5:56 pm
... From looking at :help ft-php-omni, I think that yes, it ought to. Does the Banner class appear in your tags file? Does it have any members? Perhaps your...
136373
Fernando Basso
fernandobasso.br@...
Feb 24, 2013 6:04 pm
... I generate the tags file with "ctags -R --languages=php ." in the root of my application directory, and yes, the Banner class is showing up in the tags...
136374
Adolfo Olivera
olivera.adolfo@...
Feb 24, 2013 9:33 pm
Hi, I trying to set my dictionary for autocompletion. The problem I am finding is that for auto-completing an email address it only prompts for entering one...
136375
Marc Weber
marco-oweber@...
Feb 24, 2013 11:35 pm
As you all know I wrote VAM to solve a problem: Vim plugins distribution. The Vim community suffers from a second problem: There are many plugins - some are...
136376
ping
songpingemail@...
Feb 25, 2013 12:17 am
... I think this is a great idea!! can save people's a lot time when seeking for the "best plugins" to do a certain kind of work. I think we can call it a "vim...
136377
Zarko Coklin
zarko_coklin@...
Feb 25, 2013 1:48 am
http://www.maltclub.com/twdty/xkpvjxt0tkg5u90z9lifxvq1j.8us?qjga4j462/25/2013 2:47:39 AMZarko Coklin -- -- You received this message from the "vim_use"...
136378
Ben Fritz
fritzophrenic@...
Feb 25, 2013 3:45 am
... I'd never use such a document, unless I stumbled across it in a web search. I will probably continue to get plugins (when I need them) from searching the...
136379
Ben Fritz
fritzophrenic@...
Feb 25, 2013 3:49 am
... You can try adding the characters separating words to the 'iskeyword39; option, because :help 'dictionary39; says the words in the dictionary file are...
136380
Tony Mechelynck
antoine.mechelynck@...
Feb 25, 2013 5:22 am
... Indeed. If you want your text to display with proportional text, justification on both sides, titles larger than the text, and what-not, don't use Vim, use...
136381
Jeroen Budts
jeroen@...
Feb 25, 2013 8:17 am
... Hash: SHA256 ... Vimwiki immediately comes to my mind. It has nice syntax highlighting in Vim; supports most common markup such as bold, italic, 6 (?)...
136382
BPJ
bpj@...
Feb 25, 2013 9:56 am
I have looked in vain in the documentation (i.e. probably not looked for the right keyword in the right places) to find a way to have a function use the...
136383
John Little
John.B.Little@...
Feb 25, 2013 11:00 am
... Pass the position, then select the paragraph in the function, using the ip text object? See :help ip Regards, John Little -- -- You received this message...
136384
Ümit Kablan
umitkablan@...
Feb 25, 2013 11:09 am
Hi, ... What about using '{ and '} in the function explicitly? But then function will be paragraph oriented. I always prefer selecting something before...
136385
Eric Weir
eeweir@...
Feb 25, 2013 12:07 pm
... When I am in vim I am mostly in vimwiki. One revelation of working with it has been that, at least in it, I can get along with just one folder. The key to...
136386
Marc Weber
marco-oweber@...
Feb 25, 2013 2:36 pm
I've just started the effort: https://github.com/MarcWeber/vim-git-wiki Join, contribute and provide feedback. If everybody only adds information about what...