Mercurial > vim
view runtime/syntax/urlshortcut.vim @ 32603:f762d8bfda84 v9.0.1633
patch 9.0.1633: duplicate code for converting float to string
Commit: https://github.com/vim/vim/commit/19dfa276c37dcf657922c6f9b48cf2954191e8b6
Author: zeertzjq <zeertzjq@outlook.com>
Date: Thu Jun 15 10:56:41 2023 +0100
patch 9.0.1633: duplicate code for converting float to string
Problem: Duplicate code for converting float to string.
Solution: Use tv_get_string(). (closes https://github.com/vim/vim/issues/12521)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 15 Jun 2023 12:00:06 +0200 |
parents | 635de73eeb4c |
children | 448aef880252 |
line wrap: on
line source
" Vim syntax file " Language: MS Windows URL shortcut file " Maintainer: ObserverOfTime <chronobserver@disroot.org> " LastChange: 2023-06-04 " Quit when a syntax file was already loaded. if exists("b:current_syntax") finish endif " Just use the dosini syntax for now runtime! syntax/dosini.vim let b:current_syntax = "urlshortcut"