diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2022-06-27 12:30:27 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2022-06-28 04:05:11 -0700 |
commit | 4c0c6f8428681c7ceef1148abe40b7d06079449c (patch) | |
tree | 979a1e4742e7d6299594a3b81181eedae69ee158 | |
parent | f05a2891d3da9f9fcd9c7457ca0c2a54ff65078b (diff) | |
download | rneovim-4c0c6f8428681c7ceef1148abe40b7d06079449c.tar.gz rneovim-4c0c6f8428681c7ceef1148abe40b7d06079449c.tar.bz2 rneovim-4c0c6f8428681c7ceef1148abe40b7d06079449c.zip |
build: move unicode/ to src/unicode/
-rwxr-xr-x | scripts/download-unicode-files.sh | 4 | ||||
-rwxr-xr-x | src/nvim/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/unicode/CaseFolding.txt (renamed from unicode/CaseFolding.txt) | 0 | ||||
-rw-r--r-- | src/unicode/Copyright.txt (renamed from unicode/Copyright.txt) | 0 | ||||
-rw-r--r-- | src/unicode/EastAsianWidth.txt (renamed from unicode/EastAsianWidth.txt) | 0 | ||||
-rw-r--r-- | src/unicode/UnicodeData.txt (renamed from unicode/UnicodeData.txt) | 0 | ||||
-rw-r--r-- | src/unicode/emoji-data.txt (renamed from unicode/emoji-data.txt) | 0 |
7 files changed, 3 insertions, 3 deletions
diff --git a/scripts/download-unicode-files.sh b/scripts/download-unicode-files.sh index 12474d3c1e..4482cefa34 100755 --- a/scripts/download-unicode-files.sh +++ b/scripts/download-unicode-files.sh @@ -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 ) diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index 56c9fcab72..507b8b77f3 100755 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -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) diff --git a/unicode/CaseFolding.txt b/src/unicode/CaseFolding.txt index 033788b253..033788b253 100644 --- a/unicode/CaseFolding.txt +++ b/src/unicode/CaseFolding.txt diff --git a/unicode/Copyright.txt b/src/unicode/Copyright.txt index bfae4154b6..bfae4154b6 100644 --- a/unicode/Copyright.txt +++ b/src/unicode/Copyright.txt diff --git a/unicode/EastAsianWidth.txt b/src/unicode/EastAsianWidth.txt index b43aec9273..b43aec9273 100644 --- a/unicode/EastAsianWidth.txt +++ b/src/unicode/EastAsianWidth.txt diff --git a/unicode/UnicodeData.txt b/src/unicode/UnicodeData.txt index e22f967bba..e22f967bba 100644 --- a/unicode/UnicodeData.txt +++ b/src/unicode/UnicodeData.txt diff --git a/unicode/emoji-data.txt b/src/unicode/emoji-data.txt index 5d7dc1b156..5d7dc1b156 100644 --- a/unicode/emoji-data.txt +++ b/src/unicode/emoji-data.txt |