Skip to content

Instantly share code, notes, and snippets.

View chrisbra's full-sized avatar
:octocat:
Most likely working

Christian Brabandt chrisbra

:octocat:
Most likely working
View GitHub Profile
#! /bin/ksh
# Usage: mkvimvim VimVersion [sub-version] (ex. mkvimvim 54d)
# mkvimvim: does some semi-standardized stuff to generate a <vim.vim> file
# It actually generates a <nvim.vim> file for inspection first.
#VIMHOME=/usr/local/share/vim
#VIMHOME="${HOME}/.SW/VIM/Git"
VIMHOME=${HOME}/.SW/VIM
if [[ "$1" = "?" ]]; then
echo "Usage: mkvimvim VimVersion [sub-version] (ex. mkvimvim 54d)"
2020/10/07 06:36:24 ...dules/setting/log.go:343:newLogService() [I] Gitea Log Mode: File(File:info)
2020/10/07 06:36:24 ...les/setting/cache.go:70:newCacheService() [I] Cache Service Enabled
2020/10/07 06:36:24 ...les/setting/cache.go:81:newCacheService() [I] Last Commit Cache Service Enabled
2020/10/07 06:36:24 ...s/setting/session.go:63:newSessionService() [I] Session Service Enabled
2020/10/07 06:36:25 routers/init.go:72:initDBEngine() [I] Beginning ORM engine initialization.
2020/10/07 06:36:25 routers/init.go:79:initDBEngine() [I] ORM engine initialization attempt #1/10...
2020/10/07 06:36:25 ...rm/session_schema.go:25:Ping() [I] PING DATABASE sqlite3
2020/10/07 06:36:25 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' and name = ? [version] - 120.7µs
2020/10/07 06:36:25 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT * FROM version LIMIT 0 [] - 56.7µs
2020/10/07 06:36:25 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT * FROM v
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls s/call s/call name
88.46 839.76 839.76 7514548 0.00 0.00 diff_infold
9.46 929.54 89.78 373856 0.00 0.00 xdl_split
0.54 934.62 5.08 2 2.54 21.19 readfile
0.44 938.78 4.16 8982750 0.00 0.00 xdl_clean_mmatch
0.30 941.63 2.85 11322589 0.00 0.00 xdl_hash_record
| Component | Version | Latest version | CVE | Matching type | CVSS | CVE publication date | Object compilation date | Object | Object full path | Object SHA1 | CVSS3 | CVSS vector (v2) | CVSS vector (v3) | Distribution package | CVSS (Distribution) | CVSS3 (Distribution) | Triage vectors | Note type | Note reason | Vulnerability URL |
|------------|---------|----------------|------------------|-------------------------|------|----------------------|-------------------------|------------------------------|-------------------------------------------------------------------------------------|------------------------------------------|-------|-----------------------------|-------------------------------------|----------------------|---------------------|----------------------|----------------|-----------|--------
@chrisbra
chrisbra / notes.md
Last active May 17, 2019 18:37
vim win32 installer downloads

8.1.1336

  • GitHub Releases (by Asset)
  • GitHub Releases (by Asset)
  • GitHub Releases (by Asset)
  • GitHub Releases (by Asset)
  • GitHub Releases (by Asset)
  • GitHub Releases (by Asset)
  • GitHub Releases (by Asset)

8.1.1330

@chrisbra
chrisbra / vim_build_log_8.1.1212.log
Created April 27, 2019 15:59
vim 8.1.1212 build log
0 136259 chrisbra@debian ~/code/worktree/vim81 (git)-[tags/v8.1.1212]- % { git checkout upstream/master && make -j3 && make test && make clean && git status } |tee ~/vim_build_log_8.1.1212.txt
Starting make in the src directory.
If there are problems, cd to the src directory and run make there
cd src && make first
make[1]: Entering directory '/home/chrisbra/code/worktree/vim81/src'
rm -f auto/config.status auto/config.cache config.log auto/config.log
cd testdir; make -f Makefile clean
rm -f auto/config.h auto/link.log auto/link.sed auto/config.mk
touch auto/config.h
make[2]: Entering directory '/home/chrisbra/code/worktree/vim81/src/testdir'
0 136259 chrisbra@debian ~/code/worktree/vim81 (git)-[tags/v8.1.1212]- % { git checkout upstream/master && make -j3 && make test && make clean && git status } |tee ~/vim_build_log_8.1.1212.txt
Starting make in the src directory.
If there are problems, cd to the src directory and run make there
cd src && make first
make[1]: Entering directory '/home/chrisbra/code/worktree/vim81/src'
rm -f auto/config.status auto/config.cache config.log auto/config.log
cd testdir; make -f Makefile clean
rm -f auto/config.h auto/link.log auto/link.sed auto/config.mk
touch auto/config.h
make[2]: Entering directory '/home/chrisbra/code/worktree/vim81/src/testdir'
diff --git a/nsis/lang/german.nsi b/nsis/lang/german.nsi
index 78ab058e2..02079d593 100644
--- a/nsis/lang/german.nsi
+++ b/nsis/lang/german.nsi
@@ -51,7 +51,7 @@ LangString str_desc_old_ver ${LANG_GERMAN} \
LangString str_section_exe ${LANG_GERMAN} \
"Vim GUI"
LangString str_desc_exe ${LANG_GERMAN} \
- "Vim-GUI-Anwendung und Laufzeitdateien (Dieser Teil ist zwingend\
+ "Vim (Anwendung) und Laufzeitdateien (Dieser Teil ist zwingend \
diff --git a/nsis/lang/german.nsi b/nsis/lang/german.nsi
index 78ab058e2..0c14b8e5f 100644
--- a/nsis/lang/german.nsi
+++ b/nsis/lang/german.nsi
@@ -51,7 +51,7 @@ LangString str_desc_old_ver ${LANG_GERMAN} \
LangString str_section_exe ${LANG_GERMAN} \
"Vim GUI"
LangString str_desc_exe ${LANG_GERMAN} \
- "Vim-GUI-Anwendung und Laufzeitdateien (Dieser Teil ist zwingend\
+ "Vim (Anwendung) und Laufzeitdateien (Dieser Teil ist zwingend \
@chrisbra
chrisbra / diff_external_profile.txt
Created September 13, 2018 13:26
profiling with external and internal diff
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls ms/call ms/call name
90.63 0.15 0.15 336080 0.00 0.00 diff_infold
6.25 0.16 0.01 25606 0.00 0.00 list1
3.13 0.16 0.01 nv_diffgetput
0.00 0.16 0.00 336080 0.00 0.00 foldlevelDiff
0.00 0.16 0.00 277996 0.00 0.00 utfc_ptr2len