aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorDonatas <contactdonatas@gmail.com>2025-01-20 16:40:26 +0200
committerGitHub <noreply@github.com>2025-01-20 06:40:26 -0800
commit5b1136a99c7fc6db4cfe6865b72c069a4697c1a5 (patch)
tree2f8699149e1b377c4d52849c9128c6079d8284c2 /runtime/doc
parent92556be33d04668c58a37794de5562af6297b3ac (diff)
downloadrneovim-5b1136a99c7fc6db4cfe6865b72c069a4697c1a5.tar.gz
rneovim-5b1136a99c7fc6db4cfe6865b72c069a4697c1a5.tar.bz2
rneovim-5b1136a99c7fc6db4cfe6865b72c069a4697c1a5.zip
feat(inccommand): preview 'nomodifiable' buffers #32034
Problem: Incremental preview is not allowed on 'nomodifiable' buffers. Solution: - Allow preview on 'nomodifiable' buffers. - Restore the 'modifiable' option in case the preview function changes it.
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 58902abb87..58dab586d9 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -319,6 +319,8 @@ PLUGINS
• EditorConfig
• spelling_language property is now supported.
+• 'inccommand' incremental preview can run on 'nomodifiable' buffers and
+ restores their 'modifiable' state
STARTUP