You certainly can! This would depend on your OS and your package manager. You can always download the source and build it in any folder you want.
On Sun, Mar 19, 2023 at 11:54 AM Norman Bench <[email protected]> wrote: > Thanks for your help but I think I just want to start over, if that is > possible? > Is there a way I can uninstall vim, and then download vim to a directory > of my choosing? > > Thank you > Norman > > On Thursday, March 16, 2023 at 1:02:58 PM UTC-5 Owajigbanam Ogbuluijah > wrote: > >> Are you trying to write out TODO.vim, or does it already exist on the >> interwebs? I asked this because it would be nice to read the code and see >> what is really going on here. Without this, here are a few tips >> >> - You can search the help for any error you see, *:h 484* should tell >> you give you more information on the first error >> - First error looks like you're trying to load a file which doesn't >> exist. From the file path, looks like you have your home path scoped under >> Vim's runtime path. May wanna check that >> - 492 is an error when you call some function that doesn't exist. >> Note, if you define a function in a script with vim9script, you'd have to >> make that function global by defining it as *def g:FuncName* >> >> Hopefully this helps >> >> On Thu, Mar 16, 2023 at 5:17 PM Norman Bench <[email protected]> wrote: >> >>> >>> On 3/16/23 07:09, Norman Bench wrote: >>> >>> Line1 >>> >>> line3 >>> using unix >>> -- >>> -- >>> You received this message from the "vim_use" 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 a topic in the >>> Google Groups "vim_use" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/vim_use/jJfQWQjUtK0/unsubscribe >>> .orman@norman-desktop:~/vim$ vim filelist >>> Error detected while processing /home/norman/.vimrc: >>> line 1: >>> E484: Can't open file >>> /usr/local/share/vim/vim90/vimrc_example.vim/home/norman/.vim/vimrc >>> line 3: >>> E492: Not an editor command: $HOME/.vim/plugged/TODO.vim/plugin/TODO.vim >>> Press ENTER or type command to continue >>> Beginner user...anyway I don't know what i did,and don't know how to fix >>> it? >>> >>> >>> Thank you! >>> >>> Norman Bench >>> >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/vim_use/6c42d16c-598e-4bea-b6ba-b7ee2c750c2cn%40googlegroups.com >>> <https://groups.google.com/d/msgid/vim_use/6c42d16c-598e-4bea-b6ba-b7ee2c750c2cn%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >>> >>> >>> -- >>> -- >>> You received this message from the "vim_use" 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_use" 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_use/4f216849-9d7f-a7f8-e2f2-43f0db5475dc%40gmail.com >>> <https://groups.google.com/d/msgid/vim_use/4f216849-9d7f-a7f8-e2f2-43f0db5475dc%40gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > -- > You received this message from the "vim_use" 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_use" 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_use/c4602ef3-e147-4bfe-af39-c4fdb8020287n%40googlegroups.com > <https://groups.google.com/d/msgid/vim_use/c4602ef3-e147-4bfe-af39-c4fdb8020287n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- -- You received this message from the "vim_use" 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_use" 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_use/CAOmRJre%2B5vFt23wqqNgTKoYqDXESqC8SEiKo1ey93Ke1X4k3VQ%40mail.gmail.com.
