This website requires JavaScript.
Explore
Help
Sign In
xenia
/
kakoune
Watch
1
Star
0
Fork
0
You've already forked kakoune
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
38efe8b421
kakoune
/
test
/
regression
/
0-crash-on-pipe-with-selection-access
/
cmd
2 lines
53 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix pipe logic in the case where the selections were accessed in the cmdline When using an env var that needed the selections in the pipe command line, say $kak_selection, the selection update code would run, modifying the selections to adapt to eventual changes. But the rest of the pipe logic was assuming the selections would not change, leading to bugs.
2017-11-07 16:58:56 +01:00
%<a-s>|[ $kak_selection = "bar" ] && echo "yes"<ret>
Reference in New Issue
Copy Permalink
Mastodon