runtime(doc): Tweak documentation style

closes: #17959

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Hirohito Higashi
2025-08-10 09:12:46 +02:00
committed by Christian Brabandt
parent eeef7c7743
commit 57eb1d496b
5 changed files with 22 additions and 23 deletions

View File

@ -1,14 +1,14 @@
vim9script
# Vim completion script
# Language: Vimscript
# Language: Vim script
# Maintainer: Maxim Kim <habamax@gmail.com>
# Last Change: 2025-07-28
# Last Change: 2025-08-10
#
# Usage:
# setlocal omnifunc=vimcomplete#Complete
#
# Simple complete function for the Vimscript
# Simple complete function for Vim script
var trigger: string = ""
var prefix: string = ""