annotate runtime/indent/pyrex.vim @ 17051:221d4b82bc0b v8.1.1525

patch 8.1.1525: cannot move a popup window with the mouse commit https://github.com/vim/vim/commit/b53fb31a1e27a806396e38592055cfb3ebf43cf9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 13 23:59:52 2019 +0200 patch 8.1.1525: cannot move a popup window with the mouse Problem: Cannot move a popup window with the mouse. Solution: Add the "drag" property and make it possible to drag a popup window by its border.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Jun 2019 00:00:08 +0200
parents 644578c9e219
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 " Vim indent file
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 " Language: Pyrex
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 " Maintainer: Marco Barisione <marco.bari@people.it>
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 " URL: http://marcobari.altervista.org/pyrex_vim.html
355
644578c9e219 updated for version 7.0092
vimboss
parents: 7
diff changeset
5 " Last Change: 2005 Jun 24
644578c9e219 updated for version 7.0092
vimboss
parents: 7
diff changeset
6
644578c9e219 updated for version 7.0092
vimboss
parents: 7
diff changeset
7 " Only load this indent file when no other was loaded.
644578c9e219 updated for version 7.0092
vimboss
parents: 7
diff changeset
8 if exists("b:did_indent")
644578c9e219 updated for version 7.0092
vimboss
parents: 7
diff changeset
9 finish
644578c9e219 updated for version 7.0092
vimboss
parents: 7
diff changeset
10 endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 " Use Python formatting rules
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
13 runtime! indent/python.vim