Mercurial > vim
view runtime/indent/vue.vim @ 34303:7c95f913fdd6 v9.1.0086
patch 9.1.0086: Problem when scrolling using slow touchpads scroll event
Commit: https://github.com/vim/vim/commit/725c7c31a4c7603e688511d769b0addaab442d07
Author: lilydjwg <lilydjwg@gmail.com>
Date: Fri Feb 9 19:24:23 2024 +0100
patch 9.1.0086: Problem when scrolling using slow touchpads scroll event
Problem: Problem when scrolling using slow touchpads scroll event
Solution: better ways to determine if a smooth scroll has ended (when
available) (lilydjwg)
related: #13997
Signed-off-by: lilydjwg <lilydjwg@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 09 Feb 2024 19:30:04 +0100 |
parents | 7d68a90cbf5c |
children |
line wrap: on
line source
" Vim indent file placeholder " Language: Vue " Maintainer: None, please volunteer if you have a real Vue indent script " Last Change: 2022 Dec 24 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif " don't set b:did_indent, otherwise html indenting won't be activated " let b:did_indent = 1 " Html comes closest runtime! indent/html.vim