Re: [vim/vim] Add support for the diff() function using the built-in diff support (PR #12321)

2023-05-05 Fir de Conversatie Bram Moolenaar
t: from_byte from_length to_byte to_length It's probably a matter of taste what to call these, but at least taking out a level of Dict nesting will make it simpler and more efficient. Perhaps trying this out with the examples you can see if this also wor

Re: [vim/vim] Add support for the diff() function using the built-in diff support (PR #12321)

2023-05-05 Fir de Conversatie Bram Moolenaar
'modified': 1} Here both from-endbyte and to-endbyte should be 3. > Adding a new item: > :echo diff(['a'], ['a', 'b']) >{'from': {'startidx': 1, 'startbyte': -1, 'endidx': -1, 'endbyte': -1},

Patch 9.0.1508

2023-05-05 Fir de Conversatie Bram Moolenaar
* --- 697,700 { /* Add new patch number below this line */ + /**/ + 1508, /**/ -- Normal people believe that if it ain't broke, don't fix it. Engineers believe that if it ain't broke, it doesn't have enough features yet. (Scott Adams

Re: Same number different colors for ctermbg and ctermfg

2023-05-05 Fir de Conversatie Bram Moolenaar
> On Fri, 05 May 2023 02:36:41 +0100 > Bram Moolenaar wrote: > > > > > For the value 7, ctermfg and ctermbg gives different colors. > > > > > 'ctermfg=7' gives non-bold white, which is expected. But > > > > > 'ctermbg=7' gi

Re: Same number different colors for ctermbg and ctermfg

2023-05-04 Fir de Conversatie Bram Moolenaar
me. Not sure if it can be considered "stable" now. And I have no idea what to expect from an ssh command running in Windows Terminal. What would it set $TERM to? What ssh command is even available for this? -- For society, it's probably a good thing that engineers value function over appearance. For example,

Patch 9.0.1507

2023-05-04 Fir de Conversatie Bram Moolenaar
ot;)) ! call assert_match("Higher: Expected range 5.0 - 7.0, but got 8.0", v:errors[0]) call remove(v:errors, 0) " Invalid arguments *** ../vim-9.0.1506/src/version.c 2023-05-02 20:52:32.047787527 +0100 --- src/version.c 2023-05-04 18:45:53.838320376 +0100 *

Re: Same number different colors for ctermbg and ctermfg

2023-05-04 Fir de Conversatie Bram Moolenaar
om, even in areas in which they have no experience whatsoever. Their logic provides them with inherent insight into any field of expertise. This can be a problem when dealing with the illogical people who believe that knowledge can only be derived through experience.

Re: [vim/vim] Add support for the diff() function using the built-in diff support (PR #12321)

2023-05-03 Fir de Conversatie Bram Moolenaar
nks for using the suggestions. One more thing to keep in mind: Creating a Dict and putting items in it has quite bit of overhead. The two levels of Dicts means the function is not going to be efficient. For short lists this might not matter much, but what if it is used on a long list?

Re: [vim/vim] Add support for the diff() function using the built-in diff support (PR #12321)

2023-05-02 Fir de Conversatie Bram Moolenaar
tly for how to display a diff hunk) but I haven't heard about it for a long time. In case this work gets picked up, it would be nice if it can be included in the returned value. -- If you had to identify, in one word, the reason why the

Re: Vim crashes when adding/removing virtual text

2023-05-02 Fir de Conversatie Bram Moolenaar
cause the "after" count to go negative. I'll make a fix with a much simpler test. You can check with the complicated reproduction case as well. -- An SQL statement walks into a bar. He approaches two tables and says, "Mind if I join you?" ///

Re: [vim/vim] Add support for the diff() function using the built-in diff support (PR #12321)

2023-05-02 Fir de Conversatie Bram Moolenaar
be calculated. In the new text, the change starts at index 1 byte 0 > and ends at > index 2 byte 5. In this case, the diff() function returns the following: > > [{'from': {'start': {'idx': 1, 'byte': -1}, 'end': {'idx

Re: Vim crashes when adding/removing virtual text

2023-05-02 Fir de Conversatie Bram Moolenaar
cause the "after" count to go negative. I'll make a fix with a much simpler test. You can check with the complicated reproduction case as well. -- An SQL statement walks into a bar. He approaches two tables and says, "Mind if I join you?" ///

Re: [vim/vim] Not able to convert between byte index and UTF indices (PR #12216)

2023-05-02 Fir de Conversatie Bram Moolenaar
The function still returns a character index, thus using "charidx" with something appended works better. At least then they sort next to each other. For the other direction an equivalent to byteid

Patch 9.0.1506

2023-05-02 Fir de Conversatie Bram Moolenaar
0#000&|t|e|x|t| |v|e|r|y| |l|o|n|g| |t|e|x|t| |v|e|r|y| |l|o|n|g| |t|e|x|t| + | +0#af5f00255&@1|1| |t+0#000&|h|r|e@1| @30 + |~+0#4040ff13&| @38 + |~| @38 + |~| @38 + |~| @38 + |~| @38 + |~| @38 + |-+0#000&@1|N|o|.@2|e|r|-@1| @10|2|,|3|7| @9|B|o|t| *** ../vim-9.0.150

Patch 9.0.1505

2023-05-02 Fir de Conversatie Bram Moolenaar
lt; trim FOO'], text) + END + v9.CheckDefAndScriptFailure(lines, 'E1069:') + + # assign heredoc to list slice + lines =<< trim END + var text = [''] + text[ : ] =<< trim TEXT + var foo =<< trim FOO + TEXT + assert_equal(

Patch 9.0.1504

2023-05-01 Fir de Conversatie Bram Moolenaar
the invention of firearms. It grew out of the observation that the person in charge of every organization was the person whom everyone wanted to fill with hot lead. I don't recomment this; it's just a point of historical interest. (Scott Adams - The

Patch 9.0.1503

2023-04-30 Fir de Conversatie Bram Moolenaar
00 { /* Add new patch number below this line */ + /**/ + 1503, /**/ -- BEDEVERE:Why do you think she is a witch? SECOND VILLAGER: She turned me into a newt. BEDEVERE:A newt? SECOND VILLAGER:

Patch 9.0.1502

2023-04-30 Fir de Conversatie Bram Moolenaar
t comes nearer. We see it is a line of MONKS ala SEVENTH SEAL flagellation scene, chanting and banging themselves on the foreheads with wooden boards. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moole

Patch 9.0.1501

2023-04-30 Fir de Conversatie Bram Moolenaar
var_decl() var lines =<< trim END vim9script *** ../vim-9.0.1500/src/version.c 2023-04-30 15:29:52.553140524 +0100 --- src/version.c 2023-04-30 17:46:07.243234583 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number

Patch 9.0.1500

2023-04-30 Fir de Conversatie Bram Moolenaar
scovery: A couple of months in the laboratory can frequently save a couple of hours in the library. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\sponsor Vim,

Re: Documentation update: How to set a font

2023-04-30 Fir de Conversatie Bram Moolenaar
> On Sat, Apr 29, 2023 at 11:10 PM Bram Moolenaar wrote: > […] > > We don't support GTK 1 anymore, suggesting code in the help for not > > implemented functionality doesn't make much sense. > > OK. Well, in that case we should test for "if has('gu

Re: Documentation update: How to set a font

2023-04-29 Fir de Conversatie Bram Moolenaar
27;guifont' for Motif still has to be an XLFD so if we can have > the obsolete GTK1 fall into that branch of the if … elseif … elseif … > else … endif, then why not? We don't support GTK 1 anymore, suggesting code in the help for not implemented functionality doesn't make much sens

Patch 9.0.1499

2023-04-29 Fir de Conversatie Bram Moolenaar
quot;) + call TermWait(buf, 50) + endif + + " clean up + call StopVimInTerminal(buf) + endfunc + " vim: shiftwidth=2 sts=2 expandtab *** ../vim-9.0.1498/src/version.c 2023-04-29 14:25:59.179203254 +0100 --- src/version.c

Re: Documentation update: How to set a font

2023-04-29 Fir de Conversatie Bram Moolenaar
Children. Sybil: Oh, Basil! Basil: Well, children have feet, don't they? That's how they move around, my dear. You must take a look next time, it's most interesting. (Fawlty Towers) /// Bram Moolenaar -- b...@moolenaar.

Re: Compiler warnings in Vim with +eval and +gui_gtk after applying patches 1492 to 1496

2023-04-29 Fir de Conversatie Bram Moolenaar
after to display the empty line): > > linux-tuxedo:~/.build/vim/vim-hg # gcc --version > gcc (SUSE Linux) 13.0.1 20230421 (prerelease) [revision > f980561c60b0446cc427595198d7f3f4f90e0924] > Copyright (C) 2023 Free Software Foundation, Inc. > This is free software; see the sourc

Re: Compiler warnings in Vim with +eval and +gui_gtk after applying patches 1492 to 1496

2023-04-29 Fir de Conversatie Bram Moolenaar
A PARTICULAR PURPOSE. -- BLACK KNIGHT: None shall pass. ARTHUR: I have no quarrel with you, brave Sir knight, but I must cross this bridge. BLACK KNIGHT: Then you shall die. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURE

Patch 9.0.1498

2023-04-29 Fir de Conversatie Bram Moolenaar
*/ + /**/ + 1498, /**/ -- ARTHUR: You are indeed brave Sir knight, but the fight is mine. BLACK KNIGHT: Had enough? ARTHUR: You stupid bastard. You havn't got any arms left. "Monty Python

Patch 9.0.1497

2023-04-29 Fir de Conversatie Bram Moolenaar
l, _("%d%%"), perc); ! } } /* *** ../vim-9.0.1496/src/version.c 2023-04-28 18:44:46.956436563 +0100 --- src/version.c 2023-04-29 12:06:48.926258766 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1497, /*

Patch 9.0.1496

2023-04-28 Fir de Conversatie Bram Moolenaar
by Divine Providence ... that I, Arthur, was to carry Excalibur ... That is why I am your king! "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moo

Patch 9.0.1495

2023-04-28 Fir de Conversatie Bram Moolenaar
! OLD WOMAN: Well, I didn't vote for you. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\sp

Patch 9.0.1494

2023-04-27 Fir de Conversatie Bram Moolenaar
n invalid text start for the lines in a data block let b = copy(save_b) if system_64bit *** ../vim-9.0.1493/src/version.c 2023-04-27 19:36:36.561904172 +0100 --- src/version.c 2023-04-27 20:19:39.217394472 +0100 *** *** 697,698 --- 697,700 { /* Add ne

Patch 9.0.1493

2023-04-27 Fir de Conversatie Bram Moolenaar
S: Oh, very nice. King, eh! I expect you've got a palace and fine clothes and courtiers and plenty of food. And how d'you get that? By exploiting the workers! By hanging on to outdated imperialist dogma

Patch 9.0.1492

2023-04-27 Fir de Conversatie Bram Moolenaar
(buf, start, end, added, list) *** ../vim-9.0.1491/src/version.c 2023-04-26 19:01:39.883978985 +0100 --- src/version.c 2023-04-27 16:01:37.575654155 +0100 *** *** 697,698 --- 697,700 { /* Add n

Patch 9.0.1491

2023-04-26 Fir de Conversatie Bram Moolenaar
window)' for v in range(0, 2) *** ../vim-9.0.1490/src/version.c 2023-04-26 16:50:14.165974688 +0100 --- src/version.c 2023-04-26 18:55:58.527376654 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1491, /**

Patch 9.0.1490

2023-04-26 Fir de Conversatie Bram Moolenaar
let g:n_to_any = 0 au ModeChanged n:* let g:n_to_any += 1 ! call feedkeys("i\vVcaggdV\G", 'tnix') let g:V_to_v = 0 au ModeChanged V:v let g:V_to_v += 1 *** ../vim-9.0.1489/src/version.c 2023-04-26 15:43:36.606094298 +01

Patch 9.0.1489

2023-04-26 Fir de Conversatie Bram Moolenaar
CH% echo %COL_GREEN%Test Vim:%COL_RESET% *** ../vim-9.0.1488/src/version.c 2023-04-25 15:27:23.355582228 +0100 --- src/version.c 2023-04-26 15:41:25.494035938 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */

Patch 9.0.1488

2023-04-25 Fir de Conversatie Bram Moolenaar
Patch 9.0.1488 Problem:xchacha20v2 crypt header is platform dependent. Solution: Avoid using "size_t". (Ozaki Kiichi, closses #12296) Files: src/crypt.c, src/testdir/test_crypt.vim *** ../vim-9.0.1487/src/crypt.c 2023-04-23 17:50:14.853935966 +0100 --- src/crypt.c 2023-04-25 15:23:59

Patch 9.0.1487

2023-04-25 Fir de Conversatie Bram Moolenaar
n.dumps(v) ! resp = "Content-Type: application/vim-jsonrpc; charset=utf-8\r\n" resp += "\r\n" resp += s self.request.sendall(resp.encode('utf-8')) --- 93,99 # test for sending the http header without length v = {'jsonrpc': '2.0

Re: running python program overflows into vim editor itself

2023-04-25 Fir de Conversatie Bram Moolenaar
g a software design. One way is to make it so simple that there are obviously no deficiencies. The other way is to make it so complicated that there are no obvious deficiencies. -C.A.R. Hoare /

Patch 9.0.1486

2023-04-24 Fir de Conversatie Bram Moolenaar
new patch number below this line */ + /**/ + 1486, /**/ -- SUPERIMPOSE "England AD 787". After a few more seconds we hear hoofbeats in the distance. They come slowly closer. Then out of the mist comes KING ARTHUR followed by a SERVANT who is banging two half coconut

Patch 9.0.1485

2023-04-24 Fir de Conversatie Bram Moolenaar
t; UTF-16 index of a string with composing characters + let str = '-á-b́' + for i in str->strcharlen()->range() + call assert_equal(i, utf16idx(str, i, v:false, v:true)) + endfor +

Patch 9.0.1484

2023-04-24 Fir de Conversatie Bram Moolenaar
2023-04-24 18:05:33.124364494 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1484, /**/ -- We apologise again for the fault in the subtitles. Those

Patch 9.0.1483

2023-04-24 Fir de Conversatie Bram Moolenaar
oFoo(f) + assert_equal(23, f.x) END v9.CheckScriptSuccess(lines) enddef *** ../vim-9.0.1482/src/version.c 2023-04-23 21:42:01.798657508 +0100 --- src/version.c 2023-04-24 17:14:58.871253987 +0100 *** *** 697,698 *

Re: [vim/vim] [vim9script] Increment/decrement operator error when applied to class member inside function (Issue #12263)

2023-04-24 Fir de Conversatie Bram Moolenaar
gt;f.Add(17) >assert_equal(20, f.x) > + > + def AddToFoo(obj: Foo) > +obj.x += 3 > + enddef > + > + AddToFoo(f) > + assert_equal(23, f.x) >END >v9

Patch 9.0.1482

2023-04-23 Fir de Conversatie Bram Moolenaar
number below this line */ + /**/ + 1482, /**/ -- The chat program is in public domain. This is not the GNU public license. If it breaks then you get to keep both pieces. -- Copyright notice for the chat program /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaa

Patch 9.0.1481

2023-04-23 Fir de Conversatie Bram Moolenaar
_equal(range(1, 4000)->map( {_, v -> string(v)}), getline(1,'$')) ! call assert_match('xchacha20v2: using default \w\+ "\d\+" for Key derivation.', execute(':messages')) ! set key= ! w! ++ff=unix ! " encryption removed (on MS-Windo

Re: Any way to make combining characters be separate?

2023-04-23 Fir de Conversatie Bram Moolenaar
at is held in a binary format... a format that nobody understands... and is replicated and cached in a complex and largely undocumented way... and contains large amounts of duplicate and obfuscated information

Patch 9.0.1480

2023-04-23 Fir de Conversatie Bram Moolenaar
ew patch number below this line */ + /**/ + 1480, /**/ -- A disclaimer for the disclaimer: "and before I get a huge amount of complaints , I have no control over the disclaimer at the end of this mail :-)" (Timothy Aldrich) /// Bram Moolenaar -- b...@moolenaar.net -- http://w

Patch 9.0.1479

2023-04-22 Fir de Conversatie Bram Moolenaar
log -U NONE --noplugin --not-a-term -S runtest.vim test_name.vim --- 18,24 # The output goes into a file "valgrind.testN" # Vim should be compiled with EXITFREE to avoid false warnings. # This will make testing about 10 times as slow. ! # VALGRIND = valgrind --tool=memcheck -

Patch 9.0.1478

2023-04-22 Fir de Conversatie Bram Moolenaar
;, &filetype) + bwipe! + + filetype off endfunc func Test_xpm_file() *** ../vim-9.0.1477/src/version.c 2023-04-22 21:14:21.585140551 +0100 --- src/version.c 2023-04-22 21:37:51.990208458 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /

Patch 9.0.1477

2023-04-22 Fir de Conversatie Bram Moolenaar
/**/ -- 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 the

Re: New Defects reported by Coverity Scan for vim

2023-04-22 Fir de Conversatie Bram Moolenaar
places.  They are a disgusting Americanism, and can only result in the farmers being forced to grow smaller potatoes, which in turn will cause massive unemployment in the already severely depressed agricultural industry. Yours faithfully,         Capt. Quinton D'Arcy, J. P.         Sevenoaks

Patch 9.0.1475

2023-04-22 Fir de Conversatie Bram Moolenaar
2 12:39:44.366984509 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1475, /**/ -- BEDEVERE: Stand by for attack!! [CUT TO enormous army forming up. Trebuchets, rows of PIKEMEN, siege towers, pennants flyin

Re: [vim/vim] sh/bash highlight broken since upgrade of sh.vim version 205 (Issue #11937)

2023-04-21 Fir de Conversatie Bram Moolenaar
n ARTHUR. He tries to retain his dignity.] "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\

Patch 9.0.1474

2023-04-21 Fir de Conversatie Bram Moolenaar
our aunties, you brightly-coloured, mealy-templed, cranberry-smelling, electric donkey-bottom biters. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Patch 9.0.1473

2023-04-21 Fir de Conversatie Bram Moolenaar
ules - - mkdir -p "${SND_DUMMY_DIR}" - cp soundcore.ko core/snd.ko core/snd-pcm.ko drivers/snd-dummy.ko "${SND_DUMMY_DIR}" --- 0 *** ../vim-9.0.1472/src/version.c 2023-04-20 18:07:53.193187599 +0100 --- src/version.c 2023-04-21 17:45:21.980483831 +010

Re: [vim/vim] Not able to convert between byte index and UTF indices (PR #12216)

2023-04-20 Fir de Conversatie Bram Moolenaar
well) that a character can consist of two words. For charidx() there is this example: echo charidx('a😊😊', 4, 0, 1)returns 3 I would think that index 4 is halfway the third character, thus I would expect a return value of 2. Am I wrong? -- "I know that there are peo

Patch 9.0.1472

2023-04-20 Fir de Conversatie Bram Moolenaar
1:44.515410366 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1472, /**/ -- Girls are like internet domain names, the ones I like are already taken. Well, you can stil get o

Patch 9.0.1471

2023-04-19 Fir de Conversatie Bram Moolenaar
71, /**/ -- Dogs must have a permit signed by the mayor in order to congregate in groups of three or more on private property. [real standing law in Oklahoma, United States of America] /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Patch 9.0.1470

2023-04-19 Fir de Conversatie Bram Moolenaar
l assert_equal(['5', '4', '3', '2', '1'], readfile('XQuitallAutocmd')) ! ! call delete('XQuitallAutocmd') endfunc func Test_defer_quitall_in_expr_func() *** ../vim-9.0.1469/src/version.c 2023-04-18 21:52:49.840640915 +0100 -

Patch 9.0.1469

2023-04-18 Fir de Conversatie Bram Moolenaar
23-04-18 21:04:49.431579535 +0100 --- src/version.c 2023-04-18 21:47:18.72421 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1469, /**/ -- What do you get when you cross a joke with a rehtorical question? /// B

Patch 9.0.1468

2023-04-18 Fir de Conversatie Bram Moolenaar
stem(GetVimCommand() .. ' -X -S XdeferQuitallExpr') call assert_equal(0, v:shell_error) call assert_false(filereadable('Xentry0')) call assert_false(filereadable('Xentry1')) --- 718,724 call Test_defer_in_funcref() END cal

Patch 9.0.1467

2023-04-18 Fir de Conversatie Bram Moolenaar
, '/var/backups/gshadow.bak'], \ 'grub': ['/boot/grub/menu.lst', '/boot/grub/grub.conf', '/etc/grub.conf', 'any/boot/grub/grub.conf', 'any/boot/grub/menu.lst', 'any/etc/grub.conf'], \ 'gsp': ['

Patch 9.0.1466

2023-04-18 Fir de Conversatie Bram Moolenaar
this line */ + /**/ + 1466, /**/ -- Close your shells, or I'll kill -9 you Tomorrow I'll quota you Remember the disks'll always be full And then while I'm away I'll write ~ everyday And I'll send-pr all my buggings to you. [ CVS log "Beatles style" fo

Patch 9.0.1465

2023-04-18 Fir de Conversatie Bram Moolenaar
014586 +0100 --- src/version.c 2023-04-18 17:18:30.925804720 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1465, /**/ -- Why don't cannibals eat clowns? Because they taste funny. /// Bram Mool

Patch 9.0.1464

2023-04-17 Fir de Conversatie Bram Moolenaar
t_env_checks) endfunc *** ../vim-9.0.1463/src/version.c 2023-04-17 21:44:32.436275188 +0100 --- src/version.c 2023-04-17 22:28:18.772995302 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1464, /**/ --

Patch 9.0.1463

2023-04-17 Fir de Conversatie Bram Moolenaar
amp;#4012|o|n|e| |A|N|D| |t|w|o| |A|N|D| |t|h|r|e@1| |A|N|…| +0&#ff0 + |o|n|e| |t|w|o| |t|h|r|e@1| |f|o|u|r| |f|i|v|e| |s|i|x| |s|e|v|e|n| @26 + | +0&#4012|o|n|e| |A|N|D| |t|w|o| |A|N|D| |t|h|r|e@1| |A|N|D| |f|o|u|r| |A|N|D| |f|i|v|e| |l|e|t|s| |w|r|a|p| |a|f|t|e|r| |s|…| +0&am

Patch 9.0.1462

2023-04-17 Fir de Conversatie Bram Moolenaar
19:22:59.354107441 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1462, /**/ -- Citizens are not allowed to attend a movie house or t

Patch 9.0.1461

2023-04-17 Fir de Conversatie Bram Moolenaar
60/src/version.c 2023-04-17 15:53:20.353762946 +0100 --- src/version.c 2023-04-17 16:36:35.037196408 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1461, /**/ -- It is illegal for anyone to give lighted cigars to dogs, cat

Patch 9.0.1460

2023-04-17 Fir de Conversatie Bram Moolenaar
.189171575 +0100 --- src/version.c 2023-04-17 15:50:54.821635529 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1460, /**/ -- The Law, in its majestic equality, forbids the rich, as well as the poor, to sleep under th

Patch 9.0.1459

2023-04-16 Fir de Conversatie Bram Moolenaar
t;fc_defer" *** ../vim-9.0.1458/src/version.c 2023-04-16 20:13:08.945947222 +0100 --- src/version.c 2023-04-16 20:50:54.221239977 +0100 ******* *** 697,698 --- 697,700 { /* Add new

Patch 9.0.1458

2023-04-16 Fir de Conversatie Bram Moolenaar
{ /* Add new patch number below this line */ + /**/ + 1458, /**/ -- 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 (MONT

Patch 9.0.1457

2023-04-16 Fir de Conversatie Bram Moolenaar
2023-04-16 17:16:49.704698976 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1457, /**/ -- Q: Why does /dev/null accept only integers? A: You can't sink a float. /// Bram Moolenaar -- b...@moolenaar.net -- http://

Re: Any way to make combining characters be separate?

2023-04-16 Fir de Conversatie Bram Moolenaar
a line and put a space in front of each combining character. The second mapping would do the reverse. -- BRIDGEKEEPER: What is your favorite colour? LAUNCELOT:Blue. BRIDGEKEEPER: Right. Off you go. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram

Patch 9.0.1456

2023-04-15 Fir de Conversatie Bram Moolenaar
ersion.c 2023-04-15 21:27:22.474808110 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1456, /**/ -- Sorry, no fortune today. /// Bram Moolenaar

Patch 9.0.1455

2023-04-15 Fir de Conversatie Bram Moolenaar
cppm', 'file.ccm', 'file.cxxm', 'file.c++m'], \ 'cqlang': ['file.cql'], \ 'crm': ['file.crm'], \ 'crontab': ['crontab', 'crontab.file', '/etc/cron.d/file', 'any/

Patch 9.0.1454

2023-04-15 Fir de Conversatie Bram Moolenaar
estack_pop(); current_sctx = save_current_sctx; restore_current_ectx(save_current_ectx); --- 3117,3123 --no_wait_return; } ! ESTACK_CHECK_NOW; estack_pop(); current_sctx = save_current_sctx; restore_current_ectx(save_current_ectx); *** ../vim-9

Patch 9.0.1453

2023-04-14 Fir de Conversatie Bram Moolenaar
length': 2, 'type': 'number'}) ! " The highlighted "is" in line 1, 2 and 4 is kept and adjusted. " The highlighted "is" in line 3 is deleted. let expected = [ \ #{type_bufnr: 0, id: 0, col: 6, end: 1, type: 'number'

Re: [vim/vim] Not able to convert between byte index and UTF indices (PR #12216)

2023-04-14 Fir de Conversatie Bram Moolenaar
rsion VIM (pronounced: 994). /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\help me help AIDS victims

Patch 9.0.1452

2023-04-13 Fir de Conversatie Bram Moolenaar
a; } evalarg_T; ! // Flag for expression evaluation. #define EVAL_EVALUATE 1 // when missing don't actually evaluate # ifdef FEAT_PROFILE /* *** ../vim-9.0.1451/src/version.c 2023-04-13 21:47:33.361227019 +0100 --- src/version.c 2023-04-13 22:12:29.284707708

Patch 9.0.1451

2023-04-13 Fir de Conversatie Bram Moolenaar
:46:26.845427992 +0100 *** *** 697,698 **** --- 697,700 { /* Add new patch number below this line */ + /**/ + 1451, /**/ -- I just planted an Algebra tree. It has square roots. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Patch 9.0.1450

2023-04-13 Fir de Conversatie Bram Moolenaar
grenade up on high saying "O Lord bless this thy hand grenade that with it thou mayest blow thine enemies to tiny bits, in thy mercy. "and the Lord did grin and people did feast upon the lambs and sloths and carp and anch

Patch 9.0.1449

2023-04-13 Fir de Conversatie Bram Moolenaar
call StopVimInTerminal(buf) *** ../vim-9.0.1448/src/version.c 2023-04-13 17:23:41.088296795 +0100 --- src/version.c 2023-04-13 17:31:27.773743991 +0100 *** *** 697,698 --- 697,700

Patch 9.0.1448

2023-04-13 Fir de Conversatie Bram Moolenaar
*** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1448, /**/ -- Lose weight, NEVER Diet again with The "Invisible Weight Loss Patch" (spam e-mail) /// Bram Moolenaar -- b...@moo

Patch 9.0.1447

2023-04-12 Fir de Conversatie Bram Moolenaar
97,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1447, /**/ -- ARTHUR: Charge! [They all charge with swords drawn towards the RABBIT. A tremendous twenty second fight with Peckinpahish shots and borrowing heavily also on the Kung Fu and karat

Patch 9.0.1446

2023-04-12 Fir de Conversatie Bram Moolenaar
.c 2023-04-12 16:23:59.460592878 +0100 --- src/version.c 2023-04-12 20:44:37.943880498 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1446, /**/ -- ARTHUR: Go on, Bors, chop its head off. BORS: Right. Silly lit

Re: Finding the Motif libs

2023-04-12 Fir de Conversatie Bram Moolenaar
t; So perhaps it's because configure doesn't check /usr/lib64, and the > > library was moved there recently? You can try by editing > > src/auto/configure and around line 10221; add "/usr/lib64" before > > "/usr/lib/i386-linux-gnu" in the assignment to

Patch 9.0.1445

2023-04-12 Fir de Conversatie Bram Moolenaar
--- done done if test -n "$GUI_LIB_LOC"; then ! if test "$GUI_LIB_LOC" = /usr/lib \ ! -o "$GUI_LIB_LOC" = /usr/lib64 \ -o "$GUI_LIB_LOC" = /usr/lib/i386-linux-gnu \ -o "$GUI_LIB_LOC"

Re: Finding the Motif libs

2023-04-10 Fir de Conversatie Bram Moolenaar
James McCoy wrote: > On Mon, Apr 10, 2023 at 09:29:52AM +0200, Tony Mechelynck wrote: > > On Sun, Apr 9, 2023 at 11:02 PM Bram Moolenaar wrote: > > > > > > > > > Tony wrote: > > > > > > > Recently (but I'm not sure when) my supp

Re: Finding the Motif libs

2023-04-10 Fir de Conversatie Bram Moolenaar
which are soft links to the third one. IIUC by > giving configure the argument --with-motif-lib=-lXm it doesn't search > for the lib but just passes -lXm to the linker, which finds > /usr/lib64/libXm.so -> libXm.so.4.0.4 and happily uses that (as it > should) to fi

Re: Finding the Motif libs

2023-04-09 Fir de Conversatie Bram Moolenaar
erhaps the name of the library changed? On my system I can find /usr/lib/x86_64-linux-gnu/libXm.a The check hasn't changed for a long time. It can be found in src/configure.ac around line 2960. -- There can't be a crisis today, my schedule is already full. /// Bram Moolenaar -- b..

Patch 9.0.1443

2023-04-09 Fir de Conversatie Bram Moolenaar
0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1443, /**/ -- ARTHUR: Listen, old crone! Unless you tell us where we can buy a shrubbery, my friend and I will

Patch 9.0.1442

2023-04-07 Fir de Conversatie Bram Moolenaar
/* Add new patch number below this line */ + /**/ + 1442, /**/ -- [SIR LAUNCELOT runs back up the stairs, grabs a rope of the wall and swings out over the heads of the CROWD in a swashbuckling manner towards a large window. He stops just short of the window

Patch 9.0.1441

2023-04-05 Fir de Conversatie Bram Moolenaar
13970 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1441, /**/ -- FATHER: We are here today to witness the union of two young people in the joyful bond of the holy wedlock. Unfortunately, one of them, my son

Re: [vim/vim] Binding '.fs' files to forth lang in default distribution suboptimal (Issue #9182)

2023-04-05 Fir de Conversatie Bram Moolenaar
e is no forth filetype plugin, thus this would need to be added. -- 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

Patch 9.0.1440

2023-04-04 Fir de Conversatie Bram Moolenaar
unc + func Test_diff_too_many_buffers() for i in range(1, 8) exe "new Xtest" . i *** ../vim-9.0.1439/src/version.c 2023-04-02 22:05:09.786319296 +0100 --- src/version.c 2023-04-04 21:57:03.648066808 +0100 *** *** 697,698 --- 697,700 { /*

Patch 9.0.1439

2023-04-02 Fir de Conversatie Bram Moolenaar
+ call StopVimInTerminal(buf) + endfunc + " vim: shiftwidth=2 sts=2 expandtab *** ../vim-9.0.1438/src/version.c 2023-04-02 20:29:33.741597887 +0100 --- src/version.c 2023-04-02 21:56:32.396906337 +0100 *** *** 697,698 --- 697,700 { /* Add new pat

Patch 9.0.1438

2023-04-02 Fir de Conversatie Bram Moolenaar
file.fs --- 1212,1221 *** ../vim-9.0.1437/src/version.c 2023-04-01 22:24:15.213814387 +0100 --- src/version.c 2023-04-02 20:27:04.025445002 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1438, /**/ -

Re: typos in Vim-9.0.1437 doc

2023-04-02 Fir de Conversatie Bram Moolenaar
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.org/sponsor/ /// \\\

Patch 9.0.1437

2023-04-01 Fir de Conversatie Bram Moolenaar
:05:35.159519020 +0100 --- src/version.c 2023-04-01 22:22:53.269732920 +0100 *** *** 697,698 --- 697,700 { /* Add new patch number below this line */ + /**/ + 1437, /**/ -- ARTHUR: Bloody peasant! DENNIS: Oh, what a give away. Did you hear that, did you hear t

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