mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.1.1194: typos and small problems in source files
Problem: Typos and small problems in source files.
Solution: Small fixes.
ad3ec76bb8
This commit is contained in:
parent
ed6c7fbf0b
commit
7d90b90d63
@ -94,10 +94,8 @@ typedef struct {
|
|||||||
char_u program[1]; /* actually longer.. */
|
char_u program[1]; /* actually longer.. */
|
||||||
} bt_regprog_T;
|
} bt_regprog_T;
|
||||||
|
|
||||||
/*
|
// Structure representing a NFA state.
|
||||||
* Structure representing a NFA state.
|
// An NFA state may have no outgoing edge, when it is a NFA_MATCH state.
|
||||||
* A NFA state may have no outgoing edge, when it is a NFA_MATCH state.
|
|
||||||
*/
|
|
||||||
typedef struct nfa_state nfa_state_T;
|
typedef struct nfa_state nfa_state_T;
|
||||||
struct nfa_state {
|
struct nfa_state {
|
||||||
int c;
|
int c;
|
||||||
|
@ -1832,9 +1832,9 @@ parse_line:
|
|||||||
// Don't add identical matches.
|
// Don't add identical matches.
|
||||||
// Add all cscope tags, because they are all listed.
|
// Add all cscope tags, because they are all listed.
|
||||||
// "mfp" is used as a hash key, there is a NUL byte to end
|
// "mfp" is used as a hash key, there is a NUL byte to end
|
||||||
// the part matters for comparing, more bytes may follow
|
// the part that matters for comparing, more bytes may
|
||||||
// after it. E.g. help tags store the priority after the
|
// follow after it. E.g. help tags store the priority
|
||||||
// NUL.
|
// after the NUL.
|
||||||
if (use_cscope) {
|
if (use_cscope) {
|
||||||
hash++;
|
hash++;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user