With the "import autoload 'CaseRegression.vim'" you can use "echo CaseRegression#CaseRegression()" on Linux, but on Windows it has to be "echo caseregression#CaseRegression()". This inconsistency is the problem I'm facing.
On Fri, Jan 14, 2022 at 4:21 AM Bram Moolenaar <[email protected]> wrote: > > Christian J. Robinson wrote: > > > Thanks, that problem is fixed now. However, I can't access > > CaseRegression#CaseRegression() outside of the plugin/CaseRegression.vim > > file. Is this intentional? If so, is there a way around it? > > If I remove the "import autoload 'CaseRegression.vim'" and instead use: > > echo CaseRegression#CaseRegression() > > That works for me. At least on Linux. > > Can you show what does not work for you? > > -- > Not too long ago, unzipping in public was illegal... > > /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net > \\\ > /// > \\\ > \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ > /// > \\\ help me help AIDS victims -- http://ICCF-Holland.org > /// > -- Christian J. Robinson <[email protected]> -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAK14FZ%2ByDOQ8GTiRpjfRqEQm2Ed-RmzS0bGBzEUK%3DwaeBJOZYw%40mail.gmail.com.
