DJMcMayhem / V

A golfing language inspired by everybody's favorite text editor, vim.
77 stars 9 forks source link

Move away from neovim #10

Closed DJMcMayhem closed 5 years ago

DJMcMayhem commented 8 years ago

Neovim is poorly supported on windows (not sure about mac). It would be nice to have it run on vim 8 instead of neovim for portability. This will require moving some logic into a vimscript "main function" of sorts, but I think that's OK. Doing that would probably also fix the timing bug

RikerW commented 7 years ago

It's default on mac. At least on OS X yosemite, neovim came installed by default, but vi and vim didn't. (they both were aliased to neovim)

vihanb commented 7 years ago

Wait wat it is otherway around 99% sure @RikerW

vihanb commented 7 years ago

I have done research and concluded vim is installed my default on all OS X and vi is mapped to vim

kritixilithos commented 7 years ago

@vihanb vi wasn't aliased to vim for me on my mac

vihanb commented 7 years ago

@kritixilithos I suppose it depends on the original version of mac your computer had installed but I can guarantee two things:

RikerW commented 7 years ago

Okay, @vihanb is right. I clean installed OS X 10.11 and Vim was installed by default and vi was aliased to vim.

DJMcMayhem commented 5 years ago

Closed in https://github.com/DJMcMayhem/V/commit/aced470fad746a90415ff2144efea660f0af75b8