This website requires JavaScript.
Explore
Help
Sign In
kevin
/
neovim
Watch
1
Fork
0
You've already forked neovim
mirror of
https://github.com/neovim/neovim.git
synced
2024-12-20 03:05:11 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ff1791c9e5
neovim
/
BSDmakefile
5 lines
109 B
Makefile
Raw
Normal View
History
Unescape
Escape
build: show a hint for BSD make (#7275) BSD Make will give preference to a BSDmakefile in the same directory over a generic Makefile; this can be used to instruct BSD users to build neovim with GNU Make (gmake) instead. Otherwise, a flood of syntax errors stemming from the GNU-specific Makefile will be displayed - which most BSD users are accustomed to, but may confuse beginners nevertheless.
2017-09-16 01:54:49 -07:00
.DONE
:
feat(lua)!: register_keystroke_callback => on_key Analogous to nodejs's `on('data', …)` interface, here on_key is the "add listener" interface. ref 3ccdbc570d85 #12536 BREAKING_CHANGE: vim.register_keystroke_callback() is now an error.
2021-08-22 18:26:35 -07:00
@echo
"Use GNU Make (gmake) to build neovim"
build: show a hint for BSD make (#7275) BSD Make will give preference to a BSDmakefile in the same directory over a generic Makefile; this can be used to instruct BSD users to build neovim with GNU Make (gmake) instead. Otherwise, a flood of syntax errors stemming from the GNU-specific Makefile will be displayed - which most BSD users are accustomed to, but may confuse beginners nevertheless.
2017-09-16 01:54:49 -07:00
.DEFAULT
:
feat(lua)!: register_keystroke_callback => on_key Analogous to nodejs's `on('data', …)` interface, here on_key is the "add listener" interface. ref 3ccdbc570d85 #12536 BREAKING_CHANGE: vim.register_keystroke_callback() is now an error.
2021-08-22 18:26:35 -07:00
@echo
"Use GNU Make (gmake) to build neovim"
Reference in New Issue
Copy Permalink