Mercurial > vim
view runtime/indent/pyrex.vim @ 8388:f5972de59001 v7.4.1486
commit https://github.com/vim/vim/commit/f3654827368e6204608036353a0360e9e7c21e02
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Mar 4 22:12:23 2016 +0100
patch 7.4.1486
Problem: ":loadplugin" is not optimal, some people find it confusing.
Solution: Only use ":packadd" with an optional "!".
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 04 Mar 2016 22:15: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