Happy birthday!

2020-11-02 Thread Bram Moolenaar
of being an internet addict: 178. You look for an icon to double-click to open your bedroom window. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language --

Re: Yahoogroups is closing down

2020-10-14 Thread Bram Moolenaar
>From "know your smileys": ;-0 Can't find shift key ,-9Kann Umschalttaste nicht finden /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming lan

Re: Yahoogroups is closing down

2020-10-14 Thread Bram Moolenaar
n and there is no way to retrieve or reset the password. I don't see a way to access the archives. -- hundred-and-one symptoms of being an internet addict: 87. Everyone you know asks why your phone line is always busy ...and you tell them to send an e-mail. /// Bram Moolenaar -- b...@moolenaa

Re: How to grep #tag?

2020-10-11 Thread Bram Moolenaar
/ *", unless the pattern contains a slash. -- I'm trying to be an optimist, but I don't think it'll work. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new progra

Re: `set t_Co=16` in vimrc file has no effect

2020-10-01 Thread Bram Moolenaar
Christian wrote: > On Mi, 30 Sep 2020, Bram Moolenaar wrote: > > > > As I recall, VimEnter is too early. > > Would a timer work? > > > > I often work remotely, with a terminal on my desktop at home or in > > > an office and the host on which V

Re: `set t_Co=16` in vimrc file has no effect

2020-09-30 Thread Bram Moolenaar
so I don't have the delay problem. I'll > have to determine which of the VimEnter and TermResponse events > occurs first, but a general solution should assume that TermResponse > occurs later. It's possible, but the flicker would still happen. -- Q: What is the difference between open-source and commerci

Re: `set t_Co=16` in vimrc file has no effect

2020-09-29 Thread Bram Moolenaar
an option to disable the mechanism. 'termgetcodes', default on? The function that sends the requests is req_more_codes_from_term(). -- hundred-and-one symptoms of being an internet addict: 15. Your heart races faster and beats irregularly each time you see a new WWW site address in print or on TV, e

Re: Lambdas and "typedefs" in Vim9

2020-09-27 Thread Bram Moolenaar
could do is that when an argument is a lambda, first compile it, so that we have the type. This would also make execution faster. It gets a bit more complicated if it's a nested structure, e.g. dict with a lambda. -- A)bort, R)etry, B)ang it with a large hammer /// Bram Moolenaar -- b...@moolenaar

Re: Lambdas and "typedefs" in Vim9

2020-09-27 Thread Bram Moolenaar
organization chart is six months. You can safely ignore any order from your boss that would take six months to complete. (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote

Re: Real laws, yet funny (For Bram's, or anyone's, collection of signature quotes)

2020-09-21 Thread Bram Moolenaar
ny. "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/ \\\ \\\ an exciting new programming language -- http://w

Re: Vim9 syntax and ftdetect

2020-09-12 Thread Bram Moolenaar
allows? ARTHUR: Well you have to know these things when you're a king, you know. "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

Re: Archives of vimconf 2020

2020-09-07 Thread Bram Moolenaar
hrubber. I arrange, design, and sell shrubberies. "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/ \\\ \\

Re: Vim online conference - hopin.to account required

2020-09-05 Thread Bram Moolenaar
Sven wrote: > * Bram Moolenaar [2020-09-05 14:00]: > > Sven wrote: > > > here are some more links to the vimconf: > > > homepage: https://www.vimconf.live/ > > > webpage: https://hopin.to/events/vimconf-live > > That works, but there are no links

Re: Vim online conference - schedule.txt

2020-09-05 Thread Bram Moolenaar
sible to just watch without registering? The Terms & Conditions take some time to read... -- Q: How does a UNIX Guru pick up a girl? A: look; grep; which; eval; nice; uname; talk; date; /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vot

Re: Using vimgrep to find files NOT containing a string

2020-09-03 Thread Bram Moolenaar
-exec grep -L "beta: " {} + The grep program has a long list of options, I don't think we will want to add them all to :vimgrep. Especially if it's about listing files with/without matches, there are several other ways to do that. -- You know you use Vim too much when you have this alias

Re: Meta: How to read this forum/board now that Google Groups is busted

2020-08-22 Thread Bram Moolenaar
t addict: 267. You get an extra phone line so you can get phone calls. /// 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: gv bug?

2020-07-19 Thread Bram Moolenaar
en using "'<" it works, but it actually jumps to the ">" mark position. The code shows that this is intentional. I suppose that when the Visual mark is beyond the end of the file, it's best to put it on the last line. -- Light travels faster than sound. This is why so

Re: gv bug?

2020-07-19 Thread Bram Moolenaar
d, > so we need to adjust it" logic, but it doesn't seem to check if that > adjusment runs of the end of the file and back it off instead. > > Thanks! -- It was recently discovered that research causes cancer in rats. /// Bram Moolenaar -- b...@moolenaar.net -- htt

Re: Not sure if bug, accurate message, or whether there's a better way

2020-07-14 Thread Bram Moolenaar
back there. -- How To Keep A Healthy Level Of Insanity: 7. Finish all your sentences with "in accordance with the prophecy". /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting

Re: Status of sound support in Vim

2020-07-05 Thread Bram Moolenaar
support on Mac? Or does libcanberra work there? > === END QUOTE === Right, it requires someone to find out the way to implement it on Mac. It should be able to play .mp3 or .ogg file. Hopefully both. -- FIRST VILLAGER: We have found a witch. May we burn her? "Monty

Re: VimScript for Python developers

2020-06-13 Thread Bram Moolenaar
ething you can do? DEAD PERSON: I feel happy... I feel happy. [whop] CUSTOMER: Ah, thanks very much. MORTICIAN:Not at all. See you on Thursday. CUSTOMER: Right. The Quest for the Holy Grail (Monty Python) /// Bram Moolenaar -- b...@moolenaar.net -

Re: VimScript for Python developers

2020-06-01 Thread Bram Moolenaar
(Scott Ambler, reviewing the UML User Guide) /// 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

Re: Vim9 - Python/Lua interface

2020-05-13 Thread Bram Moolenaar
HANKFUL... ...for all the complaining I hear about the government because it means we have freedom of speech. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming lan

Re: Encryption is not considered a change by the :x command

2020-05-11 Thread Bram Moolenaar
y Vim requiring you to enter the same password again? Can hardly accidentlly type the same random text twice. It really only makes a difference when using ZZ or a similar "write only when changed" command. -- Warning label on a superhero Halloween costume: "Caution: Cape does

Re: Encryption is not considered a change by the :x command

2020-05-09 Thread Bram Moolenaar
is is similar to changing the 'fileformat' option. The buffer is considered modified then. So yes, I think we can call this a bug. I'll add it to the todo list. You can create an issue on github for more visibility. -- hundred-and-one symptoms of being an internet addict: 78. You find yourself dialing

Re: X error and vim dies

2020-05-09 Thread Bram Moolenaar
could actually upgrade your brain with a Pentium Pro microprocessor 80. The upgrade works just fine. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language

Re: Format of persistent history undofiles

2020-04-26 Thread Bram Moolenaar
backwards compatible. -- hundred-and-one symptoms of being an internet addict: 26. You check your mail. It says "no new messages." So you check it again. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for feature

Re: removing past start position

2020-04-15 Thread Bram Moolenaar
> On Wed, Apr 15, 2020 at 08:06:14PM +0200, Bram Moolenaar wrote: > > > > To make CTRL-W delete all text until the start of the file: > > :set bs=7 > > > > To make CTRL_W delete all text you ever wrote: > > :set bs=42 > > > > Inter

Re: Question on test_increment_dbcs.vim

2020-04-15 Thread Bram Moolenaar
le-byte character, perhaps that doesn't work in your case. We could skip the test if cp932 doesn't work, but we need to detect that somehow. Perhaps check with strchars()? Can you do this: :set enc=cp932 :echo strlen("\x8eR") :echo strchars("\x8eR") -- Hanson's Treatm

Re: removing past start position

2020-04-15 Thread Bram Moolenaar
w's that ;-) To make CTRL-W delete all text until the start of the file: :set bs=7 To make CTRL_W delete all text you ever wrote: :set bs=42 Intermediate values TBD. -- OLD WOMAN: King of the WHO? ARTHUR: The Britons. OLD WOMAN: Who are the Britons?

Re: removing past start position

2020-04-14 Thread Bram Moolenaar
another CPOPTION value (or backspace value?), to make this configurable > and a test. Yeah, would need another value in 'backspace'. CTRL-W stopping at the insert point has always been the behavior. :set backspace=indent,eol,start,nostop Can't think of a good name for "nostop",

RE: [EXTERNAL] Re: Mouse not working last 20% of screen

2020-03-16 Thread Bram Moolenaar
the right > windows up or down without moving my cursor from the place I'm at. > > So, yes, I use the keyboard about 90% of the time. > > That other 10% was beginning to bug me ;)! Maybe you have an idea what to do with that pile of punched cards? Somehow I don't ha

Re: vim undo

2020-03-04 Thread Bram Moolenaar
(diffget to get the changes you want) If there are overlaps it's more work. If there are many changes then the diff + patch tools might work better, but likely "patch" will find conflicts and it's not good at dealing with those. -- hundred-and-one symptoms of being an internet addict: 1

Re: combined keys don't work with 8.2

2020-03-03 Thread Bram Moolenaar
gure it out, you can disable modifyOtherkeys and see if it works then. -- "Hit any key to continue" it said, but nothing happened after F sharp. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/spon

Re: Small grammar issue in 'langmap'/'langremap' help

2020-03-02 Thread Bram Moolenaar
t;set" in there, since that's the command that is used. "set to off" is less ambiguous, but it doesn't sound very nice. -- hundred-and-one symptoms of being an internet addict: 165. You have a web page burned into your glasses /// Bram Moolenaar -- b...@moolenaar.net -- http://

Vim charity financial results

2020-02-25 Thread Bram Moolenaar
And the Dutch version: https://www.iccf.nl/jaarrekening2019nl.pdf A big thanks to all who helped! -- "A clear conscience is usually the sign of a bad memory." -- Steven Wright /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moo

Re: Retrive old inserts

2020-02-15 Thread Bram Moolenaar
in .un~. -- hundred-and-one symptoms of being an internet addict: 87. Everyone you know asks why your phone line is always busy ...and you tell them to send an e-mail. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -

Re:How about dropping the MzScheme interface?

2020-01-26 Thread Bram Moolenaar
dams - The Dilbert principle) /// 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 AIDS vict

How about dropping the MzScheme interface?

2020-01-24 Thread Bram Moolenaar
interface? Please reply to the vim-use and/or vim-dev maillist. -- "You're fired." (1980) "You're laid off." (1985) "You're downsized." (1990) "You're rightsized." (1992) (Scott Adams - The Dilbert principle) /// Bram

Re: set all - each option one line

2020-01-17 Thread Bram Moolenaar
there. -- SECOND SOLDIER: It could be carried by an African swallow! FIRST SOLDIER: Oh yes! An African swallow maybe ... but not a European swallow. that's my point. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar --

Re: Vim logo tatoo

2020-01-14 Thread Bram Moolenaar
ANYONE ELSE TO BURN WITCHES), THREE-HEADED KNIGHT, SIR GALAHAD, KING OF SWAMP CASTLE, BROTHER MAYNARD'S ROOMATE "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net

Re: automatic redraw for multi-line syntax highlighting patterns

2019-12-28 Thread Bram Moolenaar
u to be quiet! WOMAN: Order, eh -- who does he think he is? ARTHUR: I am your king! The Quest for the Holy Grail (Monty Python) /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim

Vim calendar for 2020 available

2019-12-23 Thread Bram Moolenaar
HON (MONTY) PICTURES LTD /// 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 AIDS victi

Re: Vim 8.2 on OpenBSD

2019-12-14 Thread Bram Moolenaar
y. Edison's design was a brilliant adaptation of the simple electrical circuit: the electric company sends electricity through a wire to a customer, then immediately gets the electricity back through another wire /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Re: syntax highlighting for IPv6 in resolv.conf (resolv.vim)

2019-12-14 Thread Bram Moolenaar
hange)? You can send me the new version of the file. Please update the header, changing "Maintainer" to "Previous Maintainer" and adding yourself as the maintainer. Thanks for updating this syntax file. -- hundred-and-one symptoms of being an internet addict: 10E. You s

Re: Vim 8.2 is released!

2019-12-13 Thread Bram Moolenaar
Christian wrote: > On Fr, 13 Dez 2019, Bram Moolenaar wrote: > > > So should I still hold off on adding patches? > > > > Can you somehow make the automatic job run more often? > > No, I would say just keep on and don't let yourself hold off by the

Re: Vim 8.2 is released!

2019-12-13 Thread Bram Moolenaar
Christian - > On Do, 12 Dez 2019, Bram Moolenaar wrote: > > > Announcing: Vim (Vi IMproved) version 8.2 > > Congratulations! > > > Signed versions will appear soon at: > > https://github.com/vim/vim-win32-installer/releases > > For some reason,

Vim 8.2 is released!

2019-12-12 Thread Bram Moolenaar
ing! -- INSPECTOR END OF FILM: Move along. There's nothing to see! Keep moving! [Suddenly he notices the cameras.] INSPECTOR END OF FILM: (to Camera) All right, put that away sonny. [He walks over to it and puts his hand over the lens.] "Monty Python and t

Re: Vim executable for Windows updated

2019-12-11 Thread Bram Moolenaar
Christian wrote: > > On Mo, 09 Dez 2019, Bram Moolenaar wrote: > > > > > Is that possible for the gvim.exe that I create? Or do we need to pick > > > the right one from your site? I'm sure many users would prefer a signed > > > binary. Not sure if

Re: "Press ENTER" prompt when edit file with long path

2019-12-11 Thread Bram Moolenaar
h > > $ src/vim -N -u NONE > ../ > > where the file had already been created, to determine that the > commit that introduced this bug was: > > 473952e85286eb9c6098801f1819981ba

Re: Vim executable for Windows updated

2019-12-09 Thread Bram Moolenaar
Christian wrote: > On Sa, 07 Dez 2019, Bram Moolenaar wrote: > > > As a tryout for the upcoming Vim 8.2 release I created an MS-Windows > > self-installing binary from the current Vim version. This should be > > very close to the Vim 8.2 release. Give it a try. &g

Re: Vim executable for Windows updated

2019-12-09 Thread Bram Moolenaar
ndred-and-one symptoms of being an internet addict: 233. You start dreaming about web pages...in html. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -

Vim executable for Windows updated

2019-12-07 Thread Bram Moolenaar
me know if you run into any trouble, we want to make sure the Vim 8.2 release doesn't have any problems. -- How do I set the laser printer to stun? /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor

Re: Mapping erases search count message

2019-11-23 Thread Bram Moolenaar
message in the command > line. > > The purpose of AdjCursor () is to scroll the window after a search > moves the cursor near the top or bottom of the window so as to > provide at least two lines of context around the cursor. (It should > really be named AdjWindow

Re: How to use "tail -f" in Vim's 8.1 :terminal command window?

2019-11-23 Thread Bram Moolenaar
it does work. It works fine for me. It might indeed depend on the value of 'backupcopy'. -- Nobody will ever need more than 640 kB RAM. -- Bill Gates, 1983 Windows 98 requires 16 MB RAM. -- Bill Gates, 1999 Logical conclusion: Nobody will ever need Wi

Re: Are the --enable-hangulinput and --enable-xim confilct?

2019-11-21 Thread Bram Moolenaar
onfirmed the setting with > ':set imdisable?', when I typed S-Space for the first time, vim connects > to XIM. After that, go to english input mode and type S-Space again, vim > enters to hangulinput mode. My system environement may cause this glitch?? Now that I try this patch I

Re: Un-POSIX-like behavior of join command

2019-11-12 Thread Bram Moolenaar
ll it a bug. > > What should happen if the second line is blank, not empty? The spec apparently says that blank lines are also not resulting in a trailing space: 1. Discard leading characters from the line to be joined. 2. If the line to be joined is now empty, delete it, and skip steps 3 through 5

Re: Un-POSIX-like behavior of join command

2019-11-12 Thread Bram Moolenaar
.txt > > Is this a bug, or intentional? I can't think of a reason why it works this way. And the trailing space is useless. So we should call it a bug. What should happen if the second line is blank, not empty? -- hundred-and-one symptoms of being an internet addict: 77. T

Re: CTRL-P broken in version 8.1.2267

2019-11-08 Thread Bram Moolenaar
.. What have you lost? Nothing! -- Monty Python: The life of Brian /// 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: CTRL-P broken in version 8.1.2267

2019-11-07 Thread Bram Moolenaar
> 4. vim 8.1.2111 and 8.1.2267 can works as expected in native framebuffer > console I just installed xterm 350 and it works fine for me. With 'noesckeys' and with 'esckeys'. -- It was recently discovered that research causes cancer in rats. /// Bram Moolenaar -- b...@moolenaar.net --

Re: CTRL-P broken in version 8.1.2267

2019-11-07 Thread Bram Moolenaar
y an xterm (screen, tmux, etc.) it should ignore the codes, but we can't be sure about that. -- I wonder how much deeper the ocean would be without sponges. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -

Re: CTRL-P broken in version 8.1.2267

2019-11-07 Thread Bram Moolenaar
be misquoted, then used against you. /// 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 AID

Re: Help about missing mails

2019-10-16 Thread Bram Moolenaar
nly have a hammer, you tend to see every problem as a nail. If you only have MS-Windows, you tend to solve every problem by rebooting. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an

Re: sed whole file

2019-10-06 Thread Bram Moolenaar
the jumping around can be annoying. Thus I rather leave it like it is. -- Save the plankton - eat a whale. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming langu

Re: Vim crashes when executing system()

2019-09-30 Thread Bram Moolenaar
shellxquote? -- ARTHUR:I command you as King of the Britons to stand aside! BLACK KNIGHT: I move for no man. The Quest for the Holy Grail (Monty Python) /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim,

Re: What happened to "Search hit BOTTOM, continuing at TOP"?

2019-09-06 Thread Bram Moolenaar
2, t_tmp); > I like it. No need to send a patch. -- hundred-and-one symptoms of being an internet addict: 199. You read this entire list of symptoms, looking for something that doesn't describe you. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net

Re: Mapping erases search count message

2019-09-04 Thread Bram Moolenaar
Christian wrote: > On Mi, 04 Sep 2019, Bram Moolenaar wrote: > > > Hmm, since nobody runs the tests manually that doesn't help much. > > How about using a screendump? That makes these things a lot easier to > > write. > > Okay, how about the attached patch t

Re: Mapping erases search count message

2019-09-04 Thread Bram Moolenaar
Christian wrote: > > > > > On Fr, 30 Aug 2019, Bram Moolenaar wrote: > > > > > > > > > > > Thanks. Yes, I think we should do this. But the allocation should > > > > > > probably be done differently, it looks like with

Re: Mapping erases search count message

2019-09-03 Thread Bram Moolenaar
Christian wrote: > > > On Fr, 30 Aug 2019, Bram Moolenaar wrote: > > > > > > > Thanks. Yes, I think we should do this. But the allocation should > > > > probably be done differently, it looks like with cmd_silent set it still > > > > com

Re: Mapping erases search count message

2019-09-02 Thread Bram Moolenaar
Christian wrote: > On Fr, 30 Aug 2019, Bram Moolenaar wrote: > > > Thanks. Yes, I think we should do this. But the allocation should > > probably be done differently, it looks like with cmd_silent set it still > > computes the size of the command. Thi

Re: Mapping erases search count message

2019-08-30 Thread Bram Moolenaar
s, hand at throat, crown asunder, gaping in frenzied horror at the sated, sodden amphibian lying beside her, disbelieving the magnitude of the frog's deception, screaming madly, "You lied!" - Winner of the Bulwer-Lytton contest (San Jose State University), wherein one wr

Re: Mapping erases search count message

2019-08-30 Thread Bram Moolenaar
Christian wrote: > On Do, 29 Aug 2019, Bram Moolenaar wrote: > > > The argument means that the command won't be echoed. But it > > does not suppress the output of the command like the ":silent" modifier > > does. > > Yeah, but it felt natural to m

Re: Mapping erases search count message

2019-08-29 Thread Bram Moolenaar
to remove the `` command. While this > fixes your minimal test case, it most likely is no fix for your actual > issue, that calling the AdjCursor() function will be output in the > command line in addition (possibly overwriting the command line). > > What might work (depending

Re: Are the --enable-hangulinput and --enable-xim confilct?

2019-08-29 Thread Bram Moolenaar
onfirmed the setting with > ':set imdisable?', when I typed S-Space for the first time, vim connects > to XIM. After that, go to english input mode and type S-Space again, vim > enters to hangulinput mode. My system environement may cause this glitch?? Thanks

Re: Are the --enable-hangulinput and --enable-xim confilct?

2019-08-26 Thread Bram Moolenaar
e hangulin feature is for > environments where XIM is not available. > > You can find next line with ':help hangul'. > ./configure --with-x --enable-multibyte --enable-hangulinput \ > --disable-xim That's a bit of a disadvantage when someone tries to build a version that w

Re: Are the --enable-hangulinput and --enable-xim confilct?

2019-08-25 Thread Bram Moolenaar
our kid from school and try to explain to the teacher you were stuck in Web traffic. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language --

Re: List of mirrors - help needed

2019-08-24 Thread Bram Moolenaar
ndencies. -- hundred-and-one symptoms of being an internet addict: 111. You and your friends get together regularly on IRC, even though all of you live in the same city. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- h

Re: increasing default read size? & using direct read?

2019-08-23 Thread Bram Moolenaar
ng an internet addict: 102. When filling out your driver's license application, you give your IP address. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language

Re: List of mirrors - help needed

2019-08-21 Thread Bram Moolenaar
Rafal Maszkowski wrote: > On Wed, Aug 21, 2019 at 01:33:54PM +0200, Christian Brabandt wrote: > > On Mi, 21 Aug 2019, Bram Moolenaar wrote: > … > > > You can find the current list here: https://www.vim.org/mirrors.php > > > I would like someone to take the

List of mirrors - help needed

2019-08-21 Thread Bram Moolenaar
site is linked to with ftp://ftp.home.vim.org/pub/vim/ but is also available as http://ftp.vim.org/pub/vim/ and https://ftp.nluug.nl/pub/vim/ Is there someone who can take care of this, and send me to cleaned up list? -- There's no place like $(HOME)! /// Bram Moolenaar -- b...@moolenaar.net

Re: mutex ?

2019-08-21 Thread Bram Moolenaar
> I use job channels and things run async as far as I can tell ? Yes, things happen asynchronously, bit all in the same thread. Thus you can use a normal variable as a flag. -- >From "know your smileys": :-DBig smile /// Bram Moolenaar -- b...@moolenaar.net -- http://w

Re: New compiler/perl.vim

2019-07-23 Thread Bram Moolenaar
Christian J. Robinson wrote: > Small change to escape the filename. I'll include it, thanks. -- The problem with political jokes is that they get elected. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- h

Re: Vin crashes with "Caught deadly signal ABRT" unless launched without .vimrc

2019-07-12 Thread Bram Moolenaar
rtify level was used. -- FATHER:You only killed the bride's father - that's all - LAUNCELOT: Oh dear, I didn't really mean to... FATHER:Didn't mean to? You put your sword right through his head! LAUNCELOT: Gosh - Is he all right? "Monty Python and the

Re: Problem with signcolum=number

2019-07-01 Thread Bram Moolenaar
pported value for > 'numberwidth' is 3 with 'signcolumn' set to 'number'. > > When 'signcolumn' is set to 'number', I think we should change the value > of 'numberwidth' to a minimum of 3 (if it is less than 3)? Yes, can be added to number_width(). Would appreciate if you add a test.

Re: encryption with vim

2019-06-17 Thread Bram Moolenaar
ly the old > password is ok. Sounds like you are missing the write here as well. -- hundred-and-one symptoms of being an internet addict: 216. Your pet rock leaves home. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for

Re: gvim visual mode very slow, even with -u NONE

2019-06-14 Thread Bram Moolenaar
at system is this on? Some kind of Linux? What GUI are you using? Since it works OK in the terminal version the selection mechanism probably works OK. But having half a second for updating the highlighting is unlikely. Can't guess what the problem is. -- hundred-and-one symptoms of bei

Re: :help :check inconsistent with :check

2019-06-02 Thread Bram Moolenaar
ow would I have known to do that, when I did not know that there > might be another command starting with "check"? I use the help when I > don't know stuff, that's the point of it. -- Ed's Radiator Shop: The Best Place in Town to Take a Leak. /// Bram Moolenaar -- b...@mo

Re: :help :check inconsistent with :check

2019-06-02 Thread Bram Moolenaar
z", but am I missing > something? The tag of :checkpath is ":che", which is the shortest form. Apparently for ":help :check" it finds ":checkt" or ":checktime" first. I'll add a tag for ":check" at ":checkpath", that will fix i

Re: Has window-toolbar feature?

2019-05-26 Thread Bram Moolenaar
> How do you check whether Vim has the window-toolbar (WinBar) feature? if has('menu') -- hundred-and-one symptoms of being an internet addict: 29. Your phone bill comes to your doorstep in a box. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.

Re: Vim "by far the best editor on the iPad"

2019-05-21 Thread Bram Moolenaar
en I do :vimtutor in iVim on my iPad or in MacVim on my MacBook I > get “not an editor command.” Anyone have any ideas about why? It is a shell command, not a command to use inside Vim. % vimtutor -- hundred-and-one symptoms of being an internet addict: 5. You find yourself brainstorming

Re: download statistics from the daily win builds

2019-05-17 Thread Bram Moolenaar
ll > only upload those signed artifacts every once in a while (if I don't > forget :)) Let's see how the signed version fares. I should try it myself... -- An easy way to determine if you have enough teamwork to be doomed is simply to measure how long it takes from the time you decid

Re: ERR?: Doubled paste from clipboard (Linux)...

2019-05-12 Thread Bram Moolenaar
ption: rxvt clone with xft and unicode support > > I am running GENTOO Linux which is updated on a daily basis. Last > update was this morning. > > How can I fix it? -- Clothes make the man. Naked people have little or no influence on society.

Re: A question about highlight-cterm

2019-05-11 Thread Bram Moolenaar
n. Let's rephrase this: Note: Some terminals (e.g., DOS console) can't mix these attributes with coloring. To be portable, use only one of "cterm=" OR "ctermfg=" OR "ctermbg=". -- This message contains 78% recycled characters. /// Bram Moolena

Re: Fwd: ":helptags $VIMRUNTIME/doc" gives Error E154: Duplicate tag ":cbe" in quickfix.txt

2019-05-05 Thread Bram Moolenaar
280. It should be *:cbel* and ":lbel*. Also *:lbef* should be *:lbe*. -- BEDEVERE: How do you know so much about swallows? ARTHUR: Well you have to know these things when you're a king, you know. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

Re: Documentation error for change 8.1.1116

2019-04-06 Thread Bram Moolenaar
same version. -- hundred-and-one symptoms of being an internet addict: 206. You religiously respond immediately to e-mail, while ignoring your growing pile of snail mail. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim,

Re: Documentation error for change 8.1.1116

2019-04-05 Thread Bram Moolenaar
Spam seems to be something useful to novices. Later you realize that it's a bunch of indigestable junk that only clogs your system. Applies to both the food and the e-mail! /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for featu

Re: v8.1 indentation change?

2019-03-25 Thread Bram Moolenaar
' > > return 0 > > endif > > > > No idea why that was removed, but putting it back works just fine :) > > My bad - it was the 'perl.vim' file in the 'indent' folder. It looks like this was intentionally removed. Perhaps a matter of taste how comments ar

Re: vimdiff + wrap line alignment

2019-03-17 Thread Bram Moolenaar
he code, implementing filler lines to keep the windows in sync. It's also not going to look good. -- "Thou shalt not follow the Null Pointer, for at its end Chaos and Madness lie." /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vot

Re: How to keep the cursorline consistent in vim diff?

2019-03-16 Thread Bram Moolenaar
the buffers > the cursorline is no longer consistent. The cursorline on buffer2 is > lower than buffer3. How do I update refresh the page? I cannot reproduce the problem. Please give a step-by-step example. And what is your Vim version? -- Time is money. Especially if you make clocks. /// B

Re: Does gVim has long term plan to support Emacs' frame feature? (For multi monitors)

2019-03-06 Thread Bram Moolenaar
e command line. Since the size of monitors has been increasing, the demand for this feature has actually been reduced. There are more important features to work on. -- Portable Computer: A device invented to force businessmen to work at home, on vacation, and on business trips. /// Bram Moole

<    1   2   3   4   5   6   7   8   9   10   >