beneroth changed the topic of #picolisp to: PicoLisp language | The scalpel of software development | Channel Log: https://libera.irclog.whitequark.org/picolisp | Check www.picolisp.com for more information
stultulo has joined #picolisp
f8l has quit [Ping timeout: 252 seconds]
beneroth__ has joined #picolisp
beneroth_ has quit [Read error: Connection reset by peer]
ygrek has joined #picolisp
rob_w has joined #picolisp
aw- has quit [Ping timeout: 265 seconds]
teddydd has quit [Ping timeout: 248 seconds]
teddydd has joined #picolisp
aw- has joined #picolisp
bjorkintosh has quit [Quit: "Every day, computers are making people easier to use." David Temkin]
ygrek has quit [Remote host closed the connection]
ygrek has joined #picolisp
teddydd has quit [Ping timeout: 246 seconds]
teddydd has joined #picolisp
ygrek has quit [Remote host closed the connection]
stultulo is now known as f8l
ello has quit [Ping timeout: 244 seconds]
ello has joined #picolisp
<taleon> The key combination 'dw' (delete word) does not work as expected in vip. Sometimes the following whitespace, quote and the next open bracket are also deleted, sometimes only half a word or no word at all is deleted. In repl (pil +) 'dw' works without problems.
<taleon> What could be the reason for this?
<taleon> But 'db' (delete back) works as it should.
<abu[7]> Yes, this is correct
<abu[7]> 'd' combined with a move command deletes inclusive the destination point
<abu[7]> VI is not consistent here
<abu[7]> So the behavior is not really planned in Vip, but a consequence of the logic behind this
<abu[7]> This is in fact mentioned in https://picolisp.com/wiki/?vip
<abu[7]> "w, however, behaves differently in Vi/Vim"
<abu[7]> So the recommended command is dTAB instead of dw
<taleon> Thanks for the explanation and the link. That makes sense. I didn't know d<tab> yet. So now I can use both behaviors.
<abu[7]> 'de' or 'dE' behave like in Vim
<abu[7]> ok :)
bjorkintosh has joined #picolisp
bjorkintosh has joined #picolisp