Ensure duplicate tags do not happen in the future, #538

This commit is contained in:
Adam Stankiewicz
2020-09-06 19:20:09 +02:00
parent d9ee362537
commit e9b3bcd5e1

View File

@@ -9,3 +9,8 @@ vim --clean -N -u <(echo "
\"source scripts/test_filetypes.vim
qa!
")
if ! expect -c 'set timeout 1' -c 'spawn vim -N --clean -c "set nomore | :helptags ./doc | q"' -c 'expect "ENTER" { exit 1 }' > /dev/null; then
echo "Please ensure ':helptags ./doc' works properly"
exit 1
fi