ctags.kak: center selection in window when jumping on a tag
This commit is contained in:
parent
6ffa74a24d
commit
fd50046f3a
|
@ -13,7 +13,7 @@ def -shell-params \
|
||||||
echo "echo tag not found ${tagname}"
|
echo "echo tag not found ${tagname}"
|
||||||
else
|
else
|
||||||
menuparam=$(readtags ${tagname} | perl -i -ne '
|
menuparam=$(readtags ${tagname} | perl -i -ne '
|
||||||
/([^\t]+)\t([^\t]+)\t\/\^(.*)\$\// and print "%{$2 [$3]} %{try %{ edit %{$2}; exec %{/\\Q$3<ret>} } catch %{ echo %{unable to find tag} } } ";
|
/([^\t]+)\t([^\t]+)\t\/\^(.*)\$\// and print "%{$2 [$3]} %{try %{ edit %{$2}; exec %{/\\Q$3<ret><a-c>} } catch %{ echo %{unable to find tag} } } ";
|
||||||
/([^\t]+)\t([^\t]+)\t(\d+)/ and print "%{$2:$3} %{edit %{$2} %{$3}}";
|
/([^\t]+)\t([^\t]+)\t(\d+)/ and print "%{$2:$3} %{edit %{$2} %{$3}}";
|
||||||
')
|
')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user