Skip to content

Commit 595561d

Browse files
1 parent 6c78b17 commit 595561d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

todo.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'todo'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="todo.html" name="todo.txt">todo.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 Oct 27<br>
6+
<a class="Constant" href="todo.html" name="todo.txt">todo.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 Dec 02<br>
77
<br>
88
<br>
99
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Identifier">VIM REFERENCE MANUAL&nbsp;&nbsp;&nbsp;&nbsp;by Bram Moolenaar</span><br>
@@ -4754,7 +4754,6 @@
47544754
&nbsp;&nbsp;&nbsp;&nbsp;(Prabir Shrestha, 2017 May 19, #1713)<br>
47554755
-&nbsp;&nbsp; When&nbsp;<a class="Type" href="options.html#'completeopt'">'completeopt'</a>&nbsp;has &quot;noselect&quot; does not insert a newline.<br>
47564756
&nbsp;&nbsp;&nbsp;&nbsp;(Lifepillar, 2017 Apr 23, #1653)<br>
4757-
-&nbsp;&nbsp; Can&nbsp;<a class="Type" href="options.html#'completeopt'">'completeopt'</a>&nbsp;be made buffer-local? (#5487)<br>
47584757
-&nbsp;&nbsp; When complete() first argument is before where insert started and<br>
47594758
&nbsp;&nbsp;&nbsp;&nbsp;<a class="Type" href="options.html#'backspace'">'backspace'</a>&nbsp;is Vi compatible, the completion fails.<br>
47604759
&nbsp;&nbsp;&nbsp;&nbsp;(Hirohito Higashi, 2015 Feb 19)<br>

usr_01.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,13 @@
150150
<br>
151151
1. Copy the tutor file.&nbsp;&nbsp;You can do this with Vim (it knows where to find it):<br>
152152
<br>
153-
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vim --clean -c 'e $VIMRUNTIME/tutor/tutor' -c 'w! TUTORCOPY' -c 'q'</div>
153+
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vim --clean -c 'e $VIMRUNTIME/tutor/tutor1' -c 'w! TUTORCOPY' -c 'q'</div>
154154
<br>
155155
&nbsp;&nbsp; This will write the file &quot;TUTORCOPY&quot; in the current directory.&nbsp;&nbsp;To use a<br>
156156
translated version of the tutor, append the two-letter language code to the<br>
157157
filename.&nbsp;&nbsp;For French:<br>
158158
<br>
159-
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vim --clean -c 'e $VIMRUNTIME/tutor/tutor.fr' -c 'w! TUTORCOPY' -c 'q'</div>
159+
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vim --clean -c 'e $VIMRUNTIME/tutor/tutor1.fr' -c 'w! TUTORCOPY' -c 'q'</div>
160160
<br>
161161
2. Edit the copied file with Vim&#0058;<br>
162162
<br>

0 commit comments

Comments
 (0)