Adding new stuff
This commit is contained in:
parent
1f2c9e448a
commit
44142239cd
40 changed files with 16241 additions and 11 deletions
25
vim-plugins/bundle/targets.vim/test/test2.in
Normal file
25
vim-plugins/bundle/targets.vim/test/test2.in
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
// comment 1
|
||||
function f() {
|
||||
return 4;
|
||||
}
|
||||
|
||||
// comment 2
|
||||
function f() {
|
||||
return 4;
|
||||
}
|
||||
|
||||
// comment 3
|
||||
int a = 5;
|
||||
int b = a > 0
|
||||
? 1
|
||||
: 2;
|
||||
|
||||
// comment 4
|
||||
string x = `line 1
|
||||
line 2
|
||||
line 3`;
|
||||
|
||||
// comment 5
|
||||
function f() {
|
||||
return 4;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue