Mercurial > vim
view runtime/ftplugin/i3config.vim @ 28958:7fb63ad3a9ab v8.2.5001
patch 8.2.5001: checking translations affects the search pattern history
Commit: https://github.com/vim/vim/commit/8a3704723c40779d688ef957dbe5bd8b65c25f95
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 22 15:28:31 2022 +0100
patch 8.2.5001: checking translations affects the search pattern history
Problem: Checking translations affects the search pattern history.
Solution: Use "keeppatterns". (Doug Kearns)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 22 May 2022 16:30:03 +0200 |
parents | 3a63b1e4a6f4 |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: i3 config file " Original Author: Mohamed Boughaba <mohamed dot bgb at gmail dot com> " Maintainer: Quentin Hibon " Version: 0.4 " Last Change: 2021 Dec 14 if exists("b:did_ftplugin") | finish | endif let b:did_ftplugin = 1 let b:undo_ftplugin = "setlocal cms<" setlocal commentstring=#\ %s