Mercurial > vim
view runtime/indent/vroom.vim @ 23114:462774c327df v8.2.2103
patch 8.2.2103: Vim9: unreachable code
Commit: https://github.com/vim/vim/commit/41d6196e302af5f1a99aeeac587b5c662c410166
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Dec 6 20:12:43 2020 +0100
patch 8.2.2103: Vim9: unreachable code
Problem: Vim9: unreachable code.
Solution: Remove the code to prepend s: to the variable name
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 06 Dec 2020 20:15:04 +0100 |
parents | 1e8ebf870720 |
children |
line wrap: on
line source
" Vim indent file " Language: Vroom (vim testing and executable documentation) " Maintainer: David Barnett (https://github.com/google/vim-ft-vroom) " Last Change: 2014 Jul 23 if exists('b:did_indent') finish endif let b:did_indent = 1 let s:cpo_save = &cpo set cpo-=C let b:undo_indent = 'setlocal autoindent<' setlocal autoindent let &cpo = s:cpo_save unlet s:cpo_save