{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"farsi","path":"farsi","contentType":"directory"},{"name":"libs","path":"libs","contentType":"directory"},{"name":"nsis","path":"nsis","contentType":"directory"},{"name":"pixmaps","path":"pixmaps","contentType":"directory"},{"name":"runtime","path":"runtime","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":".hgignore","path":".hgignore","contentType":"file"},{"name":".hgtags","path":".hgtags","contentType":"file"},{"name":"Contents","path":"Contents","contentType":"file"},{"name":"Contents.info","path":"Contents.info","contentType":"file"},{"name":"Filelist","path":"Filelist","contentType":"file"},{"name":"Makefile","path":"Makefile","contentType":"file"},{"name":"README.txt","path":"README.txt","contentType":"file"},{"name":"README.txt.info","path":"README.txt.info","contentType":"file"},{"name":"README_ami.txt","path":"README_ami.txt","contentType":"file"},{"name":"README_ami.txt.info","path":"README_ami.txt.info","contentType":"file"},{"name":"README_amibin.txt","path":"README_amibin.txt","contentType":"file"},{"name":"README_amibin.txt.info","path":"README_amibin.txt.info","contentType":"file"},{"name":"README_amisrc.txt","path":"README_amisrc.txt","contentType":"file"},{"name":"README_amisrc.txt.info","path":"README_amisrc.txt.info","contentType":"file"},{"name":"README_bindos.txt","path":"README_bindos.txt","contentType":"file"},{"name":"README_dos.txt","path":"README_dos.txt","contentType":"file"},{"name":"README_extra.txt","path":"README_extra.txt","contentType":"file"},{"name":"README_mac.txt","path":"README_mac.txt","contentType":"file"},{"name":"README_ole.txt","path":"README_ole.txt","contentType":"file"},{"name":"README_os2.txt","path":"README_os2.txt","contentType":"file"},{"name":"README_os390.txt","path":"README_os390.txt","contentType":"file"},{"name":"README_src.txt","path":"README_src.txt","contentType":"file"},{"name":"README_srcdos.txt","path":"README_srcdos.txt","contentType":"file"},{"name":"README_unix.txt","path":"README_unix.txt","contentType":"file"},{"name":"README_vms.txt","path":"README_vms.txt","contentType":"file"},{"name":"README_w32s.txt","path":"README_w32s.txt","contentType":"file"},{"name":"Vim.info","path":"Vim.info","contentType":"file"},{"name":"Xxd.info","path":"Xxd.info","contentType":"file"},{"name":"configure","path":"configure","contentType":"file"},{"name":"csdpmi4b.zip","path":"csdpmi4b.zip","contentType":"file"},{"name":"runtime.info","path":"runtime.info","contentType":"file"},{"name":"src.info","path":"src.info","contentType":"file"},{"name":"uninstal.txt","path":"uninstal.txt","contentType":"file"},{"name":"vimdir.info","path":"vimdir.info","contentType":"file"},{"name":"vimtutor.bat","path":"vimtutor.bat","contentType":"file"},{"name":"vimtutor.com","path":"vimtutor.com","contentType":"file"}],"totalCount":42}},"fileTreeProcessingTime":4.966899000000001,"foldersToFetch":[],"repo":{"id":1591578,"defaultBranch":"split-browser","name":"macvim","ownerLogin":"alloy","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2011-04-09T14:09:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2320?v=4","public":true,"private":false,"isOrgOwned":false},"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"d10420e2db60f19c7c00aa443b58635c9e9d2faa","listCacheKey":"v0:1613527442.210196","canEdit":false,"refType":"tree","currentOid":"d10420e2db60f19c7c00aa443b58635c9e9d2faa"},"path":"README.txt","currentUser":null,"blob":{"rawLines":["README.txt for version 7.3 of Vim: Vi IMproved.","","","WHAT IS VIM","","Vim is an almost compatible version of the UNIX editor Vi. Many new features","have been added: multi-level undo, syntax highlighting, command line history,","on-line help, spell checking, filename completion, block operations, etc.","There is also a Graphical User Interface (GUI) available. See","\"runtime/doc/vi_diff.txt\" for differences with Vi.","","This editor is very useful for editing programs and other plain text files.","All commands are given with normal keyboard characters, so those who can type","with ten fingers can work very fast. Additionally, function keys can be","defined by the user, and the mouse can be used.","","Vim runs under Amiga DOS, MS-DOS, MS-Windows (95, 98, Me, NT, 2000, XP, Vista,","7), Atari MiNT, Macintosh, BeOS, VMS, RISC OS, OS/2 and almost all flavours of","UNIX. Porting to other systems should not be very difficult.","","","DISTRIBUTION","","There are separate distributions for Unix, PC, Amiga and some other systems.","This README.txt file comes with the runtime archive. It includes the","documentation, syntax files and other files that are used at runtime. To run","Vim you must get either one of the binary archives or a source archive.","Which one you need depends on the system you want to run it on and whether you","want or must compile it yourself. Check \"http://www.vim.org/download.php\" for","an overview of currently available distributions.","","","DOCUMENTATION","","The vim tutor is a one hour training course for beginners. Mostly it can be","started as \"vimtutor\". See \":help tutor\" for more information.","","The best is to use \":help\" in Vim. If you don't have an executable yet, read","\"runtime/doc/help.txt\". It contains pointers to the other documentation","files. The User Manual reads like a book and is recommended to learn to use","Vim. See \":help user-manual\".","","","COPYING","","Vim is Charityware. You can use and copy it as much as you like, but you are","encouraged to make a donation to help orphans in Uganda. Please read the file","\"runtime/doc/uganda.txt\" for details (do \":help uganda\" inside Vim).","","Summary of the license: There are no restrictions on using or distributing an","unmodified copy of Vim. Parts of Vim may also be distributed, but the license","text must always be included. For modified versions a few restrictions apply.","The license is GPL compatible, you may compile Vim with GPL libraries and","distribute it.","","","SPONSORING","","Fixing bugs and adding new features takes a lot of time and effort. To show","your appreciation for the work and motivate Bram and others to continue","working on Vim please send a donation.","","Since Bram is back to a paid job the money will now be used to help children","in Uganda. See runtime/doc/uganda.txt. But at the same time donations","increase Bram's motivation to keep working on Vim!","","For the most recent information about sponsoring look on the Vim web site:","","\thttp://www.vim.org/sponsor/","","","COMPILING","","If you obtained a binary distribution you don't need to compile Vim. If you","obtained a source distribution, all the stuff for compiling Vim is in the","\"src\" directory. See src/INSTALL for instructions.","","","INSTALLATION","","See one of these files for system-specific instructions:","README_ami.txt\t\tAmiga","README_unix.txt\t\tUnix","README_dos.txt\t\tMS-DOS and MS-Windows","README_os2.txt\t\tOS/2","README_mac.txt\t\tMacintosh","README_vms.txt\t\tVMS","","There are more README_*.txt files, depending on the distribution you used.","","","INFORMATION","","The latest news about Vim can be found on the Vim home page:","\thttp://www.vim.org/","","If you have problems, have a look at the Vim FAQ:","\thttp://vimdoc.sf.net/vimfaq.html","","Send bug reports to:","\tBram Moolenaar ","","There are several mailing lists for Vim, see http://www.vim.org/maillist.php.","","","MAIN AUTHOR","","Send any other comments, patches, flowers and suggestions to:","","\tBram Moolenaar\t\tE-mail:\tBram@vim.org","\tFinsterruetihof 1","\t8134 Adliswil","\tSwitzerland"],"stylingDirectives":[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]],"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/alloy/macvim/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"README.txt","displayUrl":"https://github.com/alloy/macvim/blob/d10420e2db60f19c7c00aa443b58635c9e9d2faa/README.txt?raw=true","headerInfo":{"blobSize":"3.81 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":null,"isGitLfs":false,"onBranch":false,"shortPath":"cf462db","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Falloy%2Fmacvim%2Fblob%2Fd10420e2db60f19c7c00aa443b58635c9e9d2faa%2FREADME.txt","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"113","truncatedSloc":"74"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"Text","languageID":372,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/alloy/macvim/blob/d10420e2db60f19c7c00aa443b58635c9e9d2faa/README.txt","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/alloy/macvim/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/alloy/macvim/raw/d10420e2db60f19c7c00aa443b58635c9e9d2faa/README.txt","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":{"timed_out":false,"not_analyzed":true,"symbols":[]}},"copilotInfo":null,"copilotAccessAllowed":false,"csrf_tokens":{"/alloy/macvim/branches":{"post":"oSMb8p_4VBLJxXJjrAioYWS4R6w5ZFy0QfirXz-AnVbHybnUdTm0qvroSvSKGqIj-FnIAWAxzIAziY1DQSmMkw"},"/repos/preferences":{"post":"m4IG8F08VdOzDG6-lXrgTltSlbQWiPVXyyRprRxLS_6WoFEYnD7fQWQ0r4B-Iz7xXhU-eHq_nwD0P7F3QWPmXQ"}}},"title":"macvim/README.txt at d10420e2db60f19c7c00aa443b58635c9e9d2faa ยท alloy/macvim"}