annotate runtime/indent/pyrex.vim @ 10613:196757b230a2
v8.0.0196
patch 8.0.0196: profile test is slo and does not work on MS-Windows
commit https://github.com/vim/vim/commit/c011a3d083001bcd9853b4447422f1819f3cee2f
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 16 22:37:42 2017 +0100
patch 8.0.0196: profile test is slo and does not work on MS-Windows
Problem: The test for :profile is slow and does not work on MS-Windows.
Solution: Use the "-es" argument. (Dominique Pelle) Swap single and double
quotes for system()
author |
Christian Brabandt <cb@256bit.org> |
date |
Mon, 16 Jan 2017 22:45:04 +0100 |
parents |
644578c9e219 |
children |
|
rev |
line source |
7
|
1 " Vim indent file
|
|
2 " Language: Pyrex
|
|
3 " Maintainer: Marco Barisione <marco.bari@people.it>
|
|
4 " URL: http://marcobari.altervista.org/pyrex_vim.html
|
355
|
5 " Last Change: 2005 Jun 24
|
|
6
|
|
7 " Only load this indent file when no other was loaded.
|
|
8 if exists("b:did_indent")
|
|
9 finish
|
|
10 endif
|
7
|
11
|
|
12 " Use Python formatting rules
|
|
13 runtime! indent/python.vim
|