Mercurial > vim
view runtime/ftplugin/gdshader.vim @ 32202:eae369cd4dcf v9.0.1432
patch 9.0.1432: completion popup in wrong position with virtual text "above"
Commit: https://github.com/vim/vim/commit/6ac2e4392a9d8b89c8824bf94a9da24a6f07c74f
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Mar 31 19:32:29 2023 +0100
patch 9.0.1432: completion popup in wrong position with virtual text "above"
Problem: Completion popup in wrong position with virtual text "above".
Solution: Adjust the column. (closes https://github.com/vim/vim/issues/12210)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 31 Mar 2023 20:45:05 +0200 |
parents | 0827d3d6d8c0 |
children |
line wrap: on
line source
vim9script # Vim filetype plugin file # Language: Godot shading language # Maintainer: Maxim Kim <habamax@gmail.com> # Website: https://github.com/habamax/vim-gdscript if exists("b:did_ftplugin") | finish | endif b:did_ftplugin = 1 b:undo_ftplugin = 'setlocal suffixesadd<' setlocal suffixesadd=.gdshader