diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2021-11-30 09:28:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 09:28:50 +0100 |
commit | f5fb79733e30b6444e9637e9a1aa4bfcb2050ab5 (patch) | |
tree | 5800b5c5c129fa2aacc5be1a74659b1631a4559e /runtime/lua/vim/lsp/log.lua | |
parent | fff8827908494a9c4bd5de10c409189929b3db56 (diff) | |
parent | d0fbbea62ae35928efcabb224932bb990d7cab29 (diff) | |
download | rneovim-f5fb79733e30b6444e9637e9a1aa4bfcb2050ab5.tar.gz rneovim-f5fb79733e30b6444e9637e9a1aa4bfcb2050ab5.tar.bz2 rneovim-f5fb79733e30b6444e9637e9a1aa4bfcb2050ab5.zip |
Merge pull request #16460 from dundargoc/chore/typos
chore: fix typos
Diffstat (limited to 'runtime/lua/vim/lsp/log.lua')
-rw-r--r-- | runtime/lua/vim/lsp/log.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/lsp/log.lua b/runtime/lua/vim/lsp/log.lua index 4597f1919a..dbc473b52c 100644 --- a/runtime/lua/vim/lsp/log.lua +++ b/runtime/lua/vim/lsp/log.lua @@ -101,6 +101,7 @@ function log.set_level(level) end --- Gets the current log level. +---@return string current log level function log.get_level() return current_log_level end |