I wrote: > > Steven Oliver wrote: > > > > > Please accept the following zip file that contains three updated runtime > > > files for the Falcon programming language. > > > > > > The indent file was completely rewritten based upon the ruby version. > > > The syntax file now includes some (optional, but neat) rainbow > > > highlighting. > > > And, finally, the ftplugin file sets softtabstop instead of tabstop. > > > > Thanks! > > > > One problem, please send me an updated file when this is fixed: > > The ftplugin restores 'cpo' before lines with line continuation. That > > should be swapped. > > One more thing: in the indent file: > > setlocal indentexpr=FalconGetIndent(v:lnum) > > And later: > > function FalconGetIndent() > > An argument is specified, but the function doesn't take any.
And also there is this error: Indent file falcon.vim: Vim(return):E121: Undefined variable: s:syng_stringdoc in function FalconGetIndent..<SNR>702_IsInStringOrDocumentation, line 1 -- >From "know your smileys": :-| :-| Deja' vu! /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
