mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 10:14:06 +00:00
Remove Amiga remnants
Notes regarding the removal of specific items:
- Aztec C: only on the Amiga.
- mch_check_win(): doesn't exist anymore.
- Comment in ex_cmds.c: It seems the context for this comment was
removed, but the comment was inadvertantly left alone.
This commit is contained in:
@@ -194,8 +194,6 @@ fun! s:EditVimrc()
|
||||
else
|
||||
let fname = $VIM . "/_vimrc"
|
||||
endif
|
||||
elseif has("amiga")
|
||||
let fname = "s:.vimrc"
|
||||
else
|
||||
let fname = $HOME . "/.vimrc"
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user