On Fr, 22 Mär 2024, Eric Wong wrote:

> Yeah, I also can not reproduce it in latest version, but for some
> reason I need to use vim74 or vim8 in old windows PC. is there any
> workaround ti skip this error?
> 
> Eric Wong

Try to wrap it into an exe call:
```
if 0
  exe ":lua spacevi_dict=1"
endif
```

Or add an explicit finish before the lua line:
```
if !has('lua') " or whatever condition
   finish
endif
lua spacevi_dict=1
```

Thanks,
Christian
-- 
"Wish not to seem, but to be, the best."
                -- Aeschylus

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/Zf1xd7/XKXHPpiXl%40256bit.org.

Raspunde prin e-mail lui