aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2023-10-06 12:59:39 +0200
committerJustin M. Keyes <justinkz@gmail.com>2023-10-06 14:09:21 +0200
commit133e2990efa44cadf1410a452a08843dbd8ca86e (patch)
treee52036a0938de7576da9bab3195c2d3bfda4d54c /runtime/doc/vim_diff.txt
parent56dc8b9212ef3a1eebe8e32266d4b6735b3c557b (diff)
downloadrneovim-133e2990efa44cadf1410a452a08843dbd8ca86e.tar.gz
rneovim-133e2990efa44cadf1410a452a08843dbd8ca86e.tar.bz2
rneovim-133e2990efa44cadf1410a452a08843dbd8ca86e.zip
refactor: cleanup
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 974aa051cf..4161d3b21e 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -53,8 +53,8 @@ Defaults *nvim-defaults*
- 'hlsearch' is enabled
- 'include' defaults to "". The C ftplugin sets it to "^\\s*#\\s*include"
- 'incsearch' is enabled
-- 'isfname' does not include ":" on Windows. Include ":" in 'isfname' to treat
- it as part of a filename anywhere in the name (not only the drive letter).
+- 'isfname' does not include ":" (on Windows). Drive letters are handled
+ correctly without it. (Use |gF| for filepaths suffixed with ":line:col").
- 'joinspaces' is disabled
- 'langnoremap' is enabled
- 'langremap' is disabled