Re: not opening correct syntax file for .prg files

2006-05-16 Thread Donal
At 10:30 PM 5/15/2006, you wrote: On Mon, May 15, 2006 at 12:01:35PM -0500, Donal wrote: Here is my vim\myfiletypes.vim myfiletypes.vim augroup filetype FoxPro au! BufRead,BufNewFile *.prg,*.mpr,*.sprset filetype=foxpro Cold Fusion au BufNewFile,BufRead *.cfm,*.cfi,*.cfc setf

Re: not opening correct syntax file for .prg files

2006-05-16 Thread Charles E Campbell Jr
Donal wrote: And I have confirmed that clipper.vim IS the script being used. Here is a question... is myfiletypes.vim still being used, or has it been deprecated? I started using vim way back in 3.x... all I can find in the help files refers to filetypedetect and the ftdetect directory...

Re: not opening correct syntax file for .prg files

2006-05-16 Thread Benji Fisher
On Tue, May 16, 2006 at 11:22:00AM -0500, Donal wrote: At 10:30 PM 5/15/2006, you wrote: On Mon, May 15, 2006 at 12:01:35PM -0500, Donal wrote: Here is my vim\myfiletypes.vim myfiletypes.vim augroup filetype FoxPro au! BufRead,BufNewFile *.prg,*.mpr,*.sprset

Re: not opening correct syntax file for .prg files

2006-05-15 Thread Benji Fisher
On Mon, May 15, 2006 at 12:01:35PM -0500, Donal wrote: Here is my vim\myfiletypes.vim myfiletypes.vim augroup filetype FoxPro au! BufRead,BufNewFile *.prg,*.mpr,*.sprset filetype=foxpro Cold Fusion au BufNewFile,BufRead *.cfm,*.cfi,*.cfc setf cf au! BufRead,BufNewFile

RE: not opening correct syntax file for .prg files

2006-05-15 Thread Suresh Govindachar
On Mon, May 15, 2006 at 12:01:35PM -0500, Donal wrote: Here is my vim\myfiletypes.vim myfiletypes.vim augroup filetype FoxPro au! BufRead,BufNewFile *.prg,*.mpr,*.sprset filetype=foxpro Cold Fusion au BufNewFile,BufRead *.cfm,*.cfi,*.cfc setf cf au! BufRead,BufNewFile