From 1d9215b9aaa120b9d78fee49488556f73007ce78 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 25 Jan 2020 13:27:42 +0100 Subject: Update runtime files. --- runtime/ftplugin/swift.vim | 15 +++++++++++++++ runtime/ftplugin/swiftgyb.vim | 11 +++++++++++ 2 files changed, 26 insertions(+) create mode 100755 runtime/ftplugin/swift.vim create mode 100755 runtime/ftplugin/swiftgyb.vim (limited to 'runtime/ftplugin') diff --git a/runtime/ftplugin/swift.vim b/runtime/ftplugin/swift.vim new file mode 100755 index 000000000..26d04eb5f --- /dev/null +++ b/runtime/ftplugin/swift.vim @@ -0,0 +1,15 @@ +" This source file is part of the Swift.org open source project +" +" Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors +" Licensed under Apache License v2.0 with Runtime Library Exception +" +" See https://swift.org/LICENSE.txt for license information +" See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors +" +" Vim maintainer: Emir SARI + +setlocal comments=s1:/*,mb:*,ex:*/,:///,:// +setlocal expandtab +setlocal ts=2 +setlocal sw=2 +setlocal smartindent diff --git a/runtime/ftplugin/swiftgyb.vim b/runtime/ftplugin/swiftgyb.vim new file mode 100755 index 000000000..8e8fc2b79 --- /dev/null +++ b/runtime/ftplugin/swiftgyb.vim @@ -0,0 +1,11 @@ +" This source file is part of the Swift.org open source project +" +" Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors +" Licensed under Apache License v2.0 with Runtime Library Exception +" +" See https://swift.org/LICENSE.txt for license information +" See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors +" +" Vim maintainer: Emir SARI + +runtime! ftplugin/swift.vim -- cgit v1.2.1