29
Vimscriptは複数行の文字列を許可しますか?Vimscriptは複数行の文字列を許可しますか?
のpythonとルビーのコマンドは、フォーマットを許可::python << EOF
あなたは、文字列と類似した何かをすることはできますか?
Vimscriptは複数行の文字列を許可しますか?Vimscriptは複数行の文字列を許可しますか?
のpythonとルビーのコマンドは、フォーマットを許可::python << EOF
あなたは、文字列と類似した何かをすることはできますか?
Vimscriptは、バックスラッシュで次の行を開始することによって前の行を続けることができますが、Ruby、PHP、またはBashのようなheredoc文字列ほど便利ではありません。
let g:myLongString='A string
\ that has a lot of lines
\ each beginning with a
\ backslash to continue the previous one
\ and whitespace before the backslash
\ is ignored'