diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-11-20 23:50:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-21 06:50:30 +0800 |
| commit | 07db909eb5ae2a559771068be64439eba394cd61 (patch) | |
| tree | b5eee15db09280c5256223b455cbd6b934679427 /runtime/ftplugin | |
| parent | cedf155fb5c4d687747e59f5d3fdad76a40aa069 (diff) | |
| download | rneovim-07db909eb5ae2a559771068be64439eba394cd61.tar.gz rneovim-07db909eb5ae2a559771068be64439eba394cd61.tar.bz2 rneovim-07db909eb5ae2a559771068be64439eba394cd61.zip | |
docs: misc (#31138)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'runtime/ftplugin')
| -rw-r--r-- | runtime/ftplugin/checkhealth.vim | 1 | ||||
| -rw-r--r-- | runtime/ftplugin/query.lua | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/runtime/ftplugin/checkhealth.vim b/runtime/ftplugin/checkhealth.vim index 00f24a2912..cc53d723c2 100644 --- a/runtime/ftplugin/checkhealth.vim +++ b/runtime/ftplugin/checkhealth.vim @@ -1,6 +1,5 @@ " Vim filetype plugin " Language: Nvim :checkhealth buffer -" Last Change: 2022 Nov 10 if exists("b:did_ftplugin") finish diff --git a/runtime/ftplugin/query.lua b/runtime/ftplugin/query.lua index 32d615c65c..711ee35775 100644 --- a/runtime/ftplugin/query.lua +++ b/runtime/ftplugin/query.lua @@ -1,6 +1,5 @@ -- Neovim filetype plugin file -- Language: Treesitter query --- Last Change: 2024 Jul 03 if vim.b.did_ftplugin == 1 then return |