Fixed an error

This commit is contained in:
Yann Esposito (Yogsototh) 2011-09-08 17:40:29 +02:00
parent bb0b53a82b
commit 709490d893
4 changed files with 11 additions and 5 deletions

6
example.txt Normal file
View file

@ -0,0 +1,6 @@
0 ^ fi t) 4fi g_ $
│ │ │ │ │ │ │
x = (name_1,vision_3); #this is a comment.

View file

@ -367,8 +367,8 @@ fr: ### Déplacement sur la ligne : `0` `^` `$` `f` `F` `t` `T` `,` `;`
en: > - `0` → go to column 0
en: > - `^` → go to first character on the line
en: > - `$` → go to the last character on the line
en: > - `g_` → go to the last column of the line
en: > - `$` → go to the last column
en: > - `g_` → go to the last character on the line
en: > - `fa` → go to next occurrence of the letter `a` on the line. `,` (resp. `;`) will seek for the next (resp. previous) occurrence.
en: > - `t,` → go just before the character `,`.
en: > - `3fa` → search the 3rd occurrence of `a` on this line.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View file

@ -1,6 +1,6 @@
0 ^ fi t) 4fi $ g_
│ │ │ │ │ │ │
x = (name_1,vision_3); #this is a comment.
0 ^ fi t) 4fi g_ $
│ │ │ │ │ │
x = (name_1,vision_3); #this is a comment.