mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +00:00
build: move unicode/ to src/unicode/
This commit is contained in:
@@ -4,7 +4,7 @@ set -e
|
||||
data_files="UnicodeData.txt CaseFolding.txt EastAsianWidth.txt"
|
||||
emoji_files="emoji-data.txt"
|
||||
|
||||
UNIDIR_DEFAULT=unicode
|
||||
UNIDIR_DEFAULT=src/unicode
|
||||
DOWNLOAD_URL_BASE_DEFAULT='http://unicode.org/Public'
|
||||
|
||||
if test x$1 = 'x--help' ; then
|
||||
@@ -39,5 +39,5 @@ done
|
||||
|
||||
(
|
||||
cd "$UNIDIR"
|
||||
git commit -m "Update unicode files" -- $files
|
||||
git commit -m "feat: update unicode tables" -- $files
|
||||
)
|
||||
|
@@ -59,7 +59,7 @@ set(EVENTS_GENERATOR ${GENERATOR_DIR}/gen_events.lua)
|
||||
set(KEYSETS_GENERATOR ${GENERATOR_DIR}/gen_keysets.lua)
|
||||
set(OPTIONS_GENERATOR ${GENERATOR_DIR}/gen_options.lua)
|
||||
set(UNICODE_TABLES_GENERATOR ${GENERATOR_DIR}/gen_unicode_tables.lua)
|
||||
set(UNICODE_DIR ${PROJECT_SOURCE_DIR}/unicode)
|
||||
set(UNICODE_DIR ${PROJECT_SOURCE_DIR}/src/unicode)
|
||||
set(GENERATED_UNICODE_TABLES ${GENERATED_DIR}/unicode_tables.generated.h)
|
||||
set(VIM_MODULE_FILE ${GENERATED_DIR}/lua/vim_module.generated.h)
|
||||
set(LUA_EDITOR_MODULE_SOURCE ${PROJECT_SOURCE_DIR}/runtime/lua/vim/_editor.lua)
|
||||
|
Reference in New Issue
Block a user