diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 9891926632..757cfecb46 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -122,6 +122,9 @@ The following changes may require adaptations in user config or plugins. • |shm-q| now fully hides macro recording message instead of only shortening it. +• Returning any truthy value from a callback passed to |nvim_create_autocmd()| + (rather than just `true`) will delete the autocommand. + ============================================================================== BREAKING CHANGES IN HEAD *news-breaking-dev* |