Skip to content
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

@randomizedthinking

Description

@randomizedthinking

The syntax checking does not work. A few symptoms:

  1. When a file is edited, the on-the-fly syntax checking does not get triggered;
  2. 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?
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions