Mercurial > vim
view runtime/indent/scheme.vim @ 5854:c519c446c548 v7.4.270
updated for version 7.4.270
Problem: Comparing pointers instead of the string they point to.
Solution: Use strcmp(). (Ken Takata)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 29 Apr 2014 15:11:43 +0200 |
parents | 25dd5036f2b0 |
children | 167a030448fa |
line wrap: on
line source
" Vim indent file " Language: Scheme " Maintainer: Sergey Khorev <sergey.khorev@gmail.com> " Last Change: 2005 Jun 24 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif runtime! indent/lisp.vim