Skip to content

Commit 528c508

Browse files
committed
Fix 'iskeyword' placement
1 parent 73917f9 commit 528c508

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ftplugin/cpp.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ function! s:Cppman(page)
6666
setlocal buftype=nofile
6767
setlocal bufhidden=delete
6868
setlocal noswapfile
69+
setlocal iskeyword+=:,=,~,[,],*,!,<,>
6970

7071
let g:page_name = a:page
7172

0 commit comments

Comments
 (0)