mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 13:33:49 -05:00
Ensure duplicate tags do not happen in the future, #538
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user