Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update vim
authored
Aug 11, 2023
by
umaumax
Hide whitespace changes
Inline
Side-by-side
vim.md
View page @
d666f249
...
...
@@ -728,6 +728,9 @@ let g:loaded_hoge = 1
エラー発生時に
`v:exception`
,
`v:throwpoint`
を確認するとよい
## Tips
### 検索
`:set smartcase`
利用時でも
`\C`
を先頭に付与すると、厳密に大文字小文字を区別するようになる
### visual mode
`gv`
: reselect the last block
...
...
...
...