Skip to content

Commit

Permalink
Fix vim-surround mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Dec 10, 2024
1 parent 7b55ce9 commit 9be8d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
let &path = lh#path#munge(&path, lh#path#fix(g:localvimrc_script_dir . '/aoc_lib'))

if &filetype ==# 'cpp'
let b:surround_{char2nr('D')} = 'if constexpr (aoc::DEBUG) {\n\r\n'
let b:surround_{char2nr('D')} = "if constexpr (aoc::DEBUG) {\n\r\n}"
endif

0 comments on commit 9be8d6d

Please sign in to comment.