diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-20 00:47:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 00:47:27 +0100 |
commit | 091a99afd43126d5e25fd6ea3f19f531a1b5cb9c (patch) | |
tree | b9cebfa51815137e8c26b9d3581106e551aba81d /src/nvim/options.lua | |
parent | 0cab62ad6fc642c06e4249dccac092dd71b0cb3e (diff) | |
parent | 2f54d6927cc02484b528a5e8b25b64c8d6580ddd (diff) | |
download | rneovim-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.lua | 2 |
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, |