Re: bidi in vim

2011-02-20 Thread Bram Moolenaar
ht! All right! We'll kill him first and then have tea and biscuits. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://ww

Re: Problem opening files when directory name contains a '#'

2011-02-17 Thread Bram Moolenaar
THUR: (as the MAN next to him is squashed by a sheep) Knights! Run away! Midst echoing shouts of "run away" the KNIGHTS retreat to cover with the odd cow or goose hitting them still. The KNIGHTS crouch down under cover. "Monty Python and the Holy Grail&

Re: [patch] enable new math functions in cpp.vim

2011-02-14 Thread Bram Moolenaar
hough they only asked for 101. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org/// \\\help me help AI

Re: Mysql down on vim.org

2011-02-14 Thread Bram Moolenaar
e can be changed without notifying us... -- hundred-and-one symptoms of being an internet addict: 250. You've given up the search for the "perfect woman" and instead, sit in front of the PC until you're just too tired to care. /// Bram Moolenaar -- b...@moolenaar.net --

Re: Problems with vim.org scripts site

2011-02-12 Thread Bram Moolenaar
afraid I have no clue how to speed this up. If you know someone inside SourceForge, please contact him/her. -- "Marriage is a wonderful institution... but who wants to live in an institution?" - Groucho Marx /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ /

Re: Problems with vim.org scripts site

2011-02-11 Thread Bram Moolenaar
et > Error 503 Service Unavailable > while accessing http://www.vim.org/scripts/index.php > > Maybe it's a temporary problem, just wanna let you know. It's still broken. I can't find a clue on sourceforge.net about what changed or what is down. - Bram -- You are Dea

Re: netrw in try clause

2011-02-10 Thread Bram Moolenaar
Charles Campbell wrote: > Bram Moolenaar wrote: > > Possibly netrw could add a BufReadCmd that leaves the buffer empty. > > That avoids the "illegal file name" error. Just be very careful to only > > trigger the auto command for directories, otherwise you disabl

Re: Fwd: Mouse reporting and new standards

2011-02-10 Thread Bram Moolenaar
ctually an xterm and then later something causes a problem. Perhaps we need a separate option for this. But hopefully automatic detection works. -- hundred-and-one symptoms of being an internet addict: 226. You sit down at the computer right after dinner and your spouse says "See you i

Re: 'readfile()' could not handle utf-16le file properly

2011-02-09 Thread Bram Moolenaar
literally: - When 'encoding' is Unicode any UTF-8 byte order mark is removed from the text. For conversion and stuff you need to read the file into a buffer first. -- hundred-and-one symptoms of being an internet addict: 214. Your MCI "Circle of Friends&q

Re: netrw in try clause

2011-02-09 Thread Bram Moolenaar
ich fails and throws an error) and autocommands are skipped after a "throw". Possibly netrw could add a BufReadCmd that leaves the buffer empty. That avoids the "illegal file name" error. Just be very careful to only trigger the auto command for directories, otherwise

Re: 'list', :list, and 'listchars'

2011-02-01 Thread Bram Moolenaar
(mb_ptr2char(s) == 160 && list && lcs_nbsp != NUL) > + { > + int ll=0; > + mb_char2bytes(lcs_nbsp, buf); > + ll=(*mb_ptr2len)(buf); > + buf[ll] = NUL; > + } > + else > + { &g

Re: Present For You

2011-02-01 Thread Bram Moolenaar
Note: this is spam, don't click on the link (which I obfuscated). > I really like this http://ilovSPAMon.com/inSPAMtml Hope u too! -- hundred-and-one symptoms of being an internet addict: 169. You hire a housekeeper for your home page. /// Bram Moolenaar -- b...@moolenaar.net

Re: Scrolling screen lines, I knew, it's impossible.

2011-01-30 Thread Bram Moolenaar
ate the code for scrollbars more thoroughly, so that dragging the > bar can work with screen lines, too. Windows should definitely benefit > by this stage and the feature would basically be finished. > > 5. Pick the nits of little bugs that we can't foresee. > > W

Re: Scrolling screen lines, I knew, it's impossible.

2011-01-28 Thread Bram Moolenaar
ng, so that it can work with scrollbars. -- If you feel lonely, try schizophrenia. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu

Re: Scrolling screen lines, I knew, it's impossible.

2011-01-26 Thread Bram Moolenaar
ng to be added now. I did add a few for Vim 7.3, and that did introduce quite a few new problems. Even though several people said the patch worked fine. -- hundred-and-one symptoms of being an internet addict: 157. You fum through a magazine, you first check to see if it has a w

Re: Two search patterns

2011-01-25 Thread Bram Moolenaar
etval = 0; > - goto end_do_search; > + pat = last_search_pat(); > + if (pat == NULL) > + { > + EMSG(_(e_noprevre)); > + retval = 0; > + goto end_do_search; > +

Re: dos and no end of file eol?

2011-01-22 Thread Bram Moolenaar
o write back what was read. 'endoffile' is the exception, and that's because a decent text file must end with a LF. Vim fixes that for you (it always has). If other tools omit that LF you need to fix those tools, not Vim. -- Birthdays are healthy. The more you have them, the longer

Re: the value of &modified is not correct?

2011-01-21 Thread Bram Moolenaar
c:3073 isn't called. > It's not called because file_ff_differs() at option.c:11496 returns > false for an empty buffer. So an unchanged empty buffer will not have > save_file_ff() called, but should. One possible fix is below. Thanks, I'll look into the details. -- Why is it called &qu

Re: the value of &modified is not correct?

2011-01-20 Thread Bram Moolenaar
7;t execute ":set ff=unix", then ":echo > &modified" shows 0. Is it supposed to be like this? That is weird. On Unix it happens with ":set ff=dos". -- You cannot have a baby in one month by getting nine women pregnant. /// Bram Moolenaar -- b...@m

Re: Compiling Vim with X on Mac

2011-01-19 Thread Bram Moolenaar
regenerate the Makefiles > anyway, so the default Makefiles could reference a different file, but > when ./configure generates new ones, they could reference the > ./configure-generated config.mk? Configure is run by make, and configure generates auto/config.mk. The other Makefiles are n

Re: Compiling Vim with X on Mac

2011-01-18 Thread Bram Moolenaar
n > whatever script is used to prepare distributions to copy it into place > for inclusion in those. Then it wouldn't get in the way and make it > difficult to prepare patches, etc.. Problem is that when typing "make" that file is needed. It must exist, even if it&

Re: Compiling Vim with X on Mac

2011-01-18 Thread Bram Moolenaar
; > Also, I am seeing src/xxd/xxd.dSYM created during a build which isn't > ignored by hg. It'd be good to add this to .hgignore or something. I don't see any .dSYM files ignored, don't you see more of these? -- Corduroy pillows: They're making headlines! ///

Re: intermittant memory allocation error opening files

2011-01-07 Thread Bram Moolenaar
M from a > command prompt. It doesn't always happen, but I haven't seen any > patterns of when it does or doesn't happen. I can't find that message in the Vim source code. Perhaps it comes from a library? -- >From "know your smileys": :-XMy lips a

Re: [bug?] Error E121 when using completion inside a macro

2011-01-06 Thread Bram Moolenaar
gt; > :h 'wildchar' > :h 'wildcharm' Yes, 'wildcharm' works, but setting it to may have side effects. The question remains whether @q should work just like the characters were typed or like executing a mapping. -- >From "know your smileys": :q

Re: Vim homepage - improvements I'd like to implement. Comment please

2011-01-04 Thread Bram Moolenaar
hived so you can look it up later as well. > > Maybe this should be documented (?) -- hundred-and-one symptoms of being an internet addict: 81. At social functions you introduce your husband as "my domain server." /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolen

Re: Vim homepage - improvements I'd like to implement. Comment please

2011-01-04 Thread Bram Moolenaar
Jeet Sukumaran wrote: > I think the ability to delete a script (or, at least, its listing/ > publishing) would be quite desirable. Unless there is a technical or > theoretical (design) reason for it not being there now? Instead of actually deleting it, we can mark scripts as "deprecated". Like w

Re: Vim homepage - improvements I'd like to implement. Comment please

2011-01-04 Thread Bram Moolenaar
this if you > feel strong about it and if you think I should change something here. > > Provide feedback about these ideas, please -- hundred-and-one symptoms of being an internet addict: 79. All of your most erotic dreams have a scrollbar at the right side. /// Bram Moolenaar --

Re: How Could I modify the Vim Script Type

2010-12-26 Thread Bram Moolenaar
; -- Monty Python sketch -- "Oh, no! NOT another option!" "EVERYBODY expects another option!!!" -- Discussion in vim-dev mailing list -- /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for

Re: Background flashes when splitting windows

2010-12-24 Thread Bram Moolenaar
olors default" ? -- Portable Computer: A device invented to force businessmen to work at home, on vacation, and on business trips. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an

Re: How Could I modify the Vim Script Type

2010-12-24 Thread Bram Moolenaar
Maxim Kim wrote: > On Thursday, December 23, 2010 10:33:56 PM UTC+3, Bram Moolenaar wrote: > > Shawjia wrote: > > > > > I just upload a new Vim Scipt to vim.org. ( > > http://www.vim.org/scripts/script.php?script_id=3376) > > > For some reasons, I

Re: How Could I modify the Vim Script Type

2010-12-23 Thread Bram Moolenaar
-- Steven Wright /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org/// \\\help

Vim desktop calendar for 2011

2010-12-18 Thread Bram Moolenaar
e?" cried Arthur, twisting around. "No, I was only fooling," said Ford, "we are going to die after all." -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy" /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Re: LOCALE settings and regexp classes

2010-12-13 Thread Bram Moolenaar
> Any hint/advice please, gruruz out there? > > Gergely > > ps.: set encoding is utf-8 presumably ok. You can try using [[:alpha:]] or \i or \k. See :help whitespace, note the remark just above that. -- hundred-and-one symptoms of being an internet addict: 23. You can

Re: SIGWINCH causes problems when editing stdin

2010-12-08 Thread Bram Moolenaar
toms of being an internet addict: 2. You kiss your girlfriend's home page. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org

Re: Licenses on scripts?

2010-11-30 Thread Bram Moolenaar
its full potential, that word would be "meetings." /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org/// \\\

Re: fvwm vim problem

2010-11-28 Thread Bram Moolenaar
. -- "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new progr

Re: C++0x lambda syntax

2010-11-23 Thread Bram Moolenaar
ay, but it will make programmers who try to decipher C++ programs a lot more sane. -- It might look like I'm doing nothing, but at the cellular level I'm really quite busy. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features --

Re: Empty lines in clipboard

2010-11-17 Thread Bram Moolenaar
ERRY GILLIAM PLAYED: PATSY (ARTHUR'S TRUSTY STEED), THE GREEN KNIGHT SOOTHSAYER, BRIDGEKEEPER, SIR GAWAIN (THE FIRST TO BE KILLED BY THE RABBIT) "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bra

Re:

2010-11-12 Thread Bram Moolenaar
ith your false teeth is "aggravated assault." [real standing law in Louisana, United States of America] /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exi

Re: Regex \%V question

2010-11-10 Thread Bram Moolenaar
s we can. I've had it on my todo list to add many tests for the regexp engine, but nothing much got done yet. This is also needed to switch to the faster regexp engine that's available. Can you at least add a test for this specific issue? -- BRIDGEKEEPER: What is your favorite colour? LAUNCELOT

Re: problem with mercurial

2010-11-06 Thread Bram Moolenaar
u must be a manager: You give constructive feedback to your dog. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribute -- http://www.A-A-P.org/// \\\

Re: [PATCH] Protect read of g:Perl_PerlTags with exists()

2010-10-27 Thread Bram Moolenaar
( expand('%'), g:Perl_PerlTagsTempfile ) My ftplugin/perl.vim doesn't look anything like this. The header is: " Vim filetype plugin file " Language: Perl " Maintainer: Andy Lester " URL: http://github.com/petdance/vim-perl " Last Ch

Re: Buggy display of non-breaking space character in several single-byte encodings

2010-10-23 Thread Bram Moolenaar
of Camelot is here. GUARD #1: Listen, in order to maintain air-speed velocity, a swallow needs to beat its wings 43 times every second, right? ARTHUR:Please! The Quest for the Holy Grail (Monty Python) /// Bram Moolenaar -- b...@moolenaar.net -- h

Re: xterm shift-selection now broken in vim

2010-10-22 Thread Bram Moolenaar
.. btn1+shift, xterm#264 We asked Thomas Dickey, and he has fixed this problem. Version #265 includes the fix. -- "A mouse can be just as dangerous as a bullet or a bomb." (US Representative Lamar Smith, R-Texas) /// Bram Moolenaar -- b...@moolenaar.net -

Re: persistent undo stops working on sshfs if undodir is set

2010-10-20 Thread Bram Moolenaar
&& mch_stat((char *)file_name, &st_undo) >= 0 && st_orig.st_uid != st_undo.st_uid) { if (p_verbose > 0) { verbose_enter(); smsg((char_u *)_("Not reading undo file, owner differs: %s"),

Re: persistent undo stops working on sshfs if undodir is set

2010-10-20 Thread Bram Moolenaar
er of Swamp Castle." SIR LAUNCELOT's eyes light up with holy inspiration. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim

Updated list of features to vote on

2010-10-20 Thread Bram Moolenaar
FATHER: One day, lad, all this will be yours ... PRINCE: What - the curtains? "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org

Re: bash + vim color background bug

2010-10-18 Thread Bram Moolenaar
well and after you have spanked her you may deal with her as you like and then ... spank me. AMAZING: And spank me! STUNNER: And me. LOVELY: And me. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http

Re: persistent undo stops working on sshfs if undodir is set

2010-10-18 Thread Bram Moolenaar
u use it? What do you set 'undodir' to? How do you notice that persistent undo stopped working? -- GALAHAD: No, please. Please! I can defeat them! There's only a hundred. GIRLS: He will beat us easily. We haven't a chance. "Monty Python and the Holy Grai

Re: Updated todo file

2010-09-20 Thread Bram Moolenaar
Yue Wu wrote: > On Sun, Sep 19, 2010 at 07:06:17PM +0200, Bram Moolenaar wrote: > > > > I have worked away the pile of email that grew while I was traveling. > > I have not replied to every bug report and patch. You can check the > > todo list to find out if I noti

Updated todo file

2010-09-19 Thread Bram Moolenaar
know if didn't make note of your bug report or patch. I'll start including patches the coming days. -- hundred-and-one symptoms of being an internet addict: 173. You keep tracking down the email addresses of all your friends (even childhood friends). /// Bram Moolenaar -- b...@moo

Re: minor bugs in window vim compilation

2010-09-18 Thread Bram Moolenaar
Bill Lam wrote: > ðÔÎ, 17 óÅÎ 2010, Bram Moolenaar ÐÉÓÁÌ(Á): > > > > Bill Lam wrote: > > > > > I was able to build window vim using mingw cross-compiled under debian. > > > But > > > I found it failed to link for TINY build, the reason is ins

Re: Possible bug with wildcard expansion patterns on command line: question mark (match any single character) metacharacter doesn't seem to work

2010-09-18 Thread Bram Moolenaar
attempt any completion, but simply inserts a literal tab > (^I) at the cursor position on the command line. Shouldn't I get a > completion in the second case also? The ? only works in file names. I'll change the help text. -- hundred-and-one symptoms of being an internet a

Re: More information about the strange clipboard behaviour

2010-09-17 Thread Bram Moolenaar
Raulnac wrote: > Saluton Bram :) > > I'm not going to trim my original message so the thread is easier to > follow from this point on, specially if someone google for help. > > Bram Moolenaar skribis: > >> A time ago I posted a message about a problem I was ha

Re: minor bugs in window vim compilation

2010-09-17 Thread Bram Moolenaar
> still gets some merits. Did you try stripping the binary? -- hundred-and-one symptoms of being an internet addict: 153. You find yourself staring at your "inbox" waiting for new e-mail to arrive. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ //

Re: Myspell -> Hunspell plan?

2010-09-17 Thread Bram Moolenaar
S. . > PFX Um 0 milli/S. . > PFX Um 0 micro/S. . > PFX Um 0 nano/S. . > PFX Um 0 pico/S. . > PFX Um 0 femto/S. . > PFX Um 0 atto/S. . > PFX Um 0 l'atto . > PFX Um 0 d'atto/S. . > PFX Um 0 zepto/S. . > PFX Um 0 yocto/S. . > > > I wonder why there i

Re: Myspell -> Hunspell plan?

2010-09-16 Thread Bram Moolenaar
simply say input and output conversion, without explaining what that means. It's a common problem for Hunspell that it's largely undefined how it works. You may need to look at the source code... For the dictionaries, it's usually best to get them from the OpenOffice site, as th

Re: More information about the strange clipboard behaviour

2010-09-14 Thread Bram Moolenaar
le contents. X11 uses atoms to select different types of text. Vim uses five different ones, see src/ui.c, clip_x11_request_selection(). However, the cut buffer only supports latin1. Perhaps Chrome puts multi-byte text in the cut buffer? -- hundred-and-one symptoms of being an internet addict: 1

Re: Gvim + Win7 + dual monitors

2010-08-19 Thread Bram Moolenaar
window. Also adding/removing a scrollbar or toolbar. -- I AM THANKFUL... ...for the clothes that fit a little too snug because it means I have more than enough to eat. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for feature

Re: Vim 7.3 released!

2010-08-17 Thread Bram Moolenaar
now your smileys": 2B|^2B Message from Shakespeare /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribute -- http://www.A-A-P.org/// \\\

Re: Gvim + Win7 + dual monitors

2010-08-17 Thread Bram Moolenaar
test. > > Consider the patch more of an RFC. Maybe someone can think of a better > solution. Is there a function to ask the system what the valid coordinates are? Simply removing these lines will mean that resizing may result in the gvim window being outside of the screen boundaries on

Re: Vim 7.3 released!

2010-08-16 Thread Bram Moolenaar
lt, although it is an optional component you can > install. >4. Potential for perf gains, particularly in heavy memory operations like >memcpy and memcmp which can be optimized for the 64-bit word size. Thanks. Since more and more people are using 64 bit systems,

Re: Vim 7.3 released!

2010-08-16 Thread Bram Moolenaar
he Mercurial default branch is still at 7.2, because I don't know how to make 7.3 the default branch without breaking "hg update vim73". -- hundred-and-one symptoms of being an internet addict: 88. Every single time you press the 'Get mail' button...it does ge

Vim 7.3 released!

2010-08-15 Thread Bram Moolenaar
u NONE". Try different machines if possible. See ":help bugs" in Vim. Send me a patch if you can! Happy Vimming! -- Q: Should I clean my house or work on Vim? A: Whatever contains more bugs. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\

Vim 7.3f ready for beta testing

2010-08-13 Thread Bram Moolenaar
a patch if you can! Happy Vimming! -- Q: Should I clean my house or work on Vim? A: Whatever contains more bugs. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\

Re: Vim 7.3e ready for beta testing

2010-08-12 Thread Bram Moolenaar
u e-mail...they just log on to your IRC channel. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribute -- http://www.A-A-P.org/// \\\

Re: Vim 7.3e ready for beta testing

2010-08-10 Thread Bram Moolenaar
Boyko Bantchev wrote: > Bram Moolenaar wrote: > > > - it's not a new problem in 7.3 > > Isn't a/the purpose of a new release resolving known issues? > Specifically, the manifest bug that I described in ==3== and the > first part of ==4== has been known for at

Re: What is the preferred Portuguese spell file?

2010-08-09 Thread Bram Moolenaar
oxt file is in zip format. A similar file is used for Dutch (NL) and Swedish (SV). -- hundred-and-one symptoms of being an internet addict: 30. Even though you died last week, you've managed to retain OPS on your favorite IRC channel. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.

Re: Vim 7.3e ready for beta testing

2010-08-09 Thread Bram Moolenaar
Boyko Bantchev wrote: > On 8 August 2010 23:01, Bram Moolenaar wrote: > > ... > > We are getting close to the 7.3 release! If nothing goes wrong I will > > release 7.3 in less than a week. Last chance to report problems! > > ... > > Bram, > > Great tha

Vim 7.3e ready for beta testing

2010-08-08 Thread Bram Moolenaar
;vim -u NONE". Try different machines if possible. See ":help bugs" in Vim. Send me a patch if you can! Happy Vimming! -- How To Keep A Healthy Level Of Insanity: 17. When the money comes out the ATM, scream "I won!, I won! 3rd time this week!&q

Re: Vim 7.3d ready for beta testing

2010-08-08 Thread Bram Moolenaar
aused by the font that is now used by default. That needs to be fixed. With non-monospaced fonts we may never get it right, since we are doing things pango wasn't made for. But for monospaced fonts it should work. Ah, I just found a sequence that displays wrong for me: 〜̈ e ̈a ̈o ̈. Putt

Re: Translate sentences inside vim using google translator?

2010-08-08 Thread Bram Moolenaar
isual mode better. -- How To Keep A Healthy Level Of Insanity: 9. As often as possible, skip rather than walk. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribut

Re: Vim 7.3d ready for beta testing

2010-08-07 Thread Bram Moolenaar
Tony Mechelynck wrote: > On 05/08/10 23:15, Bram Moolenaar wrote: > > > > Boyko Bantchev wrote: > > > >> On 4 August 2010 20:15, Bram Moolenaar wrote: > >>> ... > >>> Please report every problem you find! =A0The 7.3 release should no

Re: Vim 7.3d ready for beta testing

2010-08-06 Thread Bram Moolenaar
net addict: 28. You have comandeered your teenager's phone line for the net and even his friends know not to call on his line anymore. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vi

Re: Vim 7.3d ready for beta testing

2010-08-06 Thread Bram Moolenaar
Yue Wu wrote: > On Thu, Aug 05, 2010 at 11:15:21PM +0200, Bram Moolenaar wrote: > > > > > On windows, !cmd completion doesn't work at all. > > > > Perhaps this is a problem with a space in $PATH? > > > > No, I've tried removing the paths

Re: Vim 7.3d ready for beta testing

2010-08-05 Thread Bram Moolenaar
> On windows, !cmd completion doesn't work at all. Perhaps this is a problem with a space in $PATH? -- hundred-and-one symptoms of being an internet addict: 19. All of your friends have an @ in their names. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moole

Re: Vim 7.3d ready for beta testing

2010-08-05 Thread Bram Moolenaar
Boyko Bantchev wrote: > On 4 August 2010 20:15, Bram Moolenaar wrote: > > ... > > Please report every problem you find! =A0The 7.3 release should not > > contain a problem because you didn't report it. > > ... > > Well, I did point out to two bugs earlier

Re: Vim 7.3c ready for beta testing

2010-08-04 Thread Bram Moolenaar
Ben Fritz wrote: > On Aug 4, 6:24 am, Bram Moolenaar wrote: > > > > I don't really want to build two versions of everything. It's already a > > big hassle to build all the MS-Windows executables, adding another > > variant will make it even more work. >

Vim 7.3d ready for beta testing

2010-08-04 Thread Bram Moolenaar
m. Send me a patch if you can! Happy Vimming! -- hundred-and-one symptoms of being an internet addict: 3. Your bookmark takes 15 minutes to scroll from top to bottom. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- htt

Re: Vim 7.3c ready for beta testing

2010-08-04 Thread Bram Moolenaar
Ben Fritz wrote: > On Aug 3, 3:54 pm, Bram Moolenaar wrote: > > Ben Fritz wrote: > > > On Aug 2, 2:52 am, Bram Moolenaar wrote: > > > > > > I find it more important to support Windows 7, so unless we find a way > > > > to support Windows

Re: getting the source code for an anonymous function

2010-08-04 Thread Bram Moolenaar
our employees while tirelessly searching for the best way to extend the consulting contract. (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim

Re: Vim 7.3c ready for beta testing

2010-08-03 Thread Bram Moolenaar
Ben Fritz wrote: > On Aug 2, 2:52 am, Bram Moolenaar wrote: > > > > I find it more important to support Windows 7, so unless we find a way > > to support Windows 2000 without breaking Windows 7 compatibility it > > won't change. > > > > Is there a pr

Re: Vim 7.3c ready for beta testing

2010-08-02 Thread Bram Moolenaar
Yue Wu wrote: > On Mon, 02 Aug 2010 02:35:34 +0800, Bram Moolenaar > wrote: > > > > > Hello Vim users, > > > > > > Announcing: Vim (Vi IMproved) version 7.3c BETA > > > > MS-WINDOWS separate files: > > pc/vim73crt.zip

Re: Vim 7.3c ready for beta testing

2010-08-02 Thread Bram Moolenaar
ompatible" Old technology "Premium" Overpriced "Can't keep it on the shelf" Unavailable "Stands alone" Piece of shit "Proprietary" Incompatible (Scott Ad

Re: Vim 7.3c ready for beta testing

2010-08-01 Thread Bram Moolenaar
tdated charts that are too boring to look at closely. This is called "planning". (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.

Vim 7.3c ready for beta testing

2010-08-01 Thread Bram Moolenaar
e no idea what it is. (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribute -- http://w

Re: Should 2html generate valid CSS by default?

2010-07-29 Thread Bram Moolenaar
Benjamin Fritz wrote: > On Wed, Jul 28, 2010 at 3:39 PM, Bram Moolenaar wrote: > > > > The documentation clearly says: > > > > By default, HTML optimized for old browsers is generated. If you prefer > > using > > cascading style sheets (CSS1) for th

Re: Should 2html generate valid CSS by default?

2010-07-28 Thread Bram Moolenaar
ys: By default, HTML optimized for old browsers is generated. If you prefer using cascading style sheets (CSS1) for the attributes (resulting in considerably shorter and valid HTML 4 file), use: > :let g:html_use_css = 1 We can change that to default to using CSS when the variable

Re: Should 2html generate valid CSS by default?

2010-07-28 Thread Bram Moolenaar
x27;t have a hint that enabling CSS will make the output much nicer. -- "I've been teaching myself to play the piano for about 5 years and now write most of my songs on it, mainly because I can never find any paper." Jeff Lynne, ELO's greatest hits /// Bram Moole

Re: some bugs

2010-07-27 Thread Bram Moolenaar
oint problems. > Also, on the same system, I tried to compile vim 7.3b. > Running the configure script failed, suggesting that I should > install ncurses – which I do have installed already. > > Do others share the same experience? No, this should work. Did you do "make di

Re: [bug report] Vim Help on IME

2010-07-26 Thread Bram Moolenaar
siege towers, pennants flying, shouts of "Stand by for attack!" Traditional army build-up shots. The shouts echo across the ranks of the army. We see various groups reacting, and stirring themselves in readiness.] ARTHUR: Who are they? BEDEVERE: Oh, just some friends!

Vim 7.3b ready for beta testing

2010-07-25 Thread Bram Moolenaar
. See ":help bugs" in Vim. Send me a patch if you can! Happy Vimming! -- Girls are like internet domain names, the ones I like are already taken. Well, you can stil get one from a strange country :-P /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\

Re: question about concealed items and %V in 'statusline'

2010-07-24 Thread Bram Moolenaar
the displayed text, not the information in the status line or the ruler. You can expect some information to be at weird values. Also, currently the cursor doesn't move when using "l" on a concealed item. I don't expect these to be changed. -- Snoring is prohibited unle

Re: [bug?] colorcolumn not highlighted when using consecutive column numbers

2010-07-20 Thread Bram Moolenaar
olumns 10, 20, 21, 22 and 30 to be highlighted in > red for all lines. I'll fix it. -- Yesterday is history. Tomorrow is a mystery. Today is a gift. That's why it is called 'present'. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///s

Re: Planning Vim 7.3

2010-07-18 Thread Bram Moolenaar
Marko Mahni wrote: > On 17. 07. 2010 21:26, Bram Moolenaar wrote: > > > > I had a look at the patch. It doesn't include documentation, thus it's > > not easy to see how to use it. > > Here is an updated patch with minimal documentation added to > if_py

Re: Planning Vim 7.3

2010-07-17 Thread Bram Moolenaar
g autocracy in which the working classes-- WOMAN: Oh there you go, bringing class into it again. DENNIS: That's what it's all about if only people would-- The Quest for the Holy Grail (Monty Python) /// Bram Moolenaar -- b...@moolenaar.net -- h

Re: Fwd: Re: synstack() in insert mode

2010-07-10 Thread Bram Moolenaar
Benjamin R. Haskell wrote: > On Fri, 9 Jul 2010, Bram Moolenaar wrote: > > > Matt Wozniski wrote: > > > > > On Thu, Jul 8, 2010 at 5:55 PM, Benjamin R. Haskell wrote: > > > > On Thu, 8 Jul 2010, Bram Moolenaar wrote: > > > >> I'll

Re: Fwd: Re: synstack() in insert mode

2010-07-09 Thread Bram Moolenaar
Charles Campbell wrote: > Bram Moolenaar wrote: > > Benjamin Haskell wrote: > > > > > >>> I'll make it so that synstack() works when on the character just after > >>> the end of the line. It was already working for an empty line, th

Re: Fwd: Re: synstack() in insert mode

2010-07-09 Thread Bram Moolenaar
ing exciting underwear "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and

Re: Fwd: Re: synstack() in insert mode

2010-07-09 Thread Bram Moolenaar
Matt Wozniski wrote: > On Thu, Jul 8, 2010 at 5:55 PM, Benjamin R. Haskell wrote: > > On Thu, 8 Jul 2010, Bram Moolenaar wrote: > >> I'll make it so that synstack() works when on the character just after > >> the end of the line. =A0It was already working for an e

<    5   6   7   8   9   10   11   12   >