This repository was archived by the owner on Mar 12, 2024. It is now read-only.
This repository was archived by the owner on Mar 12, 2024. It is now read-only.
syntax checking does not work #90
Open
Description
The syntax checking does not work. A few symptoms:
- When a file is edited, the on-the-fly syntax checking does not get triggered;
- When a file is edited then saved, the checked results seem based on the old checking results. Maybe the syntax checking is cached yet not properly?
- I did some simple debug, and found
b:fsharp_buffer_changed
is not updated correctly. Even the file is edited, its value is kept as 0.
I am using neovim 0.2.0, and python3. Thanks.
Metadata
Metadata
Assignees
Labels
No labels