comparison runtime/doc/options.txt @ 20575:501b72481d0a v8.2.0841

patch 8.2.0841: 'verbose' value 16 causes duplicate output Commit: https://github.com/vim/vim/commit/823654bc06c847af20967d41db32d592aba416cb Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 29 23:03:09 2020 +0200 patch 8.2.0841: 'verbose' value 16 causes duplicate output Problem: 'verbose' value 16 causes duplicate output. Solution: Combine levels 15 and 16 into one message. (Christian Brabandt, closes #6153)
author Bram Moolenaar <Bram@vim.org>
date Fri, 29 May 2020 23:15:03 +0200
parents 2334bf788e8a
children 9edb439adbea
comparison
equal deleted inserted replaced
20574:856b79787807 20575:501b72481d0a
8329 >= 9 Every executed autocommand. 8329 >= 9 Every executed autocommand.
8330 >= 11 Finding items in a path 8330 >= 11 Finding items in a path
8331 >= 12 Every executed function. 8331 >= 12 Every executed function.
8332 >= 13 When an exception is thrown, caught, finished, or discarded. 8332 >= 13 When an exception is thrown, caught, finished, or discarded.
8333 >= 14 Anything pending in a ":finally" clause. 8333 >= 14 Anything pending in a ":finally" clause.
8334 >= 15 Every executed Ex command (truncated at 200 characters). 8334 >= 15 Every executed Ex command from a script (truncated at 200
8335 characters).
8336 >= 16 Every executed Ex command
8335 8337
8336 This option can also be set with the "-V" argument. See |-V|. 8338 This option can also be set with the "-V" argument. See |-V|.
8337 This option is also set by the |:verbose| command. 8339 This option is also set by the |:verbose| command.
8338 8340
8339 When the 'verbosefile' option is set then the verbose messages are not 8341 When the 'verbosefile' option is set then the verbose messages are not