Mercurial > vim
view runtime/ftplugin/swift.vim @ 23150:90b16a0022e5 v8.2.2121
patch 8.2.2121: internal error when using ze before zs in a pattern
Commit: https://github.com/vim/vim/commit/a7a691cc142439e266f4ceb1f208bb952b57aa71
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Dec 9 16:36:04 2020 +0100
patch 8.2.2121: internal error when using \ze before \zs in a pattern
Problem: Internal error when using \ze before \zs in a pattern.
Solution: Check the end is never before the start. (closes https://github.com/vim/vim/issues/7442)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 09 Dec 2020 16:45:04 +0100 |
parents | bceeded72898 |
children | e2e2cc5d0856 |
line wrap: on
line source
" 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 <bitigchi@me.com> setlocal comments=s1:/*,mb:*,ex:*/,:///,:// setlocal expandtab setlocal sw=4 sts=4 setlocal smartindent