Mercurial > vim
view runtime/indent/pyrex.vim @ 31672:9dc48932db8e v9.0.1168
patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcap
Commit: https://github.com/vim/vim/commit/06cd14d0bf990d0002d61a721aa3d5b8a3c44028
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jan 10 12:37:38 2023 +0000
patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcap
Problem: Code to enable/disable mouse is not from terminfo/termcap.
Solution: Request the "XM" entry and use it to set 'ttymouse' if possible.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 10 Jan 2023 13:45: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