view runtime/syntax/confini.vim @ 29655:53e434838a85 v9.0.0168

patch 9.0.0168: cursor positioned wrong with two virtual text properties Commit: https://github.com/vim/vim/commit/25463610dfc7a4984f70b030463fb98b09772ad9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 8 11:07:47 2022 +0100 patch 9.0.0168: cursor positioned wrong with two virtual text properties Problem: Cursor positioned wrong with two virtual text properties close together. (Ben Jackson) Solution: Add the original size, not the computed one. (closes #10864)
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 Aug 2022 12:15:06 +0200
parents f8e9d5023bf6
children
line wrap: on
line source

" Vim syntax file
" Language: confini

" Quit if a syntax file was already loaded
if exists("b:current_syntax")
  finish
endif

" Use the cfg syntax for now, it's similar.
runtime! syntax/cfg.vim

let b:current_syntax = 'confini'