From 150f437129e5b63ee730b09811f2a1630d5c3521 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 23 Jun 2019 01:28:07 +1200 Subject: Fix soft tabs in documentation --- doc/cursorline_current.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/cursorline_current.txt b/doc/cursorline_current.txt index 4984fec..0f25fd6 100644 --- a/doc/cursorline_current.txt +++ b/doc/cursorline_current.txt @@ -15,24 +15,24 @@ REQUIREMENTS *cursorline_current-requirements* This plugin only loads if 'compatible' is not set. -OPTIONS *cursorline_current-options* +OPTIONS *cursorline_current-options* - *g:cursorline_current_line* + *g:cursorline_current_line* Set `g:cursorline_current_line` to 0 in your |vimrc| if you don't want 'cursorline' to follow the current window around, and instead prefer each window to track its own state. This option defaults to 1. - *g:cursorcolumn_current_column* + *g:cursorcolumn_current_column* Set `g:cursorline_current_column` to 0 in your |vimrc| if you don't want 'cursorcolumn' to follow the current window around, and instead prefer each window to track its own state. This option defaults to 1. - *g:cursorline_current_insert* + *g:cursorline_current_insert* Set `g:cursorline_current_insert` to 0 in your |vimrc| if you don't like the cursor line switching off while you're in insert mode. This option defaults to 1. - *g:cursorline_current_focus* + *g:cursorline_current_focus* Set `g:cursorline_current_focus` to 0 in your |vimrc| if you don't like the cursor line switching off when Vim loses focus, which probably only works in the GUI. This option defaults to 1. -- cgit v1.2.3