Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在の行(カーソルがある場所)を読み取って、VimScriptの変数に保存するにはどうすればよいですか?
let lineText = getline('.')
参照してください:h getline()…</p>
:h getline()
番号のみが必要な場合:
let lineNumber = line('.')