aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-01-15 17:11:43 -0300
committerFelipe Morales <hel.sheep@gmail.com>2015-04-28 23:08:31 -0300
commitc5250857733e70d116ccec2cffe08d49772adcdd (patch)
treee0276a301c90ff6b75a7f5d6f8f096b1219d8644 /src/nvim/version.c
parentf6c55022ff9c5bc1c1be882498b1d4c44b032acb (diff)
downloadrneovim-c5250857733e70d116ccec2cffe08d49772adcdd.tar.gz
rneovim-c5250857733e70d116ccec2cffe08d49772adcdd.tar.bz2
rneovim-c5250857733e70d116ccec2cffe08d49772adcdd.zip
vim-patch:7.4.539
Patch 7.4.539 (after 7.4.530) Problem: Crash when computing buffer count. Problem with range for user commands. Line range wrong in Visual area. Solution: Avoid segfault in compute_buffer_local_count(). Check for CMD_USER when checking type of range. (Marcin Szamotulski) https://code.google.com/p/vim/source/detail?name=v7-4-539
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 8622f9fe8a..505894feb2 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -240,7 +240,7 @@ static int included_patches[] = {
//542,
541,
//540 NA
- //539,
+ 539,
538,
537,
536,