We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28af54b commit 6809dc7Copy full SHA for 6809dc7
1 file changed
fnl/mapping.fnl
@@ -38,7 +38,7 @@
38
line (vim.fn.line ".")
39
safe_path (vim.fn.shellescape path)
40
safe_file (vim.fn.shellescape file)]
41
- (vim.fn.execute (.. "!open-web-commit " safe_path " " safe_file " " line))
+ (vim.fn.execute (.. "! ~/.dotfiles/bin/utils/open-web-commit " safe_path " " safe_file " " line))
42
(match vim.v.shell_error
43
1 (print (.. path " is not a git repository"))
44
2 (print (.. path "/" file ":" line " was never committed")))))
0 commit comments