From 6ce01cadc28430a78bed11396265eecdf722cb1b Mon Sep 17 00:00:00 2001 From: "Stefan.Liebl" Date: Thu, 4 Feb 2010 09:47:17 +0000 Subject: [PATCH] hex.vim: did_ftplugin rausgeschmissen git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@188 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69 --- vimfiles.stefan/ftplugin/hex.vim | 7 ------- 1 file changed, 7 deletions(-) diff --git a/vimfiles.stefan/ftplugin/hex.vim b/vimfiles.stefan/ftplugin/hex.vim index a09a406..9ce9d3c 100644 --- a/vimfiles.stefan/ftplugin/hex.vim +++ b/vimfiles.stefan/ftplugin/hex.vim @@ -8,13 +8,6 @@ " " Source: included in http://code.google.com/p/vimsuite -" Only do this when not done yet for this buffer -if exists("b:did_ftplugin") - finish -endif -let b:did_ftplugin = 1 - - " Parse Intel Hex Line into Dictionary function! s:HexParseLine(line) let Pattern = '^:\(..\)\(....\)\(..\)\(.*\)\(..\)$'