summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-17 21:49:33 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-17 21:49:33 +0100
commitc970330676eaae7ba7cd05cfa46df5a413853ef9 (patch)
tree924e56cf3f08cdd7a0838766c53c2a4c2658586e /src/Makefile
parente9b892ebcd8596bf813793a1eed5a460a9495a28 (diff)
downloadvim-git-c970330676eaae7ba7cd05cfa46df5a413853ef9.tar.gz
patch 7.4.1126v7.4.1126
Problem: Can only get the directory of the current window. Solution: Add window and tab arguments to getcwd() and haslocaldir(). (Thinca, Hirohito Higashi)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 4977d7cb2..b23237ca4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1946,6 +1946,7 @@ test1 \
test_erasebackword \
test_eval \
test_fixeol \
+ test_getcwd \
test_insertcount \
test_listchars \
test_listlbr \