Remove messages.unfocused

This commit is contained in:
Florian Bruhin 2017-10-22 17:30:47 +02:00
parent 34fc5335d9
commit a704526582
3 changed files with 2 additions and 12 deletions

View File

@ -52,6 +52,7 @@ Removed
- The long-deprecated `:prompt-yes`, `:prompt-no`, `:paste-primary` and `:paste`
commands have been removed.
- The `messages.unfocused` option which wasn't used anymore was removed.
v1.0.3 (unreleased)
-------------------

View File

@ -211,7 +211,6 @@
|<<keyhint.delay,keyhint.delay>>|Time from pressing a key to seeing the keyhint dialog (ms).
|<<keyhint.radius,keyhint.radius>>|The rounding radius for the edges of the keyhint dialog.
|<<messages.timeout,messages.timeout>>|Time (in ms) to show messages in the statusbar for.
|<<messages.unfocused,messages.unfocused>>|Show messages in unfocused windows.
|<<new_instance_open_target,new_instance_open_target>>|How to open links in an existing instance if a new one is launched.
|<<new_instance_open_target_window,new_instance_open_target_window>>|Which window to choose when opening links as new tabs.
|<<prompt.filebrowser,prompt.filebrowser>>|Show a filebrowser in upload/download prompts.
@ -2432,14 +2431,6 @@ Type: <<types,Int>>
Default: +pass:[2000]+
[[messages.unfocused]]
=== messages.unfocused
Show messages in unfocused windows.
Type: <<types,Bool>>
Default: +pass:[false]+
[[new_instance_open_target]]
=== new_instance_open_target
How to open links in an existing instance if a new one is launched.

View File

@ -1007,9 +1007,7 @@ messages.timeout:
Set to 0 to never clear messages.
messages.unfocused:
type: Bool
default: false
desc: Show messages in unfocused windows.
deleted: true
## prompt