mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 04:28:33 +00:00
vim-patch:7.4.2135
Problem: Various tiny issues.
Solution: Update comments, white space, etc.
89eaa4185e
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
" You can also use this as a start for your own set of menus.
|
||||
"
|
||||
" Maintainer: Bram Moolenaar <Bram@vim.org>
|
||||
" Last Change: 2014 May 22
|
||||
" Last Change: 2016 Jul 27
|
||||
|
||||
" Note that ":an" (short for ":anoremenu") is often used to make a menu work
|
||||
" in all modes and avoid side effects from mappings defined by the user.
|
||||
|
@@ -305,7 +305,7 @@ static int included_patches[] = {
|
||||
// 2138 NA
|
||||
2137,
|
||||
2136,
|
||||
// 2135,
|
||||
2135,
|
||||
2134,
|
||||
// 2133 NA
|
||||
// 2132 NA
|
||||
|
@@ -1,5 +1,5 @@
|
||||
-- Test for *sub-replace-special* and *sub-replace-expression* on substitue().
|
||||
-- Test for submatch() on substitue().
|
||||
-- Test for *sub-replace-special* and *sub-replace-expression* on substitute().
|
||||
-- Test for submatch() on substitute().
|
||||
-- Test for *:s%* on :substitute.
|
||||
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
|
Reference in New Issue
Block a user