diff options
-rwxr-xr-x | scripts/vim-patch.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index d53de42c6c..4fd9711619 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -14,7 +14,8 @@ fi readonly NVIM_SOURCE_DIR="${NVIM_SOURCE_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)}" readonly VIM_SOURCE_DIR_DEFAULT="${NVIM_SOURCE_DIR}/.vim-src" readonly VIM_SOURCE_DIR="${VIM_SOURCE_DIR:-${VIM_SOURCE_DIR_DEFAULT}}" -readonly BASENAME="$(basename "${0}")" +BASENAME="$(basename "${0}")" +readonly BASENAME readonly BRANCH_PREFIX="vim-" CREATED_FILES=() |