Skip to content

Commit

Permalink
catch up vim 8.1.0005
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed May 20, 2018
1 parent c0e5072 commit a5b6477
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VIM_VER = 8.1.0000
PATCHSET_VER = 20180518
VIM_VER = 8.1.0005
PATCHSET_VER = 20180520

VIM_VER_SHORT = 81

Expand Down
5 changes: 4 additions & 1 deletion build/msvc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ vim-test: vim-build
cd "$(VIM_DIR)\src\testdir"
nmake /NOLOGO /F Make_dos.mak clean
nmake /NOLOGO /F Make_dos.mak win32
nmake /NOLOGO /F Make_dos.mak clean
cd "$(BUILD_DIR)"

vim-test-clean:
Expand Down Expand Up @@ -362,6 +361,10 @@ gvim-test: gvim-build
cd "$(VIM_DIR)\src\testdir"
nmake /NOLOGO /F Make_dos.mak VIMPROG=..\gvim clean
nmake /NOLOGO /F Make_dos.mak VIMPROG=..\gvim gui
cd "$(BUILD_DIR)"

gvim-test-clean:
cd "$(VIM_DIR)\src\testdir"
nmake /NOLOGO /F Make_dos.mak VIMPROG=..\gvim clean
cd "$(BUILD_DIR)"

Expand Down
4 changes: 4 additions & 0 deletions kaoriya/doc/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2018/05/20 の変更点

* ベースコードを8.1.0005に更新しました

## 2018/05/18 の変更点

* ベースコードを8.1.0000に更新しました
Expand Down

0 comments on commit a5b6477

Please sign in to comment.