Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#75686 - [vim] Missing runtime/syntax/shared directory

Attached to Project: Arch Linux
Opened by Ryan Christian (rschristian) - Thursday, 25 August 2022, 01:32 GMT
Last edited by Toolybird (Toolybird) - Thursday, 25 August 2022, 05:56 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Some syntax files rely upon extracted shared scripts. The issue is that this directory of shared scripts is mistakenly not distributed with this compilation of Vim.

Directory in question: https://github.com/vim/vim/tree/master/runtime/syntax/shared

As this directory is not provided, opening a file of a syntax that relies upon one of these will error out and cause incorrect or no highlighting.

Additional info:
* Version:
- ```
VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Aug 21 2022 14:20:23)
Included patches: 1-236
Compiled by Arch Linux
```
* Error:
- ```
Error detected while processing BufRead Autocommands for "*.ts"..FileType Autocommands for "*"..Syntax Autoc
ommands for "*"..function <SNR>9_SynSet[25]..script /usr/share/vim/vim90/syntax/typescript.vim:
line 38:
E484: Can't open file /usr/share/vim/vim90/syntax/shared/typescriptcommon.vim
```

Steps to reproduce:
1. `vim ./index.ts`
This task depends upon

Closed by  Toolybird (Toolybird)
Thursday, 25 August 2022, 05:56 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#75678 

Loading...