aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2021-08-17 12:12:47 -0600
committerGregory Anders <greg@gpanders.com>2021-08-17 16:39:04 -0600
commitd417e67e595a9eb19797866e91bb80b4fe299a94 (patch)
tree15b0f537d8ffd15b4603ec6addfedf4948b71023 /src/nvim/options.lua
parentf6c72b745cfbaaba80555de9a5d4b25f30f17ab2 (diff)
downloadrneovim-d417e67e595a9eb19797866e91bb80b4fe299a94.tar.gz
rneovim-d417e67e595a9eb19797866e91bb80b4fe299a94.tar.bz2
rneovim-d417e67e595a9eb19797866e91bb80b4fe299a94.zip
feat(defaults): set nojoinspaces
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index 685c063e62..df2a8edc04 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -1288,7 +1288,7 @@ return {
short_desc=N_("two spaces after a period with a join command"),
type='bool', scope={'global'},
varname='p_js',
- defaults={if_true=true}
+ defaults={if_true=false}
},
{
full_name='jumpoptions', abbreviation='jop',