Skip to content

Commit c9551b8

Browse files
committed
Release v0.13
1 parent 9c9d053 commit c9551b8

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"" Vim configuration
22
" Maintainer: Mariano Anaya
3-
" Version: v0.10
3+
" Version: v0.13
44
" Created: 01 Jan 2014
55
""""""""""""""""""""""""""""""
66

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
SHELL := /bin/bash
12
COLORS_DIR := $(HOME)/.vim/colors
23
SYNTAX_DIR := $(HOME)/.vim/syntax
34
PACKAGES_DIR := $(HOME)/.vim/pack/lplugins/start
@@ -86,9 +87,9 @@ install: dirs
8687
.PHONY: changelog
8788
changelog:
8889
@echo "Change Log" >> $(PRECHANGELOG)
89-
@echo -e "==========\n" >> $(PRECHANGELOG)
90+
@echo "==========" >> $(PRECHANGELOG)
9091
@echo "$(TAG) ($(shell date --rfc-3339=date))" >> $(PRECHANGELOG)
91-
@echo "-----------------" >> $(PRECHANGELOG)
92+
@echo "------------------" >> $(PRECHANGELOG)
9293
@git log --no-merges master.. --oneline --pretty=format:"* %s" >> $(PRECHANGELOG)
9394
@echo -ne "\n\n" >> $(PRECHANGELOG)
9495
@tail -n +4 changelog.rst >> $(PRECHANGELOG)

changelog.rst

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
Change Log
22
==========
33

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+
413
v0.10 (2019-07-11)
5-
----=-------------
14+
------------------
615
* Security fix: Disable ``modeline`` (Fixes#55)
716
* Initial support for Cython
817
* Makefile: fix installation for syntax files

0 commit comments

Comments
 (0)