updated for version 7.2-120
diff --git a/src/vim.h b/src/vim.h
index 0a979e4..e8a623e 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -1057,6 +1057,7 @@
 #define WSP_HELP	16	/* creating the help window */
 #define WSP_BELOW	32	/* put new window below/right */
 #define WSP_ABOVE	64	/* put new window above/left */
+#define WSP_NEWLOC	128	/* don't copy location list */
 
 /*
  * arguments for gui_set_shellsize()