Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cf5db374
Commit
cf5db374
authored
Oct 07, 1996
by
Richard M. Stallman
Browse files
(struct position): New field ovstring_chars_done.
parent
dd5af6b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/indent.h
src/indent.h
+3
-0
No files found.
src/indent.h
View file @
cf5db374
...
...
@@ -26,6 +26,9 @@ struct position
int
vpos
;
int
prevhpos
;
int
contin
;
/* Number of characters we have already handled
from the before and after strings at this position. */
int
ovstring_chars_done
;
};
struct
position
*
compute_motion
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment