Marcus Park
2024-09-13 21:50:01 UTC
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
line 13:
E319: Sorry, the command is not available in this version: let
s:cpo_save = &cpo
line 47:
E319: Sorry, the command is not available in this version: func!
s:StarSetf(ft)
line 51:
E319: Sorry, the command is not available in this version: endfunc
line 2440:
E319: Sorry, the command is not available in this version: func!
TestFiletypeFuncs(testlist)
line 2441:
E319: Sorry, the command is not available in this version: let output = ''
line 2442:
E319: Sorry, the command is not available in this version: for f in
a:testlist
... (and many other lines)
how to fix up it?
Thanks.
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
line 13:
E319: Sorry, the command is not available in this version: let
s:cpo_save = &cpo
line 47:
E319: Sorry, the command is not available in this version: func!
s:StarSetf(ft)
line 51:
E319: Sorry, the command is not available in this version: endfunc
line 2440:
E319: Sorry, the command is not available in this version: func!
TestFiletypeFuncs(testlist)
line 2441:
E319: Sorry, the command is not available in this version: let output = ''
line 2442:
E319: Sorry, the command is not available in this version: for f in
a:testlist
... (and many other lines)
how to fix up it?
Thanks.