From d2669e7190e3db3123589bfcd3ba15a2e4c5243b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 7 Nov 2017 09:34:21 +1300 Subject: Add :FixedJoin command This is optiona; if the user's Vim doesn't have the 'user_commands' feature, the command will just quietly not be created. --- vim/doc/fixed_join.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'vim/doc') diff --git a/vim/doc/fixed_join.txt b/vim/doc/fixed_join.txt index 0ee957d0..df0df251 100644 --- a/vim/doc/fixed_join.txt +++ b/vim/doc/fixed_join.txt @@ -1,4 +1,4 @@ -*fixed_join.txt* Mapping to join lines in normal mode without moving cursor +*fixed_join.txt* Join lines in normal mode without moving cursor Author: Tom Ryder License: Same terms as Vim itself (see |license|) @@ -6,6 +6,9 @@ License: Same terms as Vim itself (see |license|) This plugin provides a mapping target FixedJoin to create a binding for a user to join lines in normal mode without the cursor jumping around. +If 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 improves. -- cgit v1.2.3