Mercurial > vim
view runtime/indent/raml.vim @ 31329:5c83140aafc9 v9.0.0998
patch 9.0.0998: "gk" may reset skipcol when not needed
Commit: https://github.com/vim/vim/commit/1b73edd9ee40aec400f3611f59823cec5fd1c489
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Dec 3 11:51:54 2022 +0000
patch 9.0.0998: "gk" may reset skipcol when not needed
Problem: "gk" may reset skipcol when not needed.
Solution: Only reset skipcol if the cursor column is less.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 03 Dec 2022 13:00:04 +0100 |
parents | 2b30a2b4bde2 |
children |
line wrap: on
line source
" Vim indent file " Language: RAML (RESTful API Modeling Language) " Maintainer: mucheng <leisurelicht@gmail.com> " License: VIM LICENSE " Latest Revision: 2018-11-03 if exists("b:did_indent") finish endif " Same as yaml indenting. runtime! indent/yaml.vim