Mercurial > vim
view runtime/ftplugin/gdb.vim @ 20822:8e5f991db3b4 v8.2.0963
patch 8.2.0963: number increment/decrement does not work with 'virtualedit'
Commit: https://github.com/vim/vim/commit/6c6be9e88d72a60ee279ccad73d018c534b71d66
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jun 12 20:19:44 2020 +0200
patch 8.2.0963: number increment/decrement does not work with 'virtualedit'
Problem: Number increment/decrement does not work with 'virtualedit'.
Solution: Handle coladd changing. (Christian Brabandt, closes https://github.com/vim/vim/issues/6240,
closes #923)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 12 Jun 2020 20:30:04 +0200 |
parents | 3b26420fc639 |
children | 6231e29aec3d |
line wrap: on
line source
" Vim filetype plugin file " Language: gdb " Maintainer: Michaƫl Peeters <NOSPAMm.vim@noekeon.org> " Last Changed: 26 Oct 2017 if exists("b:did_ftplugin") | finish | endif let b:did_ftplugin = 1 setlocal commentstring=#%s " Undo the stuff we changed. let b:undo_ftplugin = "setlocal cms<"