Tae Won Ha
2e72c661cf
Fix paths
2024-05-27 23:20:39 +09:00
Tae Won Ha
9a6fb5b754
Fix tar command
2024-05-27 23:15:57 +09:00
Tae Won Ha
f21e71c1d5
Add some debug messages
2024-05-27 23:08:42 +09:00
Tae Won Ha
9a73f4ad7c
Do not append arch
2024-05-27 23:01:15 +09:00
Tae Won Ha
dbd658fc5c
Turn off libintl for testing
2024-05-27 23:00:00 +09:00
Tae Won Ha
cd8e19edf6
Move downloaded artifacts to appropriate location
2024-05-27 22:47:24 +09:00
Tae Won Ha
11de4c720d
Update neovim to v0.10.0
2024-05-27 22:42:27 +09:00
Tae Won Ha
74d3a9565d
Fix typo
2024-05-27 22:18:49 +09:00
Tae Won Ha
d9cc1da85b
Rename artifact appropriately
2024-05-27 22:01:20 +09:00
Tae Won Ha
6445f5521d
Checkout submodules
2024-05-27 21:49:50 +09:00
Tae Won Ha
602161adc2
Make first step independent
2024-05-27 21:42:15 +09:00
Tae Won Ha
776eb9bd1f
Adapt tag pattern
2024-05-27 20:06:30 +09:00
Tae Won Ha
c95a81f299
Add workflow to build universal Neovim
2024-05-27 19:56:45 +09:00
Tae Won Ha
1bcba99c96
Update release notes
2024-05-17 10:04:55 +02:00
Tae Won Ha
495ec31f9e
Update release notes
2024-05-17 08:52:25 +02:00
Tae Won Ha
129173b04e
Merge pull request #1059 from s-daveb/master
...
Modify theming code: custom tab theme is now pulled from TablineSel highlight group
2024-05-17 08:50:41 +02:00
S David
949022ee88
Reverting accidental changes to TabSupport/../MainMenu.xib
2024-05-15 14:18:32 -04:00
S David
c1b42135b2
Use tabForeground color for selected tab close icon, and regular text foreground color for unselected tabs
2024-05-15 14:13:36 -04:00
S David
4666d1b4ac
Modify VimR's themeing. Custom Tab color comes from TablineSel color group rather than Visual selection background color.
...
Fixes the issue where the everforest theme results in low-contrast tabs, by using color groups that were meant for tabs
2024-05-06 15:02:07 -04:00
Tae Won Ha
e25a6b5181
Update appcast
2024-04-26 14:53:28 +02:00
Tae Won Ha
d06b6354ef
Bump version to v0.46.1-20240426.143700
2024-04-26 14:37:01 +02:00
Tae Won Ha
d1da4d71fa
Update release notes
2024-04-26 14:34:12 +02:00
Tae Won Ha
51a4efee34
Merge remote-tracking branch 'origin/pr/1053'
2024-04-26 14:30:33 +02:00
Tae Won Ha
de35ad91af
Update deps
2024-04-26 14:27:46 +02:00
Rainux Luo
0c3e5a4b0b
Revert part of the changes in 68afc66a
...
This should fix the filetype detection issue
2024-04-08 17:05:19 +08:00
Tae Won Ha
94c0d78ce6
Update develop.md
2024-01-19 23:55:29 +01:00
Tae Won Ha
36c84a807a
Build gettext when building neovim
2024-01-19 23:54:31 +01:00
Tae Won Ha
d05de5069f
Fix jenkins script
2024-01-15 18:07:49 +01:00
Tae Won Ha
5ee2a4d525
Archive also neovim when building on Jenkins
2024-01-14 21:56:12 +01:00
Tae Won Ha
ef6daa8e80
Archive also neovim when building on Jenkins
2024-01-14 21:55:49 +01:00
Tae Won Ha
af4b032df6
Update appcast
2024-01-14 18:18:43 +01:00
Tae Won Ha
de7be66b57
Bump version to v0.46.1-20240114.181346
2024-01-14 18:13:47 +01:00
Tae Won Ha
aacf12d2e0
Update reslease notes
2024-01-14 18:12:54 +01:00
Tae Won Ha
dfe3857b38
Properly include libintl.a.
...
According to cmake/FindLibintl.cmake, if libintl is a static, which is
true in our case, CoreFoundation has to linked. If we set
CMAKE_FIND_FRAMEWORK=NEVER, CoreFoundation does not get found.
2024-01-14 17:34:04 +01:00
Tae Won Ha
32168b9212
Do not parallel map
2024-01-13 21:12:07 +01:00
Tae Won Ha
c6850b6684
Update sparkle
2024-01-09 18:34:02 +01:00
Tae Won Ha
b0462732f3
Update appcast
2024-01-02 23:43:20 +01:00
Tae Won Ha
cb991443a1
Bump version to v0.46.0-20240102.233758
2024-01-02 23:37:58 +01:00
Tae Won Ha
301e97895b
Use GH_TOKEN for all gh actions
2024-01-02 23:37:45 +01:00
Tae Won Ha
c77e91119f
Bump version to v0.46.0-20240102.233603
2024-01-02 23:36:03 +01:00
Tae Won Ha
c9256454b2
Bump version to v0.46.0-20240102.231450
2024-01-02 23:14:50 +01:00
Tae Won Ha
eb5a45d6b3
Bump version to v0.46.0-20240102.230837
2024-01-02 23:08:37 +01:00
Tae Won Ha
91aa42b070
Bump version to v0.46.0-20240102.225530
2024-01-02 22:55:31 +01:00
Tae Won Ha
6fdb62d7ff
Update release notes
2024-01-02 22:54:28 +01:00
Tae Won Ha
55bacdcfe7
Update neovim to v0.9.5
2024-01-02 22:44:56 +01:00
Tae Won Ha
35527bc52e
Do not include font check for CTRuns when typesetting.
...
We have to clear the cache when changing the font (and other parameters
which may affect the typesetting).
2023-12-27 21:50:10 +01:00
Tae Won Ha
4c3d968a0c
Refactor slightly
2023-12-24 22:12:37 +01:00
Tae Won Ha
51aa73aaa8
Refactor slightly
2023-12-24 22:05:23 +01:00
Tae Won Ha
424ea64182
Revert "Use uninitialized array initializer"
...
This reverts commit 60ed0f7aa6
.
2023-12-24 20:35:40 +01:00
Tae Won Ha
6431c1d603
Add comment
2023-12-24 20:28:16 +01:00