refactor: move f_getbufvar() and f_setbufvar() to eval/vars.c

Vim moved them there in patch 8.1.1943.
This commit is contained in:
zeertzjq
2022-07-22 21:44:28 +08:00
parent 790f8b0e16
commit 271739c830
3 changed files with 109 additions and 107 deletions

View File

@@ -230,7 +230,7 @@ preprocess_patch() {
' +w +q "$file"
# Rename src/ paths to src/nvim/
LC_ALL=C sed -e 's/\( [ab]\/src\)/\1\/nvim/g' \
LC_ALL=C sed -e 's/\( [ab]\/src\)/\1\/nvim/g' \
"$file" > "$file".tmp && mv "$file".tmp "$file"
# Rename evalfunc.c to eval/funcs.c