Mercurial > vim
view runtime/ftplugin/heex.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 | 1e91e26ceebf |
children | f62b36316d67 |
line wrap: on
line source
" Elixir filetype plugin " Language: HEEx " Maintainer: Mitchell Hanberg <vimNOSPAM@mitchellhanberg.com> " Last Change: 2022 Sep 21 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 setlocal shiftwidth=2 softtabstop=2 expandtab setlocal comments=:<%!-- setlocal commentstring=<%!--\ %s\ --%> let b:undo_ftplugin = 'set sw< sts< et< com< cms<'