annotate runtime/indent/scheme.vim @ 11933:d033653d3df8 v8.0.0846

patch 8.0.0846: cannot get the name of the pty of a job commit https://github.com/vim/vim/commit/7c9aec4ac86ccc455c0859d9393253141e3f77b6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 3 13:51:25 2017 +0200 patch 8.0.0846: cannot get the name of the pty of a job Problem: Cannot get the name of the pty of a job. Solution: Add the "tty" entry to the job info. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/1920) Add the term_gettty() function.
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Aug 2017 14:00:06 +0200
parents 25dd5036f2b0
children 167a030448fa
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
3ee6db0a746e updated for version 7.0083
vimboss
parents:
diff changeset
2 " Language: Scheme
3ee6db0a746e updated for version 7.0083
vimboss
parents:
diff changeset
3 " Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
357
25dd5036f2b0 updated for version 7.0092
vimboss
parents: 321
diff changeset
4 " Last Change: 2005 Jun 24
25dd5036f2b0 updated for version 7.0092
vimboss
parents: 321
diff changeset
5
25dd5036f2b0 updated for version 7.0092
vimboss
parents: 321
diff changeset
6 " Only load this indent file when no other was loaded.
25dd5036f2b0 updated for version 7.0092
vimboss
parents: 321
diff changeset
7 if exists("b:did_indent")
25dd5036f2b0 updated for version 7.0092
vimboss
parents: 321
diff changeset
8 finish
25dd5036f2b0 updated for version 7.0092
vimboss
parents: 321
diff changeset
9 endif
321
3ee6db0a746e updated for version 7.0083
vimboss
parents:
diff changeset
10
3ee6db0a746e updated for version 7.0083
vimboss
parents:
diff changeset
11 runtime! indent/lisp.vim