mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
feat(defaults): set nojoinspaces
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user