diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-06-26 11:01:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-26 11:01:10 +0200 |
| commit | 469726d3c5ae2b1db2366625d07f830e68ed1e05 (patch) | |
| tree | 5d83973b94aa810e23ebbd9353476a74592508d4 /src/nvim/testdir | |
| parent | 8b263c7a6868105adae69f001899c5837b302bef (diff) | |
| parent | 2d6c91ab9954c2f3be27c7eefaaa498d91e557be (diff) | |
| download | rneovim-469726d3c5ae2b1db2366625d07f830e68ed1e05.tar.gz rneovim-469726d3c5ae2b1db2366625d07f830e68ed1e05.tar.bz2 rneovim-469726d3c5ae2b1db2366625d07f830e68ed1e05.zip | |
Merge #10340 from janlazo/vim-8.1.1593
vim-patch:8.0.1688,8.1.1593
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test_filetype.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_filetype.vim b/src/nvim/testdir/test_filetype.vim index 7a99a37be4..897f736d76 100644 --- a/src/nvim/testdir/test_filetype.vim +++ b/src/nvim/testdir/test_filetype.vim @@ -581,6 +581,8 @@ let s:script_checks = { \ 'cfengine': [['#!/path/cfengine']], \ 'erlang': [['#!/path/escript']], \ 'haskell': [['#!/path/haskell']], + \ 'cpp': [['// Standard iostream objects -*- C++ -*-'], + \ ['// -*- C++ -*-']], \ } func Test_script_detection() |