Skip to content

Commit 1b47218

Browse files
committed
Remove some obvious comments
1 parent 8fd3198 commit 1b47218

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

ftplugin/clojure.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
" License: Same as Vim
88
" Last Change: 06 February 2013
99

10-
" Only do this when not done yet for this buffer
1110
if exists("b:did_ftplugin")
1211
finish
1312
endif

indent/clojure.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
" License: Same as Vim
99
" Last Change: 30 January 2013
1010

11-
" Only load this indent file when no other was loaded.
1211
if exists("b:did_indent")
1312
finish
1413
endif

0 commit comments

Comments
 (0)