diff options
Diffstat (limited to 'runtime/scripts/optwin.lua')
| -rw-r--r-- | runtime/scripts/optwin.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/scripts/optwin.lua b/runtime/scripts/optwin.lua index f91cbedc67..6961182cf3 100644 --- a/runtime/scripts/optwin.lua +++ b/runtime/scripts/optwin.lua @@ -128,6 +128,7 @@ local options_list = { { 'winfixwidth', N_ 'keep the width of the window' }, { 'winwidth', N_ 'minimal number of columns used for the current window' }, { 'winminwidth', N_ 'minimal number of columns used for any window' }, + { 'winpinned', N_ 'prevent closing window with :only and :fclose' }, { 'helpheight', N_ 'initial height of the help window' }, { 'previewheight', N_ 'default height for the preview window' }, { 'previewwindow', N_ 'identifies the preview window' }, |
