about summary refs log tree commit diff stats
path: root/cpp/vimrc.vim
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/vimrc.vim')
-rw-r--r--cpp/vimrc.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/vimrc.vim b/cpp/vimrc.vim
index 944a5fe1..51da6a0b 100644
--- a/cpp/vimrc.vim
+++ b/cpp/vimrc.vim
@@ -1,8 +1,5 @@
 " Highlighting literate directives in C++ sources.
 function! HighlightTangledFile()
-  if &ft == "" || &ft == "cpp"
-    set ft=cpp
-  endif
   set comments-=://
   set comments-=n://
   set comments+=n://:,n://