session nicht neu laden
+ ftdetect/srec.vim git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@213 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
This commit is contained in:
parent
ec0033810f
commit
3d049d4de7
1
vimfiles.stefan/ftdetect/srec.vim
Normal file
1
vimfiles.stefan/ftdetect/srec.vim
Normal file
@ -0,0 +1 @@
|
|||||||
|
autocmd BufRead,BufNewFile *.srec setlocal filetype=srec
|
@ -154,6 +154,10 @@ function s:SetProject(projectfile)
|
|||||||
call s:EvalProjectVariables()
|
call s:EvalProjectVariables()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if exists('g:did_load_sessionfile')
|
||||||
|
echom 'Sessionfile not loaded again'
|
||||||
|
else
|
||||||
|
let g:did_load_sessionfile=1
|
||||||
if exists('g:sessionfile')
|
if exists('g:sessionfile')
|
||||||
" Vim-Session load
|
" Vim-Session load
|
||||||
try
|
try
|
||||||
@ -165,6 +169,7 @@ function s:SetProject(projectfile)
|
|||||||
" Vim-Session autowrite
|
" Vim-Session autowrite
|
||||||
autocmd VimLeavePre * execute 'mksession!' g:sessionfile
|
autocmd VimLeavePre * execute 'mksession!' g:sessionfile
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@ syn keyword attribute SYSTEM_CONSTANT
|
|||||||
syn keyword attribute BYTE_ORDER ALIGNMENT_BYTE ALIGNMENT_WORD ALIGNMENT_LONG ALIGNMENT_FLOAT32_IEEE
|
syn keyword attribute BYTE_ORDER ALIGNMENT_BYTE ALIGNMENT_WORD ALIGNMENT_LONG ALIGNMENT_FLOAT32_IEEE
|
||||||
syn keyword attribute FORMAT DEPOSIT AXIS_PTS_REF BIT_MASK ECU_ADDRESS ARRAY_SIZE
|
syn keyword attribute FORMAT DEPOSIT AXIS_PTS_REF BIT_MASK ECU_ADDRESS ARRAY_SIZE
|
||||||
syn keyword attribute COEFFS FNC_VALUES NO_AXIS_PTS_X NO_AXIS_PTS_Y AXIS_PTS_X AXIS_PTS_Y
|
syn keyword attribute COEFFS FNC_VALUES NO_AXIS_PTS_X NO_AXIS_PTS_Y AXIS_PTS_X AXIS_PTS_Y
|
||||||
|
syn keyword attribute REF_MEMORY_SEGMENT
|
||||||
|
|
||||||
|
|
||||||
" Define the default highlighting.
|
" Define the default highlighting.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user