... Don't add a space to 'isfname'. Quote from the help: Think twice before adding white space to this option. Although a space may appear inside a file...
Bram Moolenaar
Bram@...
Nov 3, 2009 5:16 pm
55318
Patch 7.2.284 Problem: When editing the same buffer in two windows, one with folding, display may be wrong after changes. Solution: Call set_topline() to...
Bram Moolenaar
Bram@...
Nov 3, 2009 5:47 pm
55319
... That's useful. Shouldn't "vim --help" list the option --startuptime=<file> Attached patch adds it. I notice that it seems to be the only option to require...
Dominique Pellé
dominique.pelle@...
Nov 3, 2009 6:22 pm
55320
... Your .vimrc snippet includes this: if has('autocmd') au VimLeave * cs kill -1 endif Why do you explicitly kill the cscope connection when exiting vim? I've...
Gary Johnson
garyjohn@...
Nov 3, 2009 7:12 pm
55321
... [...] Thanks for this one, all the other patches and generally for your great work on Vim! -- Cheers, Lech ...
Lech Lorens
lech.lorens@...
Nov 3, 2009 7:24 pm
55322
... Yeah, that's inconsistent. Shall we change it to vim --startuptime <file> -- The Law, in its majestic equality, forbids the rich, as well as the poor, to...
Bram Moolenaar
Bram@...
Nov 3, 2009 9:46 pm
55323
... I don't know if it's necessary, or necessary on some systems and not on others, but I believe it's cleaner: I opened it so I close it. Best regards, Tony. ...
Tony Mechelynck
antoine.mechelynck@...
Nov 3, 2009 11:23 pm
55324
... OK. Thanks. Regards, Gary --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more...
Gary Johnson
garyjohn@...
Nov 3, 2009 11:43 pm
55325
... Thanks so much : - ) ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information,...
winterTTr
winterTTr.vim@...
Nov 4, 2009 1:04 am
55326
... The cscope connection is cleanly closed when vim exits. See cs_end(). --~--~---------~--~----~------------~-------~--~----~ You received this message from...
Michael Wookey
michaelwookey@...
Nov 4, 2009 1:07 am
55327
... OK, so I wasn't the first one to think about it. Best regards, Tony. -- hundred-and-one symptoms of being an internet addict: 176. You lie, even to...
Tony Mechelynck
antoine.mechelynck@...
Nov 4, 2009 2:56 am
55328
... Have you tried this? ... It's not exactly what you're looking for, but it's similar. ... I don't see how a menu-driven interface will help with this. ...
Gary Johnson
garyjohn@...
Nov 4, 2009 7:03 am
55329
... I think this is referring to changing the filetype for a buffer, not changing the syntax highlighting rules. -- James GPG Key: 1024D/61326D40 2003-09-02...
James Vega
jamessan@...
Nov 4, 2009 7:14 am
55330
... OH. I see now. Thanks. If that's the case, then executing ... where the set of <filetype> values can be found from ... seems pretty simple to me. Yes, I...
... How about something like this: if !exists("s:ftlist") let s:ftlist=map(split(globpath(&rtp, "**/syntax/*.vim"), "\n"), 'fnamemodify(v:val, ":t:r")') endif ...
Christian Brabandt
cblists@...
Nov 4, 2009 9:36 am
55333
... A curses menu implementation is provided with this library: http://www.vim.org/scripts/script.php?script_id=2606 It requires Python with ncurses. If you...
Marko Mahni
marko.mahnic@...
Nov 4, 2009 6:47 pm
55334
It seems by default, vim overwrites windows symlinks with a copy of the file on save. This is instead of following the symlink and writing to the correct...
Ian Kelling
ianowl@...
Nov 4, 2009 8:17 pm
55335
The right shift of a block is not performed well in certain situations if 'enc' is set to a multi-byte value. Observe it by editing a file with the following...
Lech Lorens
lech.lorens@...
Nov 4, 2009 10:04 pm
55336
... I think this is supposed to be ... Similarly for the other example. ... character being deleted from the text! Given a file that contains the following 4...
James Vega
jamessan@...
Nov 4, 2009 10:45 pm
55337
... Thanks. Keep them coming! -- Kisses may last for as much as, but no more than, five minutes. [real standing law in Iowa, United States of America] ///...
Bram Moolenaar
Bram@...
Nov 4, 2009 10:57 pm
55338
... I'll include it, thanks. -- Why don't cannibals eat clowns? Because they taste funny. /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net...
Bram Moolenaar
Bram@...
Nov 4, 2009 10:57 pm
55339
... How do you create such a symbolic link? What version of Vim are you using? A Cygwin version perhaps? -- bashian roulette: $ ((RANDOM%6)) || rm -rf ~ ///...
Bram Moolenaar
Bram@...
Nov 4, 2009 11:02 pm
55340
... Thanks for noticing this. Luckily - it does. Hooray! ... -- Cheers, Lech --~--~---------~--~----~------------~-------~--~----~ You received this message...
Lech Lorens
lech.lorens@...
Nov 4, 2009 11:20 pm
55341
This is with 7.2 windows version downloaded from vim.org. I mentioned how to make the symlink in the original message, but to be more explicit: run cmd.exe,...
Ian Kelling
ianowl@...
Nov 5, 2009 12:43 am
55342
... I found a page mentioning that mklink is new in Vista. I don't have Vista (and no plans getting it), so perhaps someone else can dive into what happens in...
Bram Moolenaar
Bram@...
Nov 5, 2009 9:52 pm
55343
... Although I have not been able to repro this myself, I have a theory, which is supported empirically by Arve. Consider: 3508 /* Close the file before...
Craig Barkhouse
craigba@...
2:10 am
55344
When setting 'comments' option to ":set comments=s1:/*,mb4:*,ex:*/", 4 is used for 's' part instead of 1. Thus comment is formatted like the following. 1 /*...
Yukihiro Nakadaira
yukihiro.nakadaira@...
11:02 am
55345
Hello List Members, I wonder if vim is/(would be able to) caching the information about types/defines etc. it finds in the header files, when this is triggered...
mobi phil
mobi@...
2:26 pm
55346
... Yes, that definitely fixes the move issue when changing guifont. Thanks, Dave --~--~---------~--~----~------------~-------~--~----~ You received this...