comparison runtime/doc/usr_07.txt @ 19813:350e1d3131d8

Update runtime files Commit: https://github.com/vim/vim/commit/191acfdecabfbd2a74867e77004196fb3b4a8c14 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 27 20:42:43 2020 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Mar 2020 21:00:05 +0100
parents af69c9335223
children f8116058ca76
comparison
equal deleted inserted replaced
19812:7cde7ea94dd3 19813:350e1d3131d8
1 *usr_07.txt* For Vim version 8.2. Last change: 2017 Sep 18 1 *usr_07.txt* For Vim version 8.2. Last change: 2020 Mar 23
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Editing more than one file 5 Editing more than one file
6 6
225 the file. 225 the file.
226 226
227 227
228 FILE MARKS 228 FILE MARKS
229 229
230 In chapter 4 was explained how you can place a mark in a file with "mx" and 230 In section |03.10| was explained how you can place a mark in a file with "mx"
231 jump to that position with "`x". That works within one file. If you edit 231 and jump to that position with "`x". That works within one file. If you edit
232 another file and place marks there, these are specific for that file. Thus 232 another file and place marks there, these are specific for that file. Thus
233 each file has its own set of marks, they are local to the file. 233 each file has its own set of marks, they are local to the file.
234 So far we were using marks with a lowercase letter. There are also marks 234 So far we were using marks with a lowercase letter. There are also marks
235 with an uppercase letter. These are global, they can be used from any file. 235 with an uppercase letter. These are global, they can be used from any file.
236 For example suppose that we are editing the file "foo.txt". Go to halfway 236 For example suppose that we are editing the file "foo.txt". Go to halfway