Mercurial > vim
view runtime/syntax/bash.vim @ 32260:8f77a43f8aac v9.0.1461
patch 9.0.1461: ruler not drawn correctly when using 'rulerformat'
Commit: https://github.com/vim/vim/commit/fc8a601c3251c0388a88c1235b18c529385f7196
Author: Sean Dewar <seandewar@users.noreply.github.com>
Date: Mon Apr 17 16:41:20 2023 +0100
patch 9.0.1461: ruler not drawn correctly when using 'rulerformat'
Problem: Ruler not drawn correctly when using 'rulerformat'.
Solution: Adjust formatting depending on whether the ruler is drawn in the
statusline or the command line. (Sean Dewar, closes #12246)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 17 Apr 2023 17:45:06 +0200 |
parents | 03b854983b14 |
children | 71cbad0921c9 |
line wrap: on
line source
" Vim syntax file " Language: bash " Maintainer: Bram " Last Change: 2019 Sep 27 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " The actual syntax is in sh.vim and controlled by buffer-local variables. unlet! b:is_sh unlet! b:is_kornshell let b:is_bash = 1 runtime! syntax/sh.vim let b:current_syntax = 'bash' " vim: ts=8