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
e06acd3dc8
kakoune
/
test
/
tools
/
git
/
blame-jump-message
/
cmd
2 lines
10 B
Plaintext
Raw
Normal View
History
Unescape
Escape
rc git.kak: fix blame-jump for commits with special characters Commit 53d9b9b67 (Escaping tweak in git.kak, 2024-02-06) broke blame-jump when the commit subject contains a single quote. (Also on unbalanced "{" which is a rare edge case but we already have it in our Git history.) git.kak assumes that filenames don't contain ' or unbalanced {, but we can't really make that assumption about people's names or commit subjects. Unfortunately the escaping here is very messy. We need to pass arbitrary text to callbacks; maybe we should have closures that can capture private temporary registers.
2024-02-12 23:48:29 +01:00
:run<ret>
Reference in New Issue
Copy Permalink
Mastodon