1
0
forked from aniani/vim

Commit Graph

  • d9ea9069f5 patch 7.4.1237 Problem: Can't translate message without adding a line break. Solution: Join the two parts of the message. v7.4.1237 Bram Moolenaar 2016-02-02 12:38:02 +01:00
  • 885f24fbca patch 7.4.1236 Problem: When "syntax manual" was used switching between buffers removes the highlighting. Solution: Set the syntax option without changing the value. (Anton Lindqvist) v7.4.1236 Bram Moolenaar 2016-02-01 22:54:46 +01:00
  • 11e0afa00a patch 7.4.1235 Problem: Missing change to eval.c. Solution: Include that change. v7.4.1235 Bram Moolenaar 2016-02-01 22:41:00 +01:00
  • 5e9b2fa9bb Updated runtime files and translations. Bram Moolenaar 2016-02-01 22:37:05 +01:00
  • 488a130ea2 patch 7.4.1234 Problem: Demo server only runs with Python 2. Solution: Make it run with Python 3 as well. (Ken Takata) v7.4.1234 Bram Moolenaar 2016-02-01 22:01:10 +01:00
  • 14ad611ca4 patch 7.4.1233 Problem: Channel command may cause a crash. Solution: Check for NULL argument. (Damien) v7.4.1233 Bram Moolenaar 2016-02-01 21:47:13 +01:00
  • 1357caf31f patch 7.4.1232 Problem: Compiler warnings when the Sniff feature is enabled. Solution: Add UNUSED. v7.4.1232 Bram Moolenaar 2016-02-01 21:40:14 +01:00
  • 19d2f15898 patch 7.4.1231 Problem: JSON messages are not parsed properly. Solution: Queue received messages. v7.4.1231 Bram Moolenaar 2016-02-01 21:38:19 +01:00
  • ca568aeec6 patch 7.4.1230 Problem: Win32: opening a channel may hang. Not checking for messages while waiting for characters. Solution: Add a zero timeout. Call parse_queued_messages(). (Yasuhiro Matsumoto) v7.4.1230 Bram Moolenaar 2016-02-01 21:32:58 +01:00
  • fb1f62691e patch 7.4.1229 Problem: "eval" and "expr" channel commands don't work yet. Solution: Implement them. Update the error numbers. Also add "redraw". v7.4.1229 Bram Moolenaar 2016-01-31 20:24:32 +01:00
  • 155500077c patch 7.4.1228 Problem: copy() and deepcopy() fail with special variables. (Nikolai Pavlov) Solution: Make it work. Add a test. Closes #614. v7.4.1228 Bram Moolenaar 2016-01-31 18:45:24 +01:00
  • 448a22549b patch 7.4.1227 Problem: Compiler warnings. Solution: Add UNUSED. Add type cast. (Yegappan Lakshmanan) v7.4.1227 Bram Moolenaar 2016-01-31 18:08:34 +01:00
  • 3803bad99d patch 7.4.1226 Problem: GRESOURCE_HDR is unused. Solution: Remove it. (Kazunobu Kuriyama) v7.4.1226 Bram Moolenaar 2016-01-31 17:56:07 +01:00
  • d14e00ea67 patch 7.4.1225 Problem: Still a few old style function declarations. Solution: Make them new style. (Hirohito Higashi) v7.4.1225 Bram Moolenaar 2016-01-31 17:30:51 +01:00
  • bbb3339dbf patch 7.4.1224 Problem: Build problems with GTK on BSD. (Mike Williams) Solution: Don't use "$<". Skip building gui_gtk_gresources.h when it doesn't work. (Kazunobu Kuriyama) v7.4.1224 Bram Moolenaar 2016-01-31 16:37:33 +01:00
  • a542c680a8 patch 7.4.1223 Problem: Crash when setting v:errors to a number. Solution: Free the typval without assuming its type. (Yasuhiro Matsumoto) v7.4.1223 Bram Moolenaar 2016-01-31 16:28:04 +01:00
  • e2c3810c2a patch 7.4.1222 Problem: ":normal" command and others missing in tiny build. Solution: Graduate FEAT_EX_EXTRA. v7.4.1222 Bram Moolenaar 2016-01-31 14:55:40 +01:00
  • 3c124e3ac8 patch 7.4.1221 Problem: Including netbeans and channel support in small and tiny builds. Build fails with some interfaces. Solution: Only include these features in small build and above. Let configure fail if trying to enable an interface that won't build. v7.4.1221 Bram Moolenaar 2016-01-31 14:36:58 +01:00
  • fa399af7ec patch 7.4.1220 Problem: Warnings for unused variables in tiny build. (Tony Mechelynck) Solution: Move declarations inside #ifdef. (Hirohito Higashi) v7.4.1220 Bram Moolenaar 2016-01-31 14:13:21 +01:00
  • 937204a917 patch 7.4.1219 Problem: Build fails with +channel but without +float. Solution: Add #ifdef. v7.4.1219 Bram Moolenaar 2016-01-30 23:37:38 +01:00
  • 779a7759ad patch 7.4.1218 Problem: Missing change in configure. More changes for function style. Solution: Avoid the typos. v7.4.1218 Bram Moolenaar 2016-01-30 23:26:34 +01:00
  • 20fb9f3464 patch 7.4.1217 Problem: Execution of command on channel doesn't work yet. Solution: Implement the "ex" and "normal" commands. v7.4.1217 Bram Moolenaar 2016-01-30 23:20:33 +01:00
  • ba4ef2757c patch 7.4.1216 Problem: Still using HAVE_STDARG_H. Solution: Assume it's always defined. v7.4.1216 Bram Moolenaar 2016-01-30 21:48:49 +01:00
  • b638a7be95 patch 7.4.1215 Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) v7.4.1215 Bram Moolenaar 2016-01-30 21:29:58 +01:00
  • 764b23c8fd patch 7.4.1214 Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) v7.4.1214 Bram Moolenaar 2016-01-30 21:10:09 +01:00
  • 055409764c patch 7.4.1213 Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) v7.4.1213 Bram Moolenaar 2016-01-30 20:31:25 +01:00
  • c1ab67674a patch 7.4.1212 Problem: Can't build with Motif. Solution: Fix function declaration.(Dominique Pelle) v7.4.1212 Bram Moolenaar 2016-01-30 19:45:49 +01:00
  • 9b57814db1 patch 7.4.1211 Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) v7.4.1211 Bram Moolenaar 2016-01-30 19:39:49 +01:00
  • 52ea13da0f patch 7.4.1210 Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) v7.4.1210 Bram Moolenaar 2016-01-30 18:51:09 +01:00
  • 02fdaeaa69 patch 7.4.1209 Problem: Can't build with Athena. Solution: Fix function declarations. v7.4.1209 Bram Moolenaar 2016-01-30 18:13:55 +01:00
  • 68c2f638e6 patch 7.4.1208 Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) v7.4.1208 Bram Moolenaar 2016-01-30 17:24:07 +01:00
  • 66f948e928 patch 7.4.1207 Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) v7.4.1207 Bram Moolenaar 2016-01-30 16:39:25 +01:00
  • 78c0b7d43e patch 7.4.1206 Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) v7.4.1206 Bram Moolenaar 2016-01-30 15:52:46 +01:00
  • 7454a06e26 patch 7.4.1205 Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) v7.4.1205 Bram Moolenaar 2016-01-30 15:14:10 +01:00
  • 305598b712 patch 7.4.1204 Problem: Latin1 characters cause encoding conversion. Solution: Remove the characters. v7.4.1204 Bram Moolenaar 2016-01-30 13:53:36 +01:00
  • 4349c57543 patch 7.4.1203 Problem: Still more files still using __ARGS. Solution: Remove __ARGS in really the last files. v7.4.1203 Bram Moolenaar 2016-01-30 13:28:28 +01:00
  • 3e96c3d241 patch 7.4.1202 Problem: Still one more file still using __ARGS. Solution: Remove __ARGS in the last file. (script by Hirohito Higashi) (closes #612) v7.4.1202 Bram Moolenaar 2016-01-29 23:46:21 +01:00
  • 569850724e patch 7.4.1201 Problem: One more file still using __ARGS. Solution: Remove __ARGS in the last file. (script by Hirohito Higashi) v7.4.1201 Bram Moolenaar 2016-01-29 23:23:06 +01:00
  • d99df423c5 patch 7.4.1200 Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) v7.4.1200 Bram Moolenaar 2016-01-29 23:20:40 +01:00
  • baaa7e9ec7 patch 7.4.1199 Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) v7.4.1199 Bram Moolenaar 2016-01-29 22:47:03 +01:00
  • 92b8b2d307 patch 7.4.1198 Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Also remove use of HAVE_STDARG_H. v7.4.1198 Bram Moolenaar 2016-01-29 22:36:45 +01:00
  • d25c16e2f2 patch 7.4.1197 Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) v7.4.1197 Bram Moolenaar 2016-01-29 22:13:30 +01:00
  • f28dbcea37 patch 7.4.1196 Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) v7.4.1196 Bram Moolenaar 2016-01-29 22:03:47 +01:00
  • f12d983dea patch 7.4.1195 Problem: The channel feature does not work in the MS-Windows console. Solution: Add win32 console support. (Yasuhiro Matsumoto) v7.4.1195 Bram Moolenaar 2016-01-29 21:11:25 +01:00
  • 83162468b3 patch 7.4.1194 Problem: Compiler warning for not using return value of fwrite(). Solution: Return OK/FAIL. (Charles Campbell) v7.4.1194 Bram Moolenaar 2016-01-28 23:10:07 +01:00
  • b8b6511fc1 patch 7.4.1193 Problem: Can't build the channel feature on MS-Windows. Solution: Add #ifdef HAVE_POLL. v7.4.1193 Bram Moolenaar 2016-01-28 23:01:49 +01:00
  • fa06a517b5 patch 7.4.1192 Problem: Can't build with FEAT_EVAL but without FEAT_MBYTE. (John Marriott) Solution: Add #ifdef for FEAT_MBYTE. v7.4.1192 Bram Moolenaar 2016-01-28 22:46:58 +01:00
  • 298b440930 Update runtime files. Bram Moolenaar 2016-01-28 22:38:53 +01:00
  • 3b5f929b18 patch 7.4.1191 Problem: The channel feature isn't working yet. Solution: Add the connect(), disconnect(), sendexpr() and sendraw() functions. Add initial documentation. Add a demo server. v7.4.1191 Bram Moolenaar 2016-01-28 22:37:01 +01:00
  • ba59ddbd36 patch 7.4.1190 Problem: On OSX the default flag for dlopen() is different. Solution: Add RTLD_LOCAL in the configure check. (sv99, closes #604) v7.4.1190 Bram Moolenaar 2016-01-28 15:34:25 +01:00
  • 923e43b837 patch 7.4.1189 Problem: Using another language on MS-Windows does not work. (Yongwei Wu) Solution: Undo the change to try loading libintl-8.dll first. v7.4.1189 Bram Moolenaar 2016-01-28 15:07:38 +01:00
  • 009d84a34f patch 7.4.1188 Problem: Using older JSON standard. Solution: Update the link. Adjust the text a bit. v7.4.1188 Bram Moolenaar 2016-01-28 14:12:00 +01:00
  • 85be35f33e patch 7.4.1187 Problem: MS-Windows channel code only supports one channel. Doesn't build without netbeans support. Solution: Get the channel index from the socket in the message. Closes #600. v7.4.1187 Bram Moolenaar 2016-01-27 21:08:18 +01:00
  • 4a1314cb9c patch 7.4.1186 Problem: Error messages for security context are hard to translate. Solution: Use one string with %s. (Ken Takata) v7.4.1186 Bram Moolenaar 2016-01-27 20:47:18 +01:00
  • 0d6f835683 patch 7.4.1185 Problem: Can't build with TCL on some systems. Solution: Rename the channel_ functions. v7.4.1185 Bram Moolenaar 2016-01-27 11:07:47 +01:00
  • 54e09e7198 patch 7.4.1184 Problem: MS-Windows build is still broken. Solution: Change nbsock to ch_fd. v7.4.1184 Bram Moolenaar 2016-01-26 23:49:31 +01:00
  • fb4194e4e0 patch 7.4.1183 Problem: MS-Windows build is broken. Solution: Remove init in wrong place. v7.4.1183 Bram Moolenaar 2016-01-26 23:39:55 +01:00
  • d04a020a8a patch 7.4.1182 Problem: Still socket code intertwined with netbeans. Solution: Move code from netbeans.c to channel.c v7.4.1182 Bram Moolenaar 2016-01-26 23:30:18 +01:00
  • 6650a69454 patch 7.4.1181 Problem: free_tv() can't handle special variables. (Damien) Solution: Add the variable type. v7.4.1181 Bram Moolenaar 2016-01-26 19:59:10 +01:00
  • ac80999985 add missing test file Bram Moolenaar 2016-01-25 22:44:54 +01:00
  • 7465c6375f patch 7.4.1180 Problem: Crash with invalid argument to glob2regpat(). Solution: Check for NULL. (Justin M. Keyes, closes #596) Add a test. v7.4.1180 Bram Moolenaar 2016-01-25 22:20:27 +01:00
  • f4f79b84a5 patch 7.4.1179 Problem: test_writefile and test_viml do not delete the tempfile. Solution: Delete the tempfile. (Charles Cooper) Add DeleteTheScript(). v7.4.1179 Bram Moolenaar 2016-01-25 20:38:30 +01:00
  • 767d8c1a1a patch 7.4.1178 Problem: empty() doesn't work for the new special variables. Solution: Make empty() work. (Damien) v7.4.1178 Bram Moolenaar 2016-01-25 20:22:54 +01:00
  • 5aec481097 patch 7.4.1177 Problem: The +channel feature is not in :version output. (Tony Mechelynck) Solution: Add the feature string. v7.4.1177 Bram Moolenaar 2016-01-25 20:15:45 +01:00
  • 1d63539cc7 patch 7.4.1176 Problem: Missing change to proto file. Solution: Update the proto file. (Charles Cooper) v7.4.1176 Bram Moolenaar 2016-01-25 16:05:56 +01:00
  • f75612fd99 patch 7.4.1175 Problem: Can't build with Mingw and Cygwin. Solution: Remove extra "endif". (Christian J. Robinson) v7.4.1175 Bram Moolenaar 2016-01-25 14:17:04 +01:00
  • 3e53c700a2 patch 7.4.1174 Problem: Netbeans contains dead code insde #ifdef. Solution: Remove the dead code. v7.4.1174 Bram Moolenaar 2016-01-24 22:17:03 +01:00
  • 65591001e4 patch 7.4.1173 Problem: No test for new behavior of v:true et al. Solution: Add a test. v7.4.1173 Bram Moolenaar 2016-01-24 21:51:57 +01:00
  • 16435480f0 patch 7.4.1172 Problem: Configure is overly positive. Solution: Insert "test". v7.4.1172 Bram Moolenaar 2016-01-24 21:31:54 +01:00
  • 2e2301437c patch 7.4.1171 Problem: Makefile dependencies are outdated. Solution: Run "make depend". Add GTK resource dependencies. v7.4.1171 Bram Moolenaar 2016-01-24 20:54:37 +01:00
  • 0e7f88e73e patch 7.4.1170 Problem: Missing changes in src/Makefile, Filelist. Solution: Add the missing changes. v7.4.1170 Bram Moolenaar 2016-01-24 20:41:51 +01:00
  • e0874f8cbc patch 7.4.1169 Problem: The socket I/O is intertwined with the netbeans code. Solution: Start refactoring the netbeans communication to split off the socket I/O. Add the +channel feature. v7.4.1169 Bram Moolenaar 2016-01-24 20:36:41 +01:00
  • 705ada1aff Update a few runtime files. Bram Moolenaar 2016-01-24 17:56:50 +01:00
  • f48aa160fd patch 7.4.1168 Problem: This doesn't give the right result: eval(string(v:true)). (Nikolay Pavlov) Solution: Make the string "v:true" instead of "true". v7.4.1168 Bram Moolenaar 2016-01-24 17:54:24 +01:00
  • 0436922965 patch 7.4.1167 Problem: No tests for "is" and "isnot" with the new variables. Solution: Add tests. v7.4.1167 Bram Moolenaar 2016-01-24 17:21:29 +01:00
  • fcaaae6b3f patch 7.4.1166 Problem: Can't encode a Funcref into JSON. jsonencode() doesn't handle the same list or dict twice properly. (Nikolay Pavlov) Solution: Give an error. Reset copyID when the list or dict is finished. v7.4.1166 Bram Moolenaar 2016-01-24 16:49:11 +01:00
  • 938ee834d3 patch 7.4.1165 Problem: When defining DYNAMIC_ICONV_DLL in the makefile, the build fails. Solution: Add #ifdef's. (Taro Muraoka) Try the newer version first. v7.4.1165 Bram Moolenaar 2016-01-24 15:36:03 +01:00
  • 6039c7f053 patch 7.4.1164 Problem: No tests for comparing special variables. Error in jsondecode() not reported. test_json does not work Japanse system. Solution: Set scriptencoding. (Ken Takata) Add a few more tests. Add error. v7.4.1164 Bram Moolenaar 2016-01-24 15:05:32 +01:00
  • 17a13437c9 patch 7.4.1163 Problem: Expressions "0 + v:true" and "'' . v:true" cause an error. Solution: Return something sensible when using a special variable as a number or as a string. (suggested by Damien) v7.4.1163 Bram Moolenaar 2016-01-24 14:22:10 +01:00
  • 9e3be26872 patch 7.4.1162 Problem: Missing error number in MzScheme. (Dominique Pelle) Solution: Add a proper error number. v7.4.1162 Bram Moolenaar 2016-01-24 13:58:40 +01:00
  • 2faa29f896 patch 7.4.1161 Problem: ":argadd" without argument is supposed to add the current buffer name to the arglist. Solution: Make it work as documented. (Coot, closes #577) v7.4.1161 Bram Moolenaar 2016-01-23 23:02:34 +01:00
  • bd4593ffb1 patch 7.4.1160 Problem: No error for jsondecode('"'). Solution: Give an error message for missing double quote. v7.4.1160 Bram Moolenaar 2016-01-23 22:51:07 +01:00
  • e240c2da79 patch 7.4.1159 Problem: Automatically generated function prototypes use __ARGS. Solution: Remove __ARGS from osdef.sh. v7.4.1159 Bram Moolenaar 2016-01-23 22:46:10 +01:00
  • 48e697e4b6 patch 7.4.1158 Problem: Still using __ARGS(). Solution: Remove __ARGS() from eval.c v7.4.1158 Bram Moolenaar 2016-01-23 22:17:30 +01:00
  • f95534c3d4 patch 7.4.1157 Problem: type() does not work for v:true, v:none, etc. Solution: Add new type numbers. v7.4.1157 Bram Moolenaar 2016-01-23 21:59:52 +01:00
  • 2dedb45260 patch 7.4.1156 Problem: Coverity warns for NULL pointer and ignoring return value. Solution: Check for NULL pointer. When dict_add() returns FAIL free the item. v7.4.1156 Bram Moolenaar 2016-01-23 21:38:51 +01:00
  • 64922b9014 patch 7.4.1155 Problem: Build with normal features fails. Solution: Always deinfe dict_lookup(). v7.4.1155 Bram Moolenaar 2016-01-23 19:54:30 +01:00
  • 520e1e41f3 patch 7.4.1154 Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none. v7.4.1154 Bram Moolenaar 2016-01-23 19:46:28 +01:00
  • 6920c72d4d patch 7.4.1153 Problem: Autocommands triggered by quickfix cannot always get the current title value. Solution: Call qf_fill_buffer() later. (Christian Brabandt) v7.4.1153 Bram Moolenaar 2016-01-22 22:44:10 +01:00
  • 09e786e7a7 patch 7.4.1152 Problem: Langmap test fails with normal build. Solution: Check for +langmap feature. v7.4.1152 Bram Moolenaar 2016-01-21 23:53:06 +01:00
  • 13d5aeef56 Update runtime files Bram Moolenaar 2016-01-21 23:36:05 +01:00
  • 5f8a14b9de patch 7.4.1151 Problem: Missing change to eval.c Solution: Also change feedkeys(). v7.4.1151 Bram Moolenaar 2016-01-21 23:34:58 +01:00
  • 25281634cd patch 7.4.1150 Problem: 'langmap' applies to the first character typed in Select mode. (David Watson) Solution: Check for SELECTMODE. (Christian Brabandt, closes #572) Add the 'x' flag to feedkeys(). v7.4.1150 Bram Moolenaar 2016-01-21 23:32:32 +01:00
  • d6357e8f93 patch 7.4.1149 Problem: Using the local value of 'errorformat' causes more problems than it solves. Solution: Revert 7.4.1013. v7.4.1149 Bram Moolenaar 2016-01-21 21:48:09 +01:00
  • e5f2be6159 patch 7.4.1148 Problem: Default for MingW and Cygwin is still "normal". Solution: Use "huge" as default. (Ken Takata) v7.4.1148 Bram Moolenaar 2016-01-21 20:24:34 +01:00
  • 88e8f9f144 patch 7.4.1147 Problem: Conflict for "chartab". (Kazunobu Kuriyama) Solution: Rename the global one to something less obvious. Move it into src/chartab.c. v7.4.1147 Bram Moolenaar 2016-01-20 22:48:02 +01:00
  • a7c3795a2e patch 7.4.1146 Problem: Can't build with Python 3 interface using MingW. Solution: Update the Makefile. (Yasuhiro Matsumoto, Ken Takata) v7.4.1146 Bram Moolenaar 2016-01-20 22:23:15 +01:00
  • 23c4f7183c patch 7.4.1145 Problem: Default features are conservative. Solution: Make the default feature set for most of todays systems "huge". v7.4.1145 Bram Moolenaar 2016-01-20 22:11:59 +01:00
  • 17576a1e33 patch 7.4.1144 Problem: Can't build on several systems. Solution: Include float.h. (Christian Robinson, closes #570 #571) v7.4.1144 Bram Moolenaar 2016-01-20 20:05:44 +01:00
  • f7edf40448 patch 7.4.1143 Problem: Can't sort on floating point numbers. Solution: Add the "f" flag to ":sort". (Alex Jakushev) Also add the "f" flag to sort(). v7.4.1143 Bram Moolenaar 2016-01-19 23:36:15 +01:00