comparison src/Makefile @ 12920:327e1264b9bf v8.0.1336

patch 8.0.1336: cannot use imactivatefunc() unless compiled with +xim commit https://github.com/vim/vim/commit/6315a9ae924d2104b61d1667ea71af3ac7cf48fa Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 25 15:20:02 2017 +0100 patch 8.0.1336: cannot use imactivatefunc() unless compiled with +xim Problem: Cannot use imactivatefunc() unless compiled with +xim. Solution: Allow using imactivatefunc() when not compiled with +xim. (Yasuhiro Matsumoto, closes #2349)
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Nov 2017 15:30:06 +0100
parents 6bde43dc824c
children f7b2ecaeb79c
comparison
equal deleted inserted replaced
12919:ddb76d6af5de 12920:327e1264b9bf
2188 test_help_tagjump \ 2188 test_help_tagjump \
2189 test_hide \ 2189 test_hide \
2190 test_highlight \ 2190 test_highlight \
2191 test_history \ 2191 test_history \
2192 test_hlsearch \ 2192 test_hlsearch \
2193 test_iminsert \
2193 test_increment \ 2194 test_increment \
2194 test_increment_dbcs \ 2195 test_increment_dbcs \
2195 test_ins_complete \ 2196 test_ins_complete \
2196 test_job_fails \ 2197 test_job_fails \
2197 test_join \ 2198 test_join \