Skip to content

Commit

Permalink
fish: Rename vfunc to vwfunc
Browse files Browse the repository at this point in the history
This matches the other function functions (lol).

Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Dec 7, 2024
1 parent 90c0efc commit 3304377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fish/functions/vfunc.fish → fish/functions/vwfunc.fish
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: MIT
# Copyright (C) 2022-2023 Nathan Chancellor

function vfunc -d "View function defintion in fish with a pager"
function vwfunc -d "View function defintion in fish with a pager"
set func_file $PYTHON_SCRIPTS_FOLDER/$argv.py
if test -f "$func_file"
vw -c $func_file
Expand Down

0 comments on commit 3304377

Please sign in to comment.