Update kakoune

This commit is contained in:
Natsu Kagami 2025-04-02 16:52:03 +02:00
parent 0fbc027c0e
commit 57331c8dd0
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -641,11 +641,11 @@
"kakoune": {
"flake": false,
"locked": {
"lastModified": 1719405481,
"narHash": "sha256-IkPZSkEJQixpylRGqLO330oZ50CS0Aq0JqMvU5B+Abo=",
"lastModified": 1743226963,
"narHash": "sha256-JIqhzigex0YR+ll6OpgP176EFu4F49G/ZDp5ek3Y/hQ=",
"owner": "mawww",
"repo": "kakoune",
"rev": "80fcfebca8c62ace6cf2af9487784486af07d2d5",
"rev": "c7d688f578c7b58989fc04e7bb1e9b5a939a5730",
"type": "github"
},
"original": {

View file

@ -84,7 +84,7 @@ builtins.map kakounePlugin [
# Grep in the current location
define-command peneira-grep %{
peneira 'line: ' "rg -n ." %{
peneira 'line: ' %{ rg -n . . } %{
lua %arg{1} %{
local file, line = arg[1]:match("([^:]+):(%d+):")
kak.edit(file, line)