Skip to content

Commit ce0e42e

Browse files
committed
vim: Import v9.1.1418
* runtime(doc): CI fails with trailing whitespace error in usr_30.txt * runtime(doc): clarify behaviour of set maxcombine=0 * runtime(doc): update todo list * runtime(doc): clarify tabstop settings and guidance * runtime(vim): Update base-syntax, improve :set highlighting * runtime(doc): Fix typos and language in documentation for tabpanel.
1 parent 6e05604 commit ce0e42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717
# older git does not know about --no-edit for git-pull
1818
# e.g. 1.7.9.5
1919
# git pull --no-edit
20-
git pull
20+
#git pull
2121

2222
if [ ! -d vim/src ]; then
2323
git submodule init

0 commit comments

Comments
 (0)