aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/fixed_join.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vim/doc/fixed_join.txt')
-rw-r--r--vim/doc/fixed_join.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/vim/doc/fixed_join.txt b/vim/doc/fixed_join.txt
index df0df251..834a3569 100644
--- a/vim/doc/fixed_join.txt
+++ b/vim/doc/fixed_join.txt
@@ -4,10 +4,13 @@ Author: Tom Ryder <tom@sanctum.geek.nz>
License: Same terms as Vim itself (see |license|)
This plugin provides a mapping target <Plug>FixedJoin to create a binding for a
-user to join lines in normal mode without the cursor jumping around.
+user to join lines in normal mode without the cursor jumping around. If the
+user's configuration does not specify a mapping to this target by the time this
+plugin is loaded, it will attempt to map 'J' in normal mode to simply replace
+the default functionality.
-If also provides a :FixedJoin command if you have +user_commands, but this is
-not required.
+The plugin also provides a :FixedJoin command if you have +user_commands, but
+this is not required.
This plugin lives in Tom Ryder's "dotfiles" suite, and will eventually be spun
off into a separate distribution as it solidifies and this documentation