diff options
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index 0952de425b..75384832ec 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -274,8 +274,8 @@ nested as deep as the number of files that can be opened at one time (about You can use the "<sfile>" string (literally, this is not a special key) inside of the sourced file, in places where a file name is expected. It will be replaced by the file name of the sourced file. For example, if you have a -"other.vimrc" file in the same directory as your ".vimrc" file, you can source -it from your ".vimrc" file with this command: > +"other.vimrc" file in the same directory as your |init.vim| file, you can +source it from your |init.vim| file with this command: > :source <sfile>:h/other.vimrc In script files terminal-dependent key codes are represented by @@ -482,7 +482,7 @@ DEFINING BREAKPOINTS :breaka[dd] file [lnum] {name} Set a breakpoint in a sourced file. Example: > - :breakadd file 43 .vimrc + :breakadd file 43 init.vim :breaka[dd] here Set a breakpoint in the current line of the current file. |