aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorDundar Goc <gocdundar@gmail.com>2022-05-18 22:58:10 +0200
committerDundar Goc <gocdundar@gmail.com>2022-05-19 00:15:36 +0200
commit11957f51cc541efe3e4d5379191fa85dcdc50c45 (patch)
treec527dc4e6fa787eb673e7f742d3551309aad7f94 /src/nvim/options.lua
parent03a8269e3a904e7660eb95b9c17ccfc0938f1e30 (diff)
downloadrneovim-11957f51cc541efe3e4d5379191fa85dcdc50c45.tar.gz
rneovim-11957f51cc541efe3e4d5379191fa85dcdc50c45.tar.bz2
rneovim-11957f51cc541efe3e4d5379191fa85dcdc50c45.zip
refactor!: remove 'remap' option
An option that should always be kept on except for when working with old Vi scripts is of little use to us.
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index eb92d47fc8..9b9843e3f9 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -1911,9 +1911,9 @@ return {
},
{
full_name='remap',
- short_desc=N_("mappings to work recursively"),
+ short_desc=N_("No description"),
type='bool', scope={'global'},
- varname='p_remap',
+ varname='p_force_on',
defaults={if_true=true}
},
{