mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 8.2.0156: various typos in source files and tests
Problem: Various typos in source files and tests. Solution: Fix the typos. (Emir Sari, closes #5532)
This commit is contained in:
@@ -2771,7 +2771,7 @@ get_nth_entry(qf_list_T *qfl, int errornr, int *new_qfidx)
|
||||
}
|
||||
|
||||
/*
|
||||
* Get a entry specied by 'errornr' and 'dir' from the current
|
||||
* Get a entry specified by 'errornr' and 'dir' from the current
|
||||
* quickfix/location list. 'errornr' specifies the index of the entry and 'dir'
|
||||
* specifies the direction (FORWARD/BACKWARD/FORWARD_FILE/BACKWARD_FILE).
|
||||
* Returns a pointer to the entry and the index of the new entry is stored in
|
||||
@@ -6320,7 +6320,7 @@ unload_dummy_buffer(buf_T *buf, char_u *dirname_start)
|
||||
|
||||
#if defined(FEAT_EVAL) || defined(PROTO)
|
||||
/*
|
||||
* Copy the specified quickfix entry items into a new dict and appened the dict
|
||||
* Copy the specified quickfix entry items into a new dict and append the dict
|
||||
* to 'list'. Returns OK on success.
|
||||
*/
|
||||
static int
|
||||
|
Reference in New Issue
Block a user