File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
" " Vim configuration
2
2
" Maintainer: Mariano Anaya
3
- " Version: v0.10
3
+ " Version: v0.13
4
4
" Created: 01 Jan 2014
5
5
" """""""""""""""""""""""""""""
6
6
Original file line number Diff line number Diff line change
1
+ SHELL := /bin/bash
1
2
COLORS_DIR := $(HOME ) /.vim/colors
2
3
SYNTAX_DIR := $(HOME ) /.vim/syntax
3
4
PACKAGES_DIR := $(HOME ) /.vim/pack/lplugins/start
@@ -86,9 +87,9 @@ install: dirs
86
87
.PHONY : changelog
87
88
changelog :
88
89
@echo " Change Log" >> $(PRECHANGELOG )
89
- @echo -e " ==========\n " >> $(PRECHANGELOG )
90
+ @echo " ==========" >> $(PRECHANGELOG )
90
91
@echo " $( TAG) ($( shell date --rfc-3339=date) )" >> $(PRECHANGELOG )
91
- @echo " -----------------" >> $(PRECHANGELOG )
92
+ @echo " ------------------ " >> $(PRECHANGELOG )
92
93
@git log --no-merges master.. --oneline --pretty=format:" * %s" >> $(PRECHANGELOG )
93
94
@echo -ne " \n\n" >> $(PRECHANGELOG )
94
95
@tail -n +4 changelog.rst >> $(PRECHANGELOG )
Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ v0.13 (2021-05-03)
5
+ ------------------
6
+ * Better support for Cython
7
+ * Set shift width of 2 for YAML files
8
+ * Fixes
9
+ * Set latest regexp engine (performance)
10
+ * `set nonomodeline{,expr} ` fixes security issues
11
+ * Disable error bell
12
+
4
13
v0.10 (2019-07-11)
5
- ----= -------------
14
+ ----- -------------
6
15
* Security fix: Disable ``modeline `` (Fixes#55)
7
16
* Initial support for Cython
8
17
* Makefile: fix installation for syntax files
You can’t perform that action at this time.
0 commit comments