Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zsh-vi-mode.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@ function zvm_repeat_command {
# Edit command line in EDITOR
function zvm_vi_edit_command_line() {
# Create a temporary file and save the BUFFER to it
local tmp_file=$(mktemp ${ZVM_TMPDIR}/zshXXXXXX)
local tmp_file=$(mktemp ${ZVM_TMPDIR}/zshXXXXXX.zsh)

# Some users may config the noclobber option to prevent from
# overwriting existing files with the > operator, we should
Expand Down