Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Someone-Else
Vim
Commits
10de2da0
Commit
10de2da0
authored
20 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.0045
parent
410d0286
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
runtime/doc/editing.txt
+5
-5
5 additions, 5 deletions
runtime/doc/editing.txt
with
5 additions
and
5 deletions
runtime/doc/editing.txt
+
5
−
5
View file @
10de2da0
*editing.txt* For Vim version 7.0aa. Last change: 200
4 Dec
2
9
*editing.txt* For Vim version 7.0aa. Last change: 200
5 Jan
2
6
VIM REFERENCE MANUAL by Bram Moolenaar
VIM REFERENCE MANUAL by Bram Moolenaar
...
@@ -90,7 +90,7 @@ g CTRL-G Prints the current position of the cursor in four
...
@@ -90,7 +90,7 @@ g CTRL-G Prints the current position of the cursor in four
If the buffer did have a name, that name becomes the
If the buffer did have a name, that name becomes the
|alternate-file| name. An unlisted buffer is created
|alternate-file| name. An unlisted buffer is created
to hold the old name.
to hold the old name.
*:0file*
:0f[ile][!] Remove the name of the current buffer. The optional !
:0f[ile][!] Remove the name of the current buffer. The optional !
avoids truncating the message, as with |:file|. {not
avoids truncating the message, as with |:file|. {not
in Vi}
in Vi}
...
@@ -1328,9 +1328,9 @@ file though, only when the file wasn't changed inside of Vim.
...
@@ -1328,9 +1328,9 @@ file though, only when the file wasn't changed inside of Vim.
Note that if a FileChangedShell autocommand is defined you will not get a
Note that if a FileChangedShell autocommand is defined you will not get a
warning message or prompt. The autocommand is expected to handle this.
warning message or prompt. The autocommand is expected to handle this.
There is no warning for a directory (e.g., i
n
th
e
|
file-explorer
|). But you
There is no warning for a directory (e.g.,
w
ith |
netrw-browse
|). But you
do
do
get warned if you started editing a new file and it was created as a
get warned if you started editing a new file and it was created as a
directory
directory
later.
later.
When Vim notices the timestamp of a file has changed, and the file is being
When Vim notices the timestamp of a file has changed, and the file is being
edited in a buffer but has not changed, Vim checks if the contents of the file
edited in a buffer but has not changed, Vim checks if the contents of the file
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment