micbou 43ebd5252d
Optimize request building
Reduce the time spent to build the request when there are a lot of buffers by:
 - using the options property on the buffer object to get the mod variable
instead of evaluating getbufvar;
 - not computing the buffer filepath if the buffer is not modified;
 - passing the number of the unloaded buffer instead of its filepath on the
   BufferUnload event. Getting the Python buffer object from its number is
   easier than from its filepath.
2018-01-09 01:40:07 +01:00
..
2018-01-09 01:40:07 +01:00
2018-01-09 01:40:07 +01:00
2017-06-21 02:32:57 +02:00
2017-07-07 22:45:05 +02:00
2016-05-02 23:08:32 +02:00
2018-01-09 01:40:07 +01:00
2018-01-09 01:40:07 +01:00