mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
updated for version 7.1b
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
*tagsrch.txt* For Vim version 7.1a. Last change: 2006 Apr 24
|
||||
*tagsrch.txt* For Vim version 7.1b. Last change: 2006 Apr 24
|
||||
|
||||
|
||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||
|
@ -1,4 +1,4 @@
|
||||
*usr_06.txt* For Vim version 7.1a. Last change: 2006 Apr 24
|
||||
*usr_06.txt* For Vim version 7.1b. Last change: 2006 Apr 24
|
||||
|
||||
VIM USER MANUAL - by Bram Moolenaar
|
||||
|
||||
|
Binary file not shown.
@ -3905,7 +3905,7 @@ ex_append(eap)
|
||||
curbuf->b_p_ai = !curbuf->b_p_ai;
|
||||
|
||||
/* "start" is set to eap->line2+1 unless that position is invalid (when
|
||||
* eap->line2 pointed to the end of the buffer and nothig was appended)
|
||||
* eap->line2 pointed to the end of the buffer and nothing was appended)
|
||||
* "end" is set to lnum when something has been appended, otherwise
|
||||
* it is the same than "start" -- Acevedo */
|
||||
curbuf->b_op_start.lnum = (eap->line2 < curbuf->b_ml.ml_line_count) ?
|
||||
@ -5256,7 +5256,7 @@ global_exe(cmd)
|
||||
if (msg_col == 0 && msg_scrolled == 0)
|
||||
msg_didout = FALSE;
|
||||
|
||||
/* If subsitutes done, report number of substitues, otherwise report
|
||||
/* If substitutes done, report number of substitutes, otherwise report
|
||||
* number of extra or deleted lines. */
|
||||
if (!do_sub_msg(FALSE))
|
||||
msgmore(curbuf->b_ml.ml_line_count - old_lcount);
|
||||
|
Reference in New Issue
Block a user