aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-06-26 11:01:10 +0200
committerGitHub <noreply@github.com>2019-06-26 11:01:10 +0200
commit469726d3c5ae2b1db2366625d07f830e68ed1e05 (patch)
tree5d83973b94aa810e23ebbd9353476a74592508d4 /src/nvim/testdir
parent8b263c7a6868105adae69f001899c5837b302bef (diff)
parent2d6c91ab9954c2f3be27c7eefaaa498d91e557be (diff)
downloadrneovim-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.vim2
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()