diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-20 17:54:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 17:54:52 -0400 |
commit | 713eaaed064dd5981d41001c11e970108b8fddbf (patch) | |
tree | 15acbbf77189f725bf324285e7a25ce973cc513b /src/nvim/options.lua | |
parent | 3bd9cce3686f9bf0ed127be07d9812d8cb19bfd2 (diff) | |
parent | d29148ffd812058cf7281607d1b6a9dd937d5d6c (diff) | |
download | rneovim-713eaaed064dd5981d41001c11e970108b8fddbf.tar.gz rneovim-713eaaed064dd5981d41001c11e970108b8fddbf.tar.bz2 rneovim-713eaaed064dd5981d41001c11e970108b8fddbf.zip |
Merge pull request #14490 from kevinhwang91/qftf
vim-patch: 8.2.{0869,0933,0959} - port quickfixtextfunc
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index d12b31bcaf..86dec74f56 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -2074,6 +2074,14 @@ return { defaults={if_true={vi=0}} }, { + full_name='quickfixtextfunc', abbreviation='qftf', + short_desc=N_("customize the quickfix window"), + type='string', scope={'global'}, + vi_def=true, + varname='p_qftf', + defaults={if_true={vi=""}} + }, + { full_name='quoteescape', abbreviation='qe', short_desc=N_("escape characters used in a string"), type='string', scope={'buffer'}, |