aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-03-20 00:47:27 +0100
committerGitHub <noreply@github.com>2017-03-20 00:47:27 +0100
commit091a99afd43126d5e25fd6ea3f19f531a1b5cb9c (patch)
treeb9cebfa51815137e8c26b9d3581106e551aba81d /src/nvim/options.lua
parent0cab62ad6fc642c06e4249dccac092dd71b0cb3e (diff)
parent2f54d6927cc02484b528a5e8b25b64c8d6580ddd (diff)
downloadrneovim-091a99afd43126d5e25fd6ea3f19f531a1b5cb9c.tar.gz
rneovim-091a99afd43126d5e25fd6ea3f19f531a1b5cb9c.tar.bz2
rneovim-091a99afd43126d5e25fd6ea3f19f531a1b5cb9c.zip
Merge #6318 from justinmk/pr6244
test/legacy: fix test_normal.vim
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 1476fdda2c..853c2b52d7 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -948,7 +948,7 @@ return {
},
{
full_name='formatprg', abbreviation='fp',
- type='string', scope={'global'},
+ type='string', scope={'global', 'buffer'},
secure=true,
vi_def=true,
expand=true,