Skip to content

Instantly share code, notes, and snippets.

View osak's full-sized avatar

Osamu Koga (osa_k) osak

View GitHub Profile
nnoremap <silent> <Plug>select_cstyle_if :<C-u>call <SID>select_cstyle_if()<CR>
function! s:select_cstyle_if() " {{{
let orig_view = winsaveview()
let if_start_pos = []
while searchpair('{', '', '}', 'bW', 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string"') != 0
let brace_start_pos = getpos('.')
normal! ge
let save = @"
normal! yl