From: Antony Lee Date: Tue, 21 Jun 2016 18:28:51 +0000 (-0700) Subject: Add Cython support (#48) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/2dcdd210d617e6941ec2d025a80ea16652441a2f?ds=sidebyside;hp=2dcdd210d617e6941ec2d025a80ea16652441a2f Add Cython support (#48) Just making indents after cdef and cpdef similar to def. The variable must be made buffer-local in case one is editing both Python and Cython sources at the same time. ---