diff options
author | Patrice Peterson <patrice.peterson@mailbox.org> | 2020-08-23 13:28:56 +0200 |
---|---|---|
committer | Patrice Peterson <patrice.peterson@mailbox.org> | 2020-08-23 13:48:27 +0200 |
commit | b5782c3b8185553f29e1fc66ae2be7681296ece3 (patch) | |
tree | 0080a1c60f463207669a577c314e083012f32033 /runtime/lua/vim/lsp/util.lua | |
parent | ac05343a1023874243ee9fdd490c21c42a737157 (diff) | |
download | rneovim-b5782c3b8185553f29e1fc66ae2be7681296ece3.tar.gz rneovim-b5782c3b8185553f29e1fc66ae2be7681296ece3.tar.bz2 rneovim-b5782c3b8185553f29e1fc66ae2be7681296ece3.zip |
Add FIXMEs
Diffstat (limited to 'runtime/lua/vim/lsp/util.lua')
-rw-r--r-- | runtime/lua/vim/lsp/util.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/lsp/util.lua b/runtime/lua/vim/lsp/util.lua index 7e94de7ec3..3ec7311d65 100644 --- a/runtime/lua/vim/lsp/util.lua +++ b/runtime/lua/vim/lsp/util.lua @@ -7,7 +7,7 @@ local highlight = require 'vim.highlight' local M = {} --- FIXME: Expose in documentation +-- FIXME: DOC: Expose in vimdocs --- Diagnostics received from the server via `textDocument/publishDiagnostics` -- by buffer. -- |