Mercurial > vim
view runtime/ftplugin/dune.vim @ 30677:a345ad853b08 v9.0.0673
patch 9.0.0673: first line wong with 'smoothscroll' and 'scrolloff' zero
Commit: https://github.com/vim/vim/commit/46b54747c5d252c584571a321231bad9330018ec
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Oct 6 15:46:49 2022 +0100
patch 9.0.0673: first line wong with 'smoothscroll' and 'scrolloff' zero
Problem: First line not scrolled properly with 'smoothscroll' and
'scrolloff' zero and using "k".
Solution: Make sure the cursor position is visible.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 06 Oct 2022 17:00:04 +0200 |
parents | 15fa3923cc49 |
children | 02939ae3aaca |
line wrap: on
line source
" Language: Dune buildsystem " Maintainer: Markus Mottl <markus.mottl@gmail.com> " Anton Kochkov <anton.kochkov@gmail.com> " URL: https://github.com/ocaml/vim-ocaml " Last Change: " 2018 Nov 3 - Added commentstring (Markus Mottl) " 2017 Sep 6 - Initial version (Etienne Millon) if exists("b:did_ftplugin") finish endif let b:did_ftplugin=1 set lisp " Comment string setl commentstring=;\ %s setl comments=:; setl iskeyword+=#,?,.,/