Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Someone-Else
Vim
Commits
cc908ada
Commit
cc908ada
authored
11 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.3.1134
Problem: Running test 49 takes a long time. Solution: Don't have it grep all files.
parent
d89616eb
No related branches found
Branches containing commit
Tags
v7.3.1134
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/testdir/test49.vim
+2
-2
2 additions, 2 deletions
src/testdir/test49.vim
src/version.c
+2
-0
2 additions, 0 deletions
src/version.c
with
4 additions
and
2 deletions
src/testdir/test49.vim
+
2
−
2
View file @
cc908ada
" Vim script language tests
" Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
" Last Change: 201
2 Nov 23
" Last Change: 201
3 Jun 06
"-------------------------------------------------------------------------------
" Test environment {{{1
...
...
@@ -9612,7 +9612,7 @@ Xcheck 198689
func F
au
BufUnload
*
:
call
setloclist
(
0
,
[{
'bufnr'
:
1
,
'lnum'
:
1
,
'col'
:
1
,
'text'
:
'tango down'
}])
:
lvimgrep
/.*/
*
:
lvimgrep
/.*/
*
.
mak
endfunc
XpathINIT
...
...
This diff is collapsed.
Click to expand it.
src/version.c
+
2
−
0
View file @
cc908ada
...
...
@@ -728,6 +728,8 @@ static char *(features[]) =
static
int
included_patches
[]
=
{
/* Add new patch number below this line */
/**/
1134
,
/**/
1133
,
/**/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment