diff options
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/news.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 53c2b44c5f..23bb6d4343 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -171,9 +171,6 @@ The following new APIs or features were added. • |vim.treesitter.foldexpr()| can be used for 'foldexpr' to use treesitter for folding. -• Added support for the `workspace/didChangeWatchedFiles` capability to the - LSP client to notify servers of file changes on disk. - ============================================================================== CHANGED FEATURES *news-changes* |