hex.vim: did_ftplugin rausgeschmissen
git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@188 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
This commit is contained in:
parent
b1636f64a8
commit
6ce01cadc2
@ -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 = '^:\(..\)\(....\)\(..\)\(.*\)\(..\)$'
|
||||
|
Loading…
x
Reference in New Issue
Block a user