Mercurial > vim
view runtime/indent/pyrex.vim @ 20164:2dd1ac2c48f4 v8.2.0637
patch 8.2.0637: incsearch highlighting does not work for ":sort!"
Commit: https://github.com/vim/vim/commit/333015a46e916f566763ec44ae8669c0378767d9
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Apr 25 15:54:16 2020 +0200
patch 8.2.0637: incsearch highlighting does not work for ":sort!"
Problem: Incsearch highlighting does not work for ":sort!".
Solution: Skip over the exclamation point. (closes https://github.com/vim/vim/issues/5983)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 25 Apr 2020 16:00:04 +0200 |
parents | 644578c9e219 |
children |
line wrap: on
line source
" Vim indent file " Language: Pyrex " Maintainer: Marco Barisione <marco.bari@people.it> " URL: http://marcobari.altervista.org/pyrex_vim.html " Last Change: 2005 Jun 24 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif " Use Python formatting rules runtime! indent/python.vim