Skip to content

Commit bb890f8

Browse files
committed
Fix tag
1 parent b9be046 commit bb890f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/eval.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3268,7 +3268,7 @@ getcurpos() カーソルの位置を返す。これは getpos('.') に似てい
32683268
let save_cursor = getcurpos()
32693269
MoveTheCursorAround
32703270
call setpos('.', save_cursor)
3271-
3271+
<
32723272
*getcwd()*
32733273
getcwd() 結果は文字列で、現在のディレクトリ名。
32743274

en/eval.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3359,7 +3359,7 @@ getcurpos() Get the position of the cursor. This is like getpos('.'), but
33593359
let save_cursor = getcurpos()
33603360
MoveTheCursorAround
33613361
call setpos('.', save_cursor)
3362-
3362+
<
33633363
*getcwd()*
33643364
getcwd() The result is a String, which is the name of the current
33653365
working directory.

0 commit comments

Comments
 (0)