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
4d34b432
Commit
4d34b432
authored
20 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.0057
parent
f1f8bc5b
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
runtime/doc/various.txt
+4
-2
4 additions, 2 deletions
runtime/doc/various.txt
src/misc1.c
+0
-1
0 additions, 1 deletion
src/misc1.c
src/proto/memline.pro
+1
-1
1 addition, 1 deletion
src/proto/memline.pro
with
5 additions
and
4 deletions
runtime/doc/various.txt
+
4
−
2
View file @
4d34b432
*various.txt* For Vim version 7.0aa. Last change: 2005 Mar 0
4
*various.txt* For Vim version 7.0aa. Last change: 2005 Mar 0
7
VIM REFERENCE MANUAL by Bram Moolenaar
...
...
@@ -250,7 +250,9 @@ g8 Print the hex values of the bytes used in the
*+ARP* Amiga only: ARP support included
B *+arabic* |Arabic| language support
N *+autocmd* |:autocmd|, automatic commands
m *+balloon_eval* |balloon-eval| support
m *+balloon_eval* |balloon-eval| support. Included when compiling with
supported GUI (Motif, GTK, GUI) and either
Netbeans/Sun Workshop integration or |+eval| feature.
N *+browse* |:browse| command
N *+builtin_terms* some terminals builtin |builtin-terms|
B *++builtin_terms* maximal terminals builtin |builtin-terms|
...
...
This diff is collapsed.
Click to expand it.
src/misc1.c
+
0
−
1
View file @
4d34b432
...
...
@@ -3628,7 +3628,6 @@ vim_getenv(name, mustfree)
if (pp != NULL)
{
p = pp;
p[len] = NUL;
*mustfree = TRUE;
}
}
...
...
This diff is collapsed.
Click to expand it.
src/proto/memline.pro
+
1
−
1
View file @
4d34b432
...
...
@@ -26,6 +26,6 @@ linenr_T ml_firstmarked __ARGS((void));
void
ml_clearmarked
__ARGS
((
void
));
char_u
*
get_file_in_dir
__ARGS
((
char_u
*
fname
,
char_u
*
dname
));
void
ml_setflags
__ARGS
((
buf_T
*
buf
));
long
ml_find_line_or_offset
__ARGS
((
buf_T
*
buf
,
linenr_T
l
ine
,
long
*
offp
));
long
ml_find_line_or_offset
__ARGS
((
buf_T
*
buf
,
linenr_T
l
num
,
long
*
offp
));
void
goto_byte
__ARGS
((
long
cnt
));
/*
vim: set ft=c :
*/
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