diff options
author | Douglas Schneider <ds3@ualberta.ca> | 2014-05-19 21:28:02 -0600 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-06-04 07:12:46 +0000 |
commit | e8b4fc53fc1d9ddd1c1faca45bc41fc9ff750278 (patch) | |
tree | 5bf485e9edca845f79821a9de8dc8cf7888c3ffb /src/nvim/version.c | |
parent | d5c2cee1b7aa4847b1e5269a0fa96a0114304aa1 (diff) | |
download | rneovim-e8b4fc53fc1d9ddd1c1faca45bc41fc9ff750278.tar.gz rneovim-e8b4fc53fc1d9ddd1c1faca45bc41fc9ff750278.tar.bz2 rneovim-e8b4fc53fc1d9ddd1c1faca45bc41fc9ff750278.zip |
vim-patch:7.4.275
Problem: When changing the type of a sign that hasn't been
placed ther is no error message.
Solution: Add an error message. (Christian Brabandt)
Author: Bram Moolenaar
https://code.google.com/p/vim/source/detail?r=8a3117a4887c1e12a1165c9719491f96753
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 6354306a08..40ba96c758 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -212,7 +212,7 @@ static int included_patches[] = { //278, 277, //276, - //275, + 275, 274, //273, 272, |