comparison Filelist @ 18174:1ec6539cef68 v8.1.2082

patch 8.1.2082: some files have a weird name to fit in 8.3 characters Commit: https://github.com/vim/vim/commit/30e8e73506e4522ef4aebf7d525c0e6ffe8805fd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 27 13:08:36 2019 +0200 patch 8.1.2082: some files have a weird name to fit in 8.3 characters Problem: Some files have a weird name to fit in 8.3 characters. Solution: Use a nicer names.
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Sep 2019 13:15:03 +0200
parents 6e53d83e021d
children 36f791dd9eae
comparison
equal deleted inserted replaced
18173:f046fb05b08f 18174:1ec6539cef68
90 src/ops.c \ 90 src/ops.c \
91 src/option.c \ 91 src/option.c \
92 src/option.h \ 92 src/option.h \
93 src/optiondefs.h \ 93 src/optiondefs.h \
94 src/optionstr.c \ 94 src/optionstr.c \
95 src/popupmnu.c \ 95 src/popupmenu.c \
96 src/popupwin.c \ 96 src/popupwin.c \
97 src/profiler.c \ 97 src/profiler.c \
98 src/quickfix.c \ 98 src/quickfix.c \
99 src/regexp.c \ 99 src/regexp.c \
100 src/regexp_bt.c \ 100 src/regexp_bt.c \
239 src/proto/netbeans.pro \ 239 src/proto/netbeans.pro \
240 src/proto/normal.pro \ 240 src/proto/normal.pro \
241 src/proto/ops.pro \ 241 src/proto/ops.pro \
242 src/proto/option.pro \ 242 src/proto/option.pro \
243 src/proto/optionstr.pro \ 243 src/proto/optionstr.pro \
244 src/proto/popupmnu.pro \ 244 src/proto/popupmenu.pro \
245 src/proto/popupwin.pro \ 245 src/proto/popupwin.pro \
246 src/proto/profiler.pro \ 246 src/proto/profiler.pro \
247 src/proto/quickfix.pro \ 247 src/proto/quickfix.pro \
248 src/proto/regexp.pro \ 248 src/proto/regexp.pro \
249 src/proto/register.pro \ 249 src/proto/register.pro \
515 src/proto/os_win32.pro \ 515 src/proto/os_win32.pro \
516 src/proto/os_mswin.pro \ 516 src/proto/os_mswin.pro \
517 src/testdir/Make_dos.mak \ 517 src/testdir/Make_dos.mak \
518 src/testdir/Make_ming.mak \ 518 src/testdir/Make_ming.mak \
519 src/testdir/dos.vim \ 519 src/testdir/dos.vim \
520 src/uninstal.c \ 520 src/uninstall.c \
521 src/vim.def \ 521 src/vim.def \
522 src/vim.rc \ 522 src/vim.rc \
523 src/vimio.h \ 523 src/vimio.h \
524 src/gvim.exe.mnf \ 524 src/gvim.exe.mnf \
525 src/vimrun.c \ 525 src/vimrun.c \
530 src/xxd/Make_mvc.mak \ 530 src/xxd/Make_mvc.mak \
531 nsis/gvim.nsi \ 531 nsis/gvim.nsi \
532 nsis/gvim_version.nsh \ 532 nsis/gvim_version.nsh \
533 nsis/README.txt \ 533 nsis/README.txt \
534 nsis/lang/*.nsi \ 534 nsis/lang/*.nsi \
535 uninstal.txt \ 535 uninstall.txt \
536 src/VisVim/Commands.cpp \ 536 src/VisVim/Commands.cpp \
537 src/VisVim/Commands.h \ 537 src/VisVim/Commands.h \
538 src/VisVim/DSAddIn.cpp \ 538 src/VisVim/DSAddIn.cpp \
539 src/VisVim/DSAddIn.h \ 539 src/VisVim/DSAddIn.h \
540 src/VisVim/OleAut.cpp \ 540 src/VisVim/OleAut.cpp \
850 Xxd.info \ 850 Xxd.info \
851 851
852 # files for DOS binary (also in extra archive) 852 # files for DOS binary (also in extra archive)
853 BIN_DOS = \ 853 BIN_DOS = \
854 README_bindos.txt \ 854 README_bindos.txt \
855 uninstal.txt \ 855 uninstall.txt \
856 856
857 # files for Win32 OLE binary (also in extra archive) 857 # files for Win32 OLE binary (also in extra archive)
858 BIN_OLE = \ 858 BIN_OLE = \
859 README_ole.txt \ 859 README_ole.txt \
860 860