diff options
| author | kiyan42 <yazdani.kiyan@protonmail.com> | 2020-07-21 18:15:20 +0200 |
|---|---|---|
| committer | Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | 2020-07-21 18:26:27 +0200 |
| commit | d54fe4545b862b789c6a6ac61699526c5c2d5de9 (patch) | |
| tree | 48a8de52328626be3f81abc254eccacc0215d6a7 | |
| parent | 16af10999c175d0f7cba46cafdf7aba3c1a06aca (diff) | |
fix readme typos
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -301,10 +301,10 @@ If everything is okay, then it might be an actual error. In both cases, feel free to open an issue here. -### I am expreiencing weird highlighting issues as in [#78[(https://github.com/nvim-treesitter/nvim-treesitter/issues/78) +### I experience weird highlighting issues similar to [#78](https://github.com/nvim-treesitter/nvim-treesitter/issues/78) -This is a weell known issue, that is caused by the tree and the buffer getting out of sync. -As this issue comes form upstream, we don't have any definitive fix. One thing you can do to force reparsing the whole buffer is to run : +This is a well known issue, which arise when the tree and the buffer are getting out of sync. \ +As this issue comes from upstream, we don't have any finite fix. To get around this, you can force reparsing the buffer with this command: ```vim :write | edit | TSBufEnable highlight ``` |
