mirror of
https://github.com/amix/vimrc
synced 2024-12-14 22:22:37 +00:00
5 lines
124 B
Text
5 lines
124 B
Text
|
$.ajaxStart(function() {
|
||
|
${1://stuff to do when an AJAX call is started and no other AJAX calls are in progress};
|
||
|
});
|
||
|
${2}
|