Skip to content
Update vim authored by umaumax's avatar umaumax
...@@ -358,7 +358,13 @@ call cursor('.', col('.')+&tabstop) ...@@ -358,7 +358,13 @@ call cursor('.', col('.')+&tabstop)
[vimscript - How can I append text to the current line? - Vi and Vim Stack Exchange]( https://vi.stackexchange.com/questions/12445/how-can-i-append-text-to-the-current-line ) [vimscript - How can I append text to the current line? - Vi and Vim Stack Exchange]( https://vi.stackexchange.com/questions/12445/how-can-i-append-text-to-the-current-line )
### sourceしたvimファイル中での早期return ### source
#### 実はURLを指定してファイルを読み込むことができる
とある環境の内部では`wget`が実行されていた
e.g. `source https://raw.githubusercontent.com/mhinz/vim-galore/master/static/minimal-vimrc.vim`
#### sourceしたvimファイル中での早期return
`finish` `finish`
### 関数内で関数定義可能 ### 関数内で関数定義可能
... ...
......