aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/eval.lua2
-rw-r--r--src/nvim/options.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua
index eec3c68e0f..deaeb51289 100644
--- a/src/nvim/eval.lua
+++ b/src/nvim/eval.lua
@@ -4335,7 +4335,7 @@ M.funcs = {
Note that this is a copy, the value of
script-local variables cannot be changed using
this dictionary.
- version Vimscript version, always 1
+ version Vim script version, always 1
Examples: >vim
echo getscriptinfo({'name': 'myscript'})
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index 215661539f..9629a3c4ce 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -8366,7 +8366,7 @@ return {
This option controls the behavior when switching between buffers.
This option is checked, when
- jumping to errors with the |quickfix| commands (|:cc|, |:cn|, |:cp|,
- etc.)
+ etc.).
- jumping to a tag using the |:stag| command.
- opening a file using the |CTRL-W_f| or |CTRL-W_F| command.
- jumping to a buffer using a buffer split command (e.g. |:sbuffer|,