Mercurial > vim
view runtime/indent/pyrex.vim @ 18900:a9c47c623f4a v8.2.0011
patch 8.2.0011: screen updating wrong when opeing preview window
Commit: https://github.com/vim/vim/commit/5e5a98d7de41457fabad4eb5af3d54cc93f05d0a
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Dec 15 14:55:33 2019 +0100
patch 8.2.0011: screen updating wrong when opeing preview window
Problem: Screen updating wrong when opeing preview window.
Solution: Redraw the window when the preview window opens.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 15 Dec 2019 15:00:04 +0100 |
parents | 644578c9e219 |
children |
line wrap: on
line source
" Vim indent file " Language: Pyrex " Maintainer: Marco Barisione <marco.bari@people.it> " URL: http://marcobari.altervista.org/pyrex_vim.html " Last Change: 2005 Jun 24 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif " Use Python formatting rules runtime! indent/python.vim