annotate runtime/indent/scheme.vim @ 16892:60c9ac14a2ec v8.1.1447

patch 8.1.1447: not allowed to create an empty popup commit https://github.com/vim/vim/commit/7b29dd850752b975baef47b66c590f5e978ad847 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 2 13:22:11 2019 +0200 patch 8.1.1447: not allowed to create an empty popup Problem: Not allowed to create an empty popup. Solution: Remove restriction that there is some text. (closes https://github.com/vim/vim/issues/4470)
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Jun 2019 13:30:05 +0200
parents 167a030448fa
children 738ff39db93f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
321
3ee6db0a746e updated for version 7.0083
vimboss
parents:
diff changeset
1 " Vim indent file
13231
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 357
diff changeset
2 " Language: Scheme
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 357
diff changeset
3 " Last Change: 2018 Jan 31
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 357
diff changeset
4 " Maintainer: Evan Hanson <evhan@foldling.org>
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 357
diff changeset
5 " Previous Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 357
diff changeset
6 " URL: https://foldling.org/vim/indent/scheme.vim
357
25dd5036f2b0 updated for version 7.0092
vimboss
parents: 321
diff changeset
7
25dd5036f2b0 updated for version 7.0092
vimboss
parents: 321
diff changeset
8 " Only load this indent file when no other was loaded.
25dd5036f2b0 updated for version 7.0092
vimboss
parents: 321
diff changeset
9 if exists("b:did_indent")
25dd5036f2b0 updated for version 7.0092
vimboss
parents: 321
diff changeset
10 finish
25dd5036f2b0 updated for version 7.0092
vimboss
parents: 321
diff changeset
11 endif
321
3ee6db0a746e updated for version 7.0083
vimboss
parents:
diff changeset
12
13231
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 357
diff changeset
13 " Use the Lisp indenting
321
3ee6db0a746e updated for version 7.0083
vimboss
parents:
diff changeset
14 runtime! indent/lisp.vim