On Sat, Sep 14, 2024 at 05:44:42 +0800, Marcus Park wrote: > Hi list, > > When I run 'crontab -e' the screen shows some errors like, > > $ crontab -e > Error detected while processing /usr/share/vim/vim82/filetype.vim: > line 10: > E319: Sorry, the command is not available in this version: let > did_load_filetypes = 1
What version of Debian is this? What version of the vim package (or any similarly named package) are you running? Did you do anything *noteworthy* with this system, such as attempting an upgrade from one version of Debian to another, having it fail, and leaving it half done? For the record, Debian 12 has vim 9.0.x and a /usr/share/vim/vim90/ directory. According to <https://packages.debian.org/vim>... oh, that web page is not responding for me. Sorry, I can't check what version(s) of Debian might have had vim 8.2. Anyway, it sounds like you have vim 8.2 config files, but you're running an *older* version of vim which can't read those configs. Either that, or the /usr/share/vim/vim82/filetype.vim file is corrupted. If it's a corrupted file, you could purge and reinstall the vim package(s).