diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2013-01-11 01:29:27 +1100 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2013-01-11 01:29:27 +1100 |
| commit | 9adb3b0f90aa914c43e07a4216b77d175627bfb5 (patch) | |
| tree | f0a9dc77c117cb75e595d34585906458d70aa5cf /dev-util/cmake/files/cmake.vim | |
| parent | 49df345c5a5bc319ed67bcd5444f709fe7d9a034 (diff) | |
| download | kde-9adb3b0f90aa914c43e07a4216b77d175627bfb5.tar.gz kde-9adb3b0f90aa914c43e07a4216b77d175627bfb5.tar.bz2 kde-9adb3b0f90aa914c43e07a4216b77d175627bfb5.zip | |
[dev-util/cmake] Add improved Python patch for testing wrt bug #405181.
Package-Manager: portage-2.1.11.38
RepoMan-Options: --force
Diffstat (limited to 'dev-util/cmake/files/cmake.vim')
| -rw-r--r-- | dev-util/cmake/files/cmake.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-util/cmake/files/cmake.vim b/dev-util/cmake/files/cmake.vim new file mode 100644 index 00000000000..5cecd7d05b6 --- /dev/null +++ b/dev-util/cmake/files/cmake.vim @@ -0,0 +1,3 @@ +autocmd BufRead,BufNewFile *.cmake,CMakeLists.txt,*.cmake.in runtime! indent/cmake.vim +autocmd BufRead,BufNewFile *.cmake,CMakeLists.txt,*.cmake.in setf cmake +autocmd BufRead,BufNewFile *.ctest,*.ctest.in setf cmake |
