[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /editors/vim/patches/8.2/
 
Current bandwidth utilization 39.78 Mbit/s
Bandwidth utilization bar
Contents of README:
Patches for Vim - Vi IMproved 8.2

The files in this directory contain source code changes to fix problems
in a released version of Vim.  Each file also contains an explanation of
the problem that is fixed, like the message that was sent to the vim-dev
maillist.

The best is to apply the patches in sequence.  This avoids problems when
a patch depends on a previous patch. 

Before patching, change to the top Vim directory, where the "src" and
"runtime" directories are located.
Depending on the version of "patch" that you use, you may have add an
argument to make it patch the right file:
        patch -p < 8.2.0001
        patch -p0 < 8.2.0001

After applying a patch, you need to compile Vim.  There are no patches
for binaries.

Checksums for the patch files can be found in the file MD5SUMS.


Individual patches for Vim 8.2:

  SIZE  NAME      FIXES
  1549  8.2.0001  #endif comments do not reflect corresponding #ifdef
  2457  8.2.0002  "dj" only deletes first line of closed fold
 16851  8.2.0003  Build file dependencies are incomplete
 16584  8.2.0004  get E685 and E931 if buffer reload is interrupted
  4131  8.2.0005  duplication in version info
  1891  8.2.0006  test using long file name may fail
  4669  8.2.0007  popup menu positioned wrong with folding in two tabs
 11490  8.2.0008  test72 is old style
  3996  8.2.0009  VMS: terminal version doesn't build
 88183  8.2.0010  test64 is old style
  5133  8.2.0011  screen updating wrong when opening preview window
  3423  8.2.0012  some undo functionality is not tested
 17191  8.2.0013  not using a typedef for condstack
 27932  8.2.0014  test69 and test95 are old style
  4754  8.2.0015  not all modeline variants are tested
  1758  8.2.0016  test name used twice, option not restored properly
 48904  8.2.0017  OS/2 and MS-DOS are still mentioned
  2620  8.2.0018  :join does not add white space where it should
  2951  8.2.0019  cannot get number of lines of another buffer
 15312  8.2.0020  mouse clicks in the command line not tested
  3528  8.2.0021  timer test fails too often on Travis with MacOS
  2040  8.2.0022  click in popup window doesn't close it in the GUI
  8371  8.2.0023  command line editing not sufficiently tested
  2104  8.2.0024  filetype Rego not recognized
  1743  8.2.0025  repeated word in comment
292321  8.2.0026  still some /* */ comments
 21092  8.2.0027  still some /* */ comments
  9858  8.2.0028  searchpairpos() is not tested
  3228  8.2.0029  MS-Windows: crash with empty job command
  3988  8.2.0030  "gF" does not work on output of "verbose command"
  2535  8.2.0031  MS-Windows: test for empty job fails
  2887  8.2.0032  MS-Windows: test for blank job fails
  1890  8.2.0033  crash when make_extmatch() runs out of memory
  1798  8.2.0034  missing check for out of memory
 18917  8.2.0035  saving and restoring called_emsg is clumsy
  3171  8.2.0036  not enough test coverage for match functions
  1470  8.2.0037  missing renamed message
  7827  8.2.0038  spell suggestions insufficiently tested
  2696  8.2.0039  memory access error when "z=" has no suggestions
  1763  8.2.0040  timers test is still flaky on Travis for Mac
  2338  8.2.0041  leaking memory when selecting spell suggestion
  1903  8.2.0042  clearing funccal values twice
  1847  8.2.0043  timers test is still flaky on Travis for Mac
 16697  8.2.0044  expression type is used inconsistently
  5301  8.2.0045  script test fails
  9537  8.2.0046  tests for spell suggestions are slow
  6978  8.2.0047  cannot skip tests for specific MS-Windows platform
  1795  8.2.0048  another timers test is flaky on Travis for Mac
  6632  8.2.0049  command line completion not fully tested
  3813  8.2.0050  after deleting a file mark it is still in viminfo
  1913  8.2.0051  command line completion test skipped
  5964  8.2.0052  more-prompt not properly tested
  2507  8.2.0053  windowsversion() does not always return the right value
  6617  8.2.0054  :diffget and :diffput don't have good completion
  2339  8.2.0055  cannot use ":gui" in vimrc with VIMDLL enabled
 62363  8.2.0056  execution stack is incomplete and inefficient
  2705  8.2.0057  cannot build with small features
  1792  8.2.0058  running tests changes ~/.viminfo
  1790  8.2.0059  compiler warnings for unused variables in small build
  2342  8.2.0060  message test only runs with one encoding
  1992  8.2.0061  the execute stack can grow big and never shrinks
  1670  8.2.0062  memory test is flaky on FreeBSD
  1725  8.2.0063  wrong size argument to vim_snprintf()
  6388  8.2.0064  diffmode completion doesn't use per-window setting
  4026  8.2.0065  Amiga and alikes: autoopen only used on Amiga OS4
  7675  8.2.0066  some corners of vim_snprintf() are not tested
 11234  8.2.0067  ERROR_UNKNOWN clashes on some systems
  2106  8.2.0068  crash when using Python 3 with "utf32" encoding
 15191  8.2.0069  ETYPE_ is used for two different enums
  2157  8.2.0070  crash when using Python 3 with "debug" encoding
  2547  8.2.0071  memory test often fails on Cirrus CI
  1636  8.2.0072  memory test still fails on Cirrus CI
  5381  8.2.0073  initializing globals with COMMA is clumsy
  4069  8.2.0074  Python 3 unicode test sometimes fails
  1718  8.2.0075  Python 3 unicode test still sometimes fails
  1723  8.2.0076  Python 3 unicode test fails on MS-Windows
  6570  8.2.0077  settagstack() cannot truncate at current index
  2748  8.2.0078  expanding <sfile> works differently the second time
  1522  8.2.0079  Python 3 unicode test still fails on MS-Windows
  4043  8.2.0080  globals using INIT4() are not in the tags file
  2087  8.2.0081  MS-Windows also need the change to support INIT4()
  2490  8.2.0082  when reusing a buffer listeners are not cleared
  4166  8.2.0083  text properties wrong when tabs and spaces are exchanged
 19804  8.2.0084  complete item "user_data" can only be a string
  3918  8.2.0085  dead code in builtin functions
  2720  8.2.0086  build error for small version
  4305  8.2.0087  crash in command line expansion when out of memory
 16660  8.2.0088  insufficient tests for tags; bug in using extra tag field
  1929  8.2.0089  crash when running out of memory in :setfiletype completion
  1620  8.2.0090  generated files show up in git status
  1869  8.2.0091  compiler warnings for size_t / int types
  8314  8.2.0092  tags functionality insufficiently tested
  2283  8.2.0093  win_splitmove() can make Vim hang
  1516  8.2.0094  MS-Windows: cannot build with Strawberry Perl 5.30
  4518  8.2.0095  cannot specify exit code for :cquit
 13631  8.2.0096  cannot create tiny popup window in last column
  2839  8.2.0097  crash with autocommand and spellfile
  9421  8.2.0098  exe stack length can be wrong without being detected
  2308  8.2.0099  use of NULL pointer when out of memory
 33959  8.2.0100  macros for Ruby are too complicated
  2370  8.2.0101  crash when passing null object to ":echomsg"
  1640  8.2.0102  messages test fails in small version
  3930  8.2.0103  using null object with execute() has strange effects
  2581  8.2.0104  using channel or job with ":execute" has strange effects
  6703  8.2.0105  Vim license not easy to find on github
  8812  8.2.0106  printf formats are not exactly right
  1594  8.2.0107  hgignore is out of sync from gitignore
  5148  8.2.0108  when sign text is changed a manual redraw is needed
  5565  8.2.0109  corrupted text properties when expanding spaces
 16846  8.2.0110  prop_find() is not implemented
 22059  8.2.0111  VAR_SPECIAL is also used for booleans
  2242  8.2.0112  illegal memory access when using 'cindent'
  3850  8.2.0113  "make cmdidxs" fails
  9974  8.2.0114  info about sourced scripts is scattered
  5139  8.2.0115  byte2line() does not work correctly with text properties
  4725  8.2.0116  BufEnter autocmd not triggered on ":tab drop"
  2345  8.2.0117  crash when using gettabwinvar() with invalid arguments
  5488  8.2.0118  crash when cycling to buffers involving popup window 
  1817  8.2.0119  message test fails on some platforms
  4225  8.2.0120  virtcol() does not check arguments to be valid
  4274  8.2.0121  filter() and map() on blob don't work
  8376  8.2.0122  readme files still mention MS-DOS
  4034  8.2.0123  complete_info() does not work when CompleteDone is triggered
  1979  8.2.0124  compiler warnings for variable types
  6470  8.2.0125  :mode no longer works for any system
  1594  8.2.0126  textprop test fails
  3187  8.2.0127  some buffer commands work in a popup window
 12194  8.2.0128  cannot list options one per line
  4494  8.2.0129  MS-Windows installer doesn't use Turkish translations
  2939  8.2.0130  Python3 ranges are not tested
  4110  8.2.0131  command line is not cleared when switching tabs
  3176  8.2.0132  script may be re-used when deleting and creating a new one
  2427  8.2.0133  invalid memory access with search command
  4359  8.2.0134  some map functionality not covered by tests
  2303  8.2.0135  bracketed paste can still cause invalid memory access
  1801  8.2.0136  stray ch_logfile() call
  3314  8.2.0137  crash when using win_execute() from a new tab
  2260  8.2.0138  memory leak when starting a job fails
  2015  8.2.0139  MS-Windows: default for IME is inconsistent
  9953  8.2.0140  CI does not test building doc tags
  2689  8.2.0141  no swift filetype detection
  5532  8.2.0142  possible to enter popup window with CTRL-W p
  1694  8.2.0143  Coverity warning for possible use of NULL pointer
 12830  8.2.0144  some mapping code is not fully tested
  2733  8.2.0145  using #error for compilation errors should be OK now
  3285  8.2.0146  wrong indent when 'showbreak' and 'breakindent' are set
  4848  8.2.0147  block Visual mode operators not correct when 'linebreak' set
  8058  8.2.0148  mapping related function in wrong source file
546902  8.2.0149  maintaining a Vim9 branch separately is more work
  2924  8.2.0150  cannot define python function when using :execute
  5948  8.2.0151  detecting a script was already sourced is unreliable
  2328  8.2.0152  restoring ctrl_x_mode is not needed
  2128  8.2.0153  warning shows when listing version info
 21204  8.2.0154  reallocating the list of scripts is inefficient
  5718  8.2.0155  warnings from MinGW compiler; tests fail without +float
 35557  8.2.0156  various typos in source files and tests
  1822  8.2.0157  Vim9 script files not in list of distributed files
  8411  8.2.0158  triggering CompleteDone earlier is not backwards compatible
 19352  8.2.0159  non-materialized range() list causes problems
  1989  8.2.0160  range test fails
  2619  8.2.0161  not recognizing .gv file as dot filetype
  1730  8.2.0162  balloon test fails in the GUI
  2779  8.2.0163  test hangs on MS-Windows console
  6803  8.2.0164  test_alot takes too long
  1586  8.2.0165  Coverity warning for using NULL pointer
  1738  8.2.0166  Coverity warning for using uninitialized variable
  2056  8.2.0167  Coverity warning for ignoring return value
  1918  8.2.0168  Coverity warning for assigning NULL to an option
  1546  8.2.0169  Coverity warning for dead code
  2419  8.2.0170  Coverity warning for ignoring return value
  1566  8.2.0171  Coverity warning for using uninitialized buffer
  1958  8.2.0172  Coverity warning for not restoring character
 28537  8.2.0173  build fails with old compiler
 15856  8.2.0174  various commands not completely tested
  2955  8.2.0175  crash when removing list element in map()
  1429  8.2.0176  generating os headers does not work for Swedish
  1548  8.2.0177  memory leak in get_tags()
  4310  8.2.0178  with VTP the screen may not be restored properly
 17652  8.2.0179  still a few places where range() does not work
  1720  8.2.0180  test for wrapmargin fails if terminal is not 80 columns
 17654  8.2.0181  problems parsing :term arguments
  2252  8.2.0182  min() and max() materialize a range() list
 60266  8.2.0183  tests fail when the float feature is disabled
  1590  8.2.0184  blob test fails
 16105  8.2.0185  Vim9 script: cannot use "if has()" to skip lines
  2393  8.2.0186  a couple of tests may fail when features are missing
  1850  8.2.0187  reduntant code
  8482  8.2.0188  Check commands don't work well with Vim9 script
  2087  8.2.0189  cd() with NULL argument crashes
  2564  8.2.0190  Kotlin files are not recognized
 31598  8.2.0191  cannot put a terminal in a popup window
  3621  8.2.0192  build failure without +terminal feature
  1938  8.2.0193  still build failure without +terminal feature
 10759  8.2.0194  some commands can cause problems in terminal popup
  2900  8.2.0195  some tests fail when run in the GUI
  5288  8.2.0196  blocking commands for a finished job in a popup window
 10593  8.2.0197  some Ex commands not sufficiently tested
  3151  8.2.0198  no tests for y/n prompt
  5865  8.2.0199  Vim9 script commands not sufficiently tested
 26806  8.2.0200  Vim9 script commands not sufficiently tested
 18634  8.2.0201  cannot assign to an imported variable
  1417  8.2.0202  when 'lazyredraw' is set the window title may not be updated
 11345  8.2.0203  :helptags and some other functionality not tested
  3391  8.2.0204  crash when using winnr('j') in a popup window
  2126  8.2.0205  error code E899 used twice
  4162  8.2.0206  calling Vim9 function using default argument fails
  4686  8.2.0207  crash when missing member type on list argument
  6927  8.2.0208  fnamemodify() does not apply ":~" when followed by ":."
  4772  8.2.0209  function a bit far away from where it's used
  1736  8.2.0210  Coverity complains about uninitialized field
  2762  8.2.0211  test for ANSI colors fails without an "ls" command
 10146  8.2.0212  missing search/substitute pattern hardly tested
  3497  8.2.0213  configure does not recognize gcc 10.0 and later
  4637  8.2.0214  a popup window with a terminal can be made hidden
  2675  8.2.0215  wrong file name shortening
  5306  8.2.0216  several Vim9 instructions are not tested
  1817  8.2.0217  terminal test fails on Mac
  6678  8.2.0218  several Vim9 instructions are not tested
  2103  8.2.0219  terminal test still fails on Mac
  2078  8.2.0220  terminal test did pass on Mac
  3281  8.2.0221  no test for Vim9 += and ..=
 16301  8.2.0222  Vim9: optional function arguments don't work yet
 19305  8.2.0223  some instructions not yet tested
  5603  8.2.0224  compiling :elseif not tested yet
  4828  8.2.0225  compiling lambda not tested yet
  3825  8.2.0226  compiling for loop not tested
  3870  8.2.0227  compiling a few instructions not tested
  2846  8.2.0228  configure does not recognize gcc version on BSD
 11790  8.2.0229  compare instructions not tested
  1806  8.2.0230  terminal popup test is flaky
  1961  8.2.0231  silent system command may clear the screen
  2709  8.2.0232  the :compiler command causes a crash
 12940  8.2.0233  crash when using garbagecollect() in between rand()
  2512  8.2.0234  message test fails on SunOS
  2936  8.2.0235  draw error when an empty group is removed from 'statusline'
  1768  8.2.0236  MS-Windows uninstall doesn't delete vimtutur.bat
  2231  8.2.0237  crash when setting 'wincolor' on finished terminal window
  2798  8.2.0238  MS-Windows: job_stop() results in exit value zero
  3106  8.2.0239  MS-Windows: 'env' job option does not override existing vars
  3881  8.2.0240  using memory after it was freed
  2064  8.2.0241  crash when setting 'buftype' to "quickfix"
  2147  8.2.0242  preview popup window test fails with long directory name
 22438  8.2.0243  insufficient code coverage for ex_docmd.c functions
  1994  8.2.0244  compiler warning in Lua interface
  1725  8.2.0245  MSVC: error message if the auto directory already exists
  5304  8.2.0246  MSVC: deprecation warnings with Ruby
  1808  8.2.0247  misleading comment in NSIS installer script
  5569  8.2.0248  MS-Windows: dealing with deprecation is too complicated
  2652  8.2.0249  MS-Windows: various warnings
  7215  8.2.0250  test_clear_search_pat() is unused
  4121  8.2.0251  a couple of function return types can be more specific
  2092  8.2.0252  Windows compiler warns for using size_t
  3477  8.2.0253  crash when using :disassamble without argument
  1763  8.2.0254  compiler warning for checking size_t to be negative
  2635  8.2.0255  VMS: missing files in build
 68712  8.2.0256  time and timer related code is spread out
  8540  8.2.0257  cannot recognize a terminal in a popup window
  6070  8.2.0258  modifyOtherKeys cannot be temporarily disabled
  2932  8.2.0259  terminal in popup test sometimes fails
 16546  8.2.0260  several lines of code are duplicated
 10871  8.2.0261  some code not covered by tests
  1617  8.2.0262  fileformat test fails on MS-Windows
  3205  8.2.0263  a few new Vim9 messages are not localized
  1845  8.2.0264  fileformat test still fails on MS-Windows
  1949  8.2.0265  "eval" after "if 0" doesn't check for following command
  1437  8.2.0266  terminal in popup test sometimes fails on Mac
  2107  8.2.0267  no check for a following cmd when calling a function fails
  1697  8.2.0268  trycatch test fails
  2877  8.2.0269  Vim9: operator after list index does not work
 24105  8.2.0270  some code not covered by tests
 14835  8.2.0271  the "num64" feature is available everywhere
  5481  8.2.0272  ":helptags ALL" gives error for some directories
  3732  8.2.0273  MS-Windows uninstall may delete wrong batch file
  2875  8.2.0274  hang with combination of feedkeys(), Ex mode and :global
  8120  8.2.0275  some Ex code not covered by tests
  3469  8.2.0276  Vim9: not allowing space before ")" in function call
  5067  8.2.0277  Vim9: not all instructions covered by tests
  1932  8.2.0278  channel test is flaky on Mac
  2150  8.2.0279  Vim9: no test for deleted :def function
  2155  8.2.0280  Vim9: throw in :def function not caught higher up
  4844  8.2.0281  two placed signs in the same line are not combined
  4136  8.2.0282  Vim9: setting number option not tested
  3668  8.2.0283  Vim9: failing to load script var not tested
  1579  8.2.0284  Vim9: assignment test fails
  6719  8.2.0285  unused error message; cannot create s:var
  7325  8.2.0286  cannot use popup_close() for a terminal popup
  2925  8.2.0287  Vim9: return in try block not tested; catch not tested
  8199  8.2.0288  Vim9: some float and blob operators not tested
  1390  8.2.0289  Vim9: :echo did not clear the rest of the line
  2419  8.2.0290  running individual test differs from all tests
  7996  8.2.0291  Vim9: assigning [] to list<string> doesn't work
  2267  8.2.0292  Vim9: CHECKNR and CHECKTYPE instructions not tested
 14618  8.2.0293  various Ex commands not sufficiently tested
 13597  8.2.0294  cannot use Ex command that is also a function name
 17226  8.2.0295  highlighting for :s wrong when using different separator
 19909  8.2.0296  mixing up "long long" and __int64 may cause problems
  2148  8.2.0297  compiler warnings for the Ruby interface
  5679  8.2.0298  Vim9 script: cannot start command with a string constant
  5897  8.2.0299  Vim9: ISN_STORE with argument not tested
  1754  8.2.0300  Vim9: expression test fails without channel support
  8193  8.2.0301  insufficient testing for exception handling
  3046  8.2.0302  setting 'term' may cause error in TermChanged autocommand
  1422  8.2.0303  TermChanged test fails in the GUI
  1878  8.2.0304  terminal test if failing on some systems
  3421  8.2.0305  relativenumber test fails on some systems
  2909  8.2.0306  Vim9: :substitute(pat(repl does not work in Vim9 script
  3011  8.2.0307  Python 3 vim.eval not well tested
  2565  8.2.0308  'showbreak' does not work for a very long line
  5888  8.2.0309  window-local values have confusing name
  2827  8.2.0310  autocmd test fails on a slow system
  2598  8.2.0311  Vim9: insufficient script tests
 12101  8.2.0312  Vim9: insufficient script tests
  5539  8.2.0313  Vim9: insufficient script tests
  1854  8.2.0314  short name not set for terminal buffer
  2997  8.2.0315  build failure on HP-UX system
  9089  8.2.0316  ex_getln.c code has insufficient test coverage
  1884  8.2.0317  MSVC: _CRT_SECURE_NO_DEPRECATE not defined on DEBUG build
  4475  8.2.0318  Vim9: types not sufficiently tested
  3544  8.2.0319  file missing in distribution, comments outdated
222244  8.2.0320  no Haiku support
  8639  8.2.0321  Vim9: ":execute" does not work yet
  5701  8.2.0322  Vim9: error checks not tested
  8478  8.2.0323  Vim9: calling a function that is defined later is slow
  8788  8.2.0324  text property not updated correctly when inserting/deleting
 10818  8.2.0325  ex_getln.c code not covered by tests
  1788  8.2.0326  compiler warning for using uninitialized variable
  2981  8.2.0327  crash when opening and closing two popup terminal windows
 15040  8.2.0328  no redraw when leaving term-normal mode in popup terminal
  3708  8.2.0329  popup filter converts 0x80 bytes
  1381  8.2.0330  build error with popup window but without terminal
  3220  8.2.0331  internal error when using test_void() and test_unknown()
  4519  8.2.0332  some code in ex_getln.c not covered by tests
  3982  8.2.0333  terminal in popup test is flaky
  6119  8.2.0334  abort called when using test_void()
  4242  8.2.0335  no completion for :disassemble
 12094  8.2.0336  Vim9: insufficient test coverage for compiling
  1555  8.2.0337  build fails on a few systems
  1477  8.2.0338  build failure without the channel feature
 74311  8.2.0339  Vim9: function return type may depend on arguments
  5078  8.2.0340  Vim9: function and partial types not tested
  3144  8.2.0341  using ":for" in Vim9 script gives an error
  5710  8.2.0342  some code in ex_getln.c not covered by tests
  4773  8.2.0343  Vim9: using wrong instruction, limited test coverage
  1480  8.2.0344  ":def" not skipped properly
  1500  8.2.0345  compiler warning when building without the float feature
  7931  8.2.0346  Vim9: finding common list type not tested
 10476  8.2.0347  various code not covered by tests
 10799  8.2.0348  Vim9: not all code tested
  3030  8.2.0349  Vim9: constant expression not well tested
 22031  8.2.0350  Vim9: expression tests don't use recognized constants
  1512  8.2.0351  terminal in popup test is still a bit flaky
  4177  8.2.0352  FreeBSD: test for sourcing utf-8 is skipped
  2687  8.2.0353  Vim9: while loop not tested
  1469  8.2.0354  Python 3.9 does not define _Py_DEC_REFTOTAL
  4404  8.2.0355  Vim9: str_val is confusing, it's a number
  6740  8.2.0356  MS-Windows: feedkeys() with VIMDLL cannot handle CSI
  4030  8.2.0357  cannot delete a text property matching both id and type
  8982  8.2.0358  insufficient testing for indent.c
  2237  8.2.0359  popup_atcursor() may hang
  1942  8.2.0360  yaml files are only recognized by the file extension
  3125  8.2.0361  internal error when using "0" for a callback
  2175  8.2.0362  MS-Windows: channel test fails if grep is not available
 22535  8.2.0363  some Normal mode commands not tested
  2530  8.2.0364  printf test failing on Haiku
  4851  8.2.0365  tag kind can't be a multi-byte character
  7335  8.2.0366  hardcopy command not tested enough
  2149  8.2.0367  can use :pedit in a popup window
  7477  8.2.0368  Vim9: import that redefines local variable does not fail
 34492  8.2.0369  various Normal mode commands not fully tested
  2417  8.2.0370  the typebuf_was_filled flag is sometimes not reset
  6732  8.2.0371  crash with combination of terminal popup and autocmd
  4466  8.2.0372  prop_find() may not find text property at start of the line
  2526  8.2.0373  type of term_sendkeys() is unknown
  1534  8.2.0374  using wrong printf directive for jump location
  3338  8.2.0375  Coverity warning for not using return value
  1462  8.2.0376  nasty callback test fails on some systems
  2933  8.2.0377  no CI test for a big-endian system
  2701  8.2.0378  prop_find() does not find all props
  1792  8.2.0379  gcc warns for ambiguous else
  5731  8.2.0380  tiny popup when creating a terminal popup without minwidth
  2771  8.2.0381  using freed memory with :lvimgrep and autocommand
 11662  8.2.0382  some tests fail when run under valgrind
  1593  8.2.0383  wrong feature check causes test not to be run
  3707  8.2.0384  Travis CI has warnings
 38895  8.2.0385  menu functionality insufficiently tested
  1773  8.2.0386  part from unfinished patch got included
  2338  8.2.0387  error for possible NULL argument to qsort()
  6692  8.2.0388  printmbcharset option not tested
  1597  8.2.0389  delayed redraw when shifting text from Insert mode
  6796  8.2.0390  terminal postponed scrollback test is flaky
  2615  8.2.0391  CI test coverage dropped
  3116  8.2.0392  Coverity warns for using array index out of range
  2211  8.2.0393  Coverity warns for not using return value
  1671  8.2.0394  Coverity complains about using NULL pointer
  1833  8.2.0395  build fails with FEAT_EVAL but without FEAT_MENU
 12909  8.2.0396  cmdexpand.c insufficiently tested
  2502  8.2.0397  delayed screen update when using undo from Insert mode
  5040  8.2.0398  profile test fails when two functions take same time
  4842  8.2.0399  various memory leaks
  4248  8.2.0400  not all tests using a terminal are in the list of flaky tests
 17132  8.2.0401  not enough test coverage for evalvars.c
  3478  8.2.0402  setting local instead of global flag
  2868  8.2.0403  when 'buftype' is "nofile" there is no overwrite check
  2048  8.2.0404  writefile() error does not give a hint
  3073  8.2.0405  MSVC: build fails with some combination of features
  2253  8.2.0406  FileReadCmd event not well tested
  4043  8.2.0407  no early check if :find and :sfind have an argument
  1381  8.2.0408  delete() commented out for testing
 13412  8.2.0409  search test leaves file behind
  2012  8.2.0410  channel test fails too often on slow Mac
  1822  8.2.0411  Mac: breakcheck is using a value from the stone ages
  2909  8.2.0412  MS-Windows: cannot use vimtutor from the start menu
 20994  8.2.0413  buffer menu does not handle special buffers properly
  5532  8.2.0414  channel connect_waittime() test is flaky
  3208  8.2.0415  bsdl filetype is not detected
  1592  8.2.0416  test leaves file behind
  8668  8.2.0417  Travis CI config can be improved
 20647  8.2.0418  code in eval.c not sufficiently covered by tests
 18711  8.2.0419  various memory leaks in Vim9 script code
  3066  8.2.0420  Vim9: cannot interrupt a loop with CTRL-C
  4020  8.2.0421  interrupting with CTRL-C does not always work
  2571  8.2.0422  crash when passing popup window to win_splitmove()
  5553  8.2.0423  in some environments a few tests are expected to fail
  2485  8.2.0424  checking for wrong return value
 51025  8.2.0425  code for modeless selection not sufficiently tested
  5649  8.2.0426  some errors were not tested for
 37995  8.2.0427  it is not possible to check for a typo in a feature name
  2844  8.2.0428  buffer name may leak
  1567  8.2.0429  no warning when test checks for option that never exists
  5262  8.2.0430  window creation failure not properly tested
  1993  8.2.0431  some compilers don't support using \e for Esc
  6156  8.2.0432  a few tests fail in a huge terminal
  5088  8.2.0433  INT signal not properly tested
  1453  8.2.0434  MS-Windows with VTP: Normal color not working
  2069  8.2.0435  channel contents might be freed twice
 13442  8.2.0436  no warnings for incorrect printf arguments
  6700  8.2.0437  MS-Windows installer contains old stuff
  2671  8.2.0438  terminal noblock test is very flaky on BSD
  5108  8.2.0439  :disassemble has minor flaws
  3341  8.2.0440  terminal noblock test is still very flaky on BSD
  2913  8.2.0441  terminal noblock test is still failing on BSD
  2756  8.2.0442  channel contents might be used after being freed
138665  8.2.0443  clipboard code is spread out
  3318  8.2.0444  swap file test fails on some systems
  2354  8.2.0445  png and xpm files not in MS-Windows zip file
  2469  8.2.0446  listener with undo of deleting all lines not tested
  2376  8.2.0447  terminal scroll tests fails on some systems
 24985  8.2.0448  various functions not properly tested
  3011  8.2.0449  Vim9: crash if return type is invalid
 11029  8.2.0450  not enough testing for restricted mode and function calls
  1616  8.2.0451  Win32: double-width character displayed incorrectly
  2272  8.2.0452  channel_parse_messages() fails when called recursively
  3245  8.2.0453  trailing space in job_start() command causes empty argument
  6485  8.2.0454  some tests fail when the system is slow
 19952  8.2.0455  cannot set the highlight group for a specific terminal
  2705  8.2.0456  Test_confirm_cmd is flaky
  2425  8.2.0457  Test_quotestar() often fails when run under valgrind
  1622  8.2.0458  missing feature check in test function
 47687  8.2.0459  cannot check if a function name is correct
  2644  8.2.0460  build failure because of wrong feature name
  1571  8.2.0461  confirm test fails on amd64 system
  3344  8.2.0462  previewwindow test fails on some systems
  2512  8.2.0463  build error without float and channel feature
  5648  8.2.0464  typos and other small problems
  5874  8.2.0465  Vim9: dead code and wrong return type
  4471  8.2.0466  not parsing messages recursively breaks the govim plugin
  8203  8.2.0467  Vim9: some errors are not tested
  7139  8.2.0468  GUI: pixel dust with some fonts and characters
  4360  8.2.0469  Vim9: no error for missing ] after list
  1964  8.2.0470  Test_confirm_cmd_cancel() can fail on a slow system
  1742  8.2.0471  missing change to compile_list()
  1387  8.2.0472  terminal highlight name is set twice, leaking memory
  3546  8.2.0473  variables declared in an outer scope
  3388  8.2.0474  cannot use :write when using a plugin with BufWriteCmd
  2200  8.2.0475  channel out_cb test still fails sometimes on Mac
  2355  8.2.0476  terminal nasty callback test fails sometimes
  3314  8.2.0477  Vim9: error messages not tested
  4593  8.2.0478  new buffers are not added to the Buffers menu
  4619  8.2.0479  unloading shared libraries on exit has no purpose
  3494  8.2.0480  Vim9: some code is not tested
  7070  8.2.0481  Travis is still using trusty
 31807  8.2.0482  channel and sandbox code not sufficiently tested
  2688  8.2.0483  Vim9: "let x = x + 1" does not give an error
  2872  8.2.0484  Vim9: some error messages not tested
  2494  8.2.0485  Vim9 script test fails
  7966  8.2.0486  Vim9: some code and error messages not tested
  9517  8.2.0487  Vim9: compiling not sufficiently tested
  5274  8.2.0488  Vim9: compiling can break when using a lambda inside :def
  6260  8.2.0489  Vim9: memory leaks
  1753  8.2.0490  Win32: VTP doesn't respect 'restorescreen'
  4764  8.2.0491  cannot recognize a <script> mapping using maparg()
  8956  8.2.0492  Vim9: some error messages not tested
 10688  8.2.0493  Vim9: some error messages not tested
  1658  8.2.0494  Vim9: asan error
  4771  8.2.0495  Vim9: some code not tested
  3400  8.2.0496  Vim9: disassemble test fails
  2604  8.2.0497  too verbose output from the asan build in Travis
  1734  8.2.0498  Coverity complains about uninitialized field
  9226  8.2.0499  calling a lambda is slower than evaluating a string
 66291  8.2.0500  using the same loop in many places
  1898  8.2.0501  Vim9: script test fails when channel feature is missing
 19346  8.2.0502  Vim9: some code is not tested
  7976  8.2.0503  Vim9: some code is not tested
  2309  8.2.0504  Vim9: leaking scope memory when compilation fails
  3719  8.2.0505  term_getty() not sufficiently tested
  1633  8.2.0506  Coverity complains about ignoring return value
  2762  8.2.0507  getbufvar() may get the wrong dictionary
 30864  8.2.0508  Vim9: func and partial types not done yet
 24280  8.2.0509  various code is not properly tested.
  2440  8.2.0510  Coverity complains about using uninitialized variable
 16222  8.2.0511  Cscope code not fully tested
 59487  8.2.0512  Vim9: no optional arguments in func type
  2963  8.2.0513  reading past allocated memory when using varargs
  7872  8.2.0514  several global functions are used in only one file
  3269  8.2.0515  some compilers cannot add to "void *"
 62078  8.2.0516  client-server code is spread out
 20530  8.2.0517  Vim9: cannot separate "func" and "func(): void"
  2171  8.2.0518  a terminal falls back to setting $TERM to "xterm"
  3535  8.2.0519  Vim9: return type not properly checked
  1684  8.2.0520  tests are not listed in sorted order
  3372  8.2.0521  crash when reading a blob fails
 19080  8.2.0522  several errors are not tested for
 24711  8.2.0523  loops are repeated
  4202  8.2.0524  Win32: searching for file matches is slow
  2287  8.2.0525  Win32: typo in assignment and misplaced paren
  1987  8.2.0526  Gcc 9 complains about empty statement
 11280  8.2.0527  Vim9: function types insufficiently tested
  4916  8.2.0528  Vim9: function arguments insufficiently tested
  4079  8.2.0529  Vim9: function argument with default not checked
  2154  8.2.0530  test crashes on s390
 18580  8.2.0531  various errors not tested
  3815  8.2.0532  cannot use simplify() as a method
 80555  8.2.0533  tests using term_wait() can still be flaky
  1907  8.2.0534  client-server test fails under valgrind
 16365  8.2.0535  regexp patterns not fully tested
  7167  8.2.0536  Vim9: some compilation code not tested
  2870  8.2.0537  Vim9: no check for sandbox when setting v:var
  6495  8.2.0538  Vim9: VAR_PARTIAL is not used during compilation
  2704  8.2.0539  comparing two NULL list fails
 27185  8.2.0540  regexp and other code not tested
 12645  8.2.0541  Travis CI does not give compiler warnings
  2850  8.2.0542  no test for E386
 22793  8.2.0543  Vim9: function with varargs does not work properly
  1659  8.2.0544  memory leak in search test
  8952  8.2.0545  unused arguments ignored in non-standard way
  8179  8.2.0546  Vim9: varargs implementation is inefficient
  3456  8.2.0547  Win32: restoring screen not always done right
  6057  8.2.0548  Vim9: not all possible func type errors tested
  4029  8.2.0549  user systemd files not recognized
  3721  8.2.0550  some changes in the libvterm upstream code
  9085  8.2.0551  not all code for options is tested
  4613  8.2.0552  Vim9: some errors not covered by tests
  1797  8.2.0553  error for unused argument
  2903  8.2.0554  the GUI doesn't set t_Co
  7648  8.2.0555  Vim9: line continuation is not always needed
  1931  8.2.0556  Vim9: memory leak when finding common type
 57292  8.2.0557  no IPv6 support for channels
  2319  8.2.0558  Vim9: dict code not covered by tests
 79607  8.2.0559  clearing a struct is verbose
  2728  8.2.0560  compiler warning in tiny build
  7223  8.2.0561  Vim9: cannot split function call in multiple lines
 17585  8.2.0562  Vim9: cannot split an expression into multiple lines
  8350  8.2.0563  Vim9: cannot split a function line
  3563  8.2.0564  Vim9: calling a def function from non-vim9 may fail
 49216  8.2.0565  Vim9: tests contain superfluous line continuation
  2226  8.2.0566  Vim9: variable can be used uninitialized
 14904  8.2.0567  Vim9: cannot put comments halfway expressions
  4334  8.2.0568  the man filetype plugin overwrites the unnamed register
  1443  8.2.0569  build failure with tiny version
  6986  8.2.0570  Vim9: no error when omitting type from argument
  2107  8.2.0571  double free when passing invalid argument to job_start()
  1481  8.2.0572  using two lines for free and reset
  3947  8.2.0573  using :version twice leaks memory
  2479  8.2.0574  ipv6 feature not shown in :version output
  2199  8.2.0575  :digraph! not tested
  3186  8.2.0576  some errors are not covered by tests
 11063  8.2.0577  not all modifiers supported for :options
170171  8.2.0578  heredoc for interfaces does not support "trim"
  1949  8.2.0579  Coverity warns for unused value
  3352  8.2.0580  window size wrong if 'ea' is off and 'splitright' is on
  3366  8.2.0581  Win32 console: the cursor position is always top-left
  3881  8.2.0582  color ramp test does not show text colors
  5624  8.2.0583  Vim9: # comment not recognized in :def function
  1871  8.2.0584  viminfo file uses obsolete function file_readable()
  9320  8.2.0585  Vim9: # comment not recognized after :vim9script
  2928  8.2.0586  Vim9: # comment not sufficiently tested
  1514  8.2.0587  compiler warning for unused variable
  2896  8.2.0588  Putty does not use "sgr" 'ttymouse' by default
  2692  8.2.0589  .bsd file type not recognized
 10197  8.2.0590  no 'backspace' value allows ignoring the insertion point
  2078  8.2.0591  MS-Windows: should always support IPv6
  1452  8.2.0592  MS-Windows with VTP: cursor is not made invisible
  3454  8.2.0593  finding a user command is not optimal
  5569  8.2.0594  MS-Windows: cannot build with WINVER set to 0x0501
 13856  8.2.0595  Vim9: not all commands using ends_excmd() tested
  2578  8.2.0596  crash in test49
 11893  8.2.0597  test_eval is old style
  2095  8.2.0598  test_eval_stuff fails in normal terminal
 39503  8.2.0599  Netbeans interface insufficiently tested
 15104  8.2.0600  Vim9: cannot read or write w:, t: and b: variables
 18763  8.2.0601  Vim9: :unlet is not compiled
  5346  8.2.0602  :unlet $VAR does not work properly
  3436  8.2.0603  configure does not detect moonjit
  2555  8.2.0604  :startinsert in a terminal window used later
  5493  8.2.0605  Vim9: cannot unlet an environment variable
  6521  8.2.0606  several syntax HL errors not checked
  3281  8.2.0607  gcc warns for using uninitialized variable
  1825  8.2.0608  warning from clang when building message test
  2638  8.2.0609  configure does not detect moonjit correctly
 20102  8.2.0610  some tests are still old style
  4958  8.2.0611  Vim9: no check for space before #comment
 10955  8.2.0612  Vim9: no check for space before #comment
 19950  8.2.0613  Vim9: no check for space before #comment
 13804  8.2.0614  get ml_get error when deleting a line in 'completefunc'
 20671  8.2.0615  regexp benchmark stest is old style
  1630  8.2.0616  build error when disabling the diff feature
  2537  8.2.0617  new error check triggers in Swedish menu
  2449  8.2.0618  echoing a null list results in no output
 14373  8.2.0619  null dict is not handled like an empty dict
  5710  8.2.0620  error in menu translations
  2572  8.2.0621  after running tests asan files may remain
 12786  8.2.0622  Haiku: GUI does not compile
  1515  8.2.0623  typo in test comment
  8560  8.2.0624  Vim9: no check for space before #comment
  4724  8.2.0625  Vim9: confusing error when calling unknown function
 13965  8.2.0626  Vim9: wrong syntax of function in Vim9 script
  1400  8.2.0627  Vim9: error message does not work
 80527  8.2.0628  error in menu translations
  3002  8.2.0629  setting a boolean option to v:false does not work
  1243  8.2.0630  "make tags" does not cover Haiku GUI file
256246  8.2.0631  Haiku file formatted with wrong tabstop
  1446  8.2.0632  crash when using Haiku
 13635  8.2.0633  crash when using null partial in filter()
 19251  8.2.0634  crash with null partial and blob
  1648  8.2.0635  when using 256 colors DarkYellow does not show expected color
  1532  8.2.0636  :messages does not show the maintainer when $LANG is unset
  3257  8.2.0637  incsearch highlighting does not work for ":sort!"
  1522  8.2.0638  MS-Windows: messages test fails
  3529  8.2.0639  MS-Windows: messages test still fails
 42251  8.2.0640  Vim9: expanding `=expr` does not work
  5150  8.2.0641  Vim9: `=expr` not expanded in :hardcopy and syn-include
  2452  8.2.0642  Vim9: using invalid index
  2947  8.2.0643  terminal uses brown instead of dark yellow
 16983  8.2.0644  insufficient testing for invalid function arguments
  1885  8.2.0645  MS-Windows terminal: CTRL-C does not get to child job
  3028  8.2.0646  t_Co uses the value of $COLORS in the GUI
  2158  8.2.0647  MS-Windows: repeat count for events was not used
  2826  8.2.0648  semicolon search does not work in first line
  2820  8.2.0649  undo problem when an InsertLeave autocommand resets undo
 35386  8.2.0650  Vim9: script function can be deleted
  1496  8.2.0651  old style benchmark test still in list of distributed files
  2106  8.2.0652  compiler warning for char conversion
  4836  8.2.0653  using uninitialized pointer
  1488  8.2.0654  building with Python fails
 26350  8.2.0655  search code not sufficiently tested
  3410  8.2.0656  MS-Windows: redrawing right screen edge may not be needed
  6097  8.2.0657  Vim9: no check if called variable is a FuncRef
  1772  8.2.0658  HP-UX build fails when setenv() is not defined
  4013  8.2.0659  Vim9: no test for equal func type
118151  8.2.0660  the search.c file is a bit big
 24388  8.2.0661  eval test is still old style
  4767  8.2.0662  cannot use input() in a channel callback
  3841  8.2.0663  not all systemd temp files are recognized
  8718  8.2.0664  included undesired changes in Makefile
  6066  8.2.0665  wrongly assuming Python executable is called "python"
  3259  8.2.0666  Ruby test fails on MS-Windows
 26612  8.2.0667  cannot install Haiku version from source
  1562  8.2.0668  compiler warning for int/size_t usage
 16315  8.2.0669  MS-Windows: display in VTP is a bit slow
 20544  8.2.0670  cannot change window when evaluating 'completefunc'
  3380  8.2.0671  Haiku: compiler warnings
  5492  8.2.0672  heredoc in scripts does not accept lower case marker
  1726  8.2.0673  cannot build Haiku in shadow directory
 79652  8.2.0674  some source files are too big
 22831  8.2.0675  Vim9: no support for closures
  1641  8.2.0676  pattern in list of distributed files does not match
 23542  8.2.0677  Vim9: no support for closures
  1780  8.2.0678  rare crash for popup menu
 27973  8.2.0679  Vim9: incomplete support for closures
  6905  8.2.0680  PTYGROUP and PTYMODE are unused
  1493  8.2.0681  pattern for 'hlsearch' highlighting may leak
  1883  8.2.0682  Vim9: parsing function argument type can get stuck
  6353  8.2.0683  Vim9: parsing type does not always work
 12152  8.2.0684  Vim9: memory leak when using lambda
  2097  8.2.0685  Build failure
  7595  8.2.0686  formatoptions not sufficiently tested
  5248  8.2.0687  some tests do not work on FreeBSD
  2726  8.2.0688  output clobbered if setting 'verbose' to see shell commands
  2291  8.2.0689  when using getaddrinfo() the error message is unclear
  3405  8.2.0690  line number of option set by modeline is wrong
  2021  8.2.0691  startup test fails
  1997  8.2.0692  startup test fails on MS-Windows
  6133  8.2.0693  closure using argument not tested
  7899  8.2.0694  Haiku: channel and terminal do not work
 16197  8.2.0695  Vim9: cannot define a function inside a function
  5946  8.2.0696  Vim9: nested function does not work properly
  3023  8.2.0697  Vim9: memory leak when using nested function
  7906  8.2.0698  insert mode completion not fully tested
  9168  8.2.0699  Vim9: not all errors tested
  2651  8.2.0700  Vim9: converting error message to exception not tested
  2076  8.2.0701  Vim9 test fails without job feature
  1516  8.2.0702  running channel tests may leave running process behind
  9195  8.2.0703  Vim9: closure cannot store value in outer context
  2755  8.2.0704  Vim9: memory leak in disassemble test
  1829  8.2.0705  indent tests don't run on CI for FreeBSD
  3192  8.2.0706  Vim9: using assert_fails() causes function to finish
  1595  8.2.0707  Vim9 function test fails
 24586  8.2.0708  Vim9: constant expressions are not simplified
  1509  8.2.0709  MS-Windows: compiler warning for int vs size_t
  1547  8.2.0710  Netbeans test sometimes fails
  6638  8.2.0711  temp directory might be cleared
  5231  8.2.0712  various code not fully tested
  2152  8.2.0713  the pam_environment file is not recognized
 13770  8.2.0714  Vim9: handling constant expression does not scale
  1430  8.2.0715  Vim9: leaking memory
  2728  8.2.0716  Vim9: another memory leak
 20204  8.2.0717  Vim9: postponed constant expressions does not scale
  1654  8.2.0718  gcc warning for returning pointer to local variable
 45696  8.2.0719  Vim9: more expressions can be evaluated at compile time
  2159  8.2.0720  occasional exit when encountering an X error
  1746  8.2.0721  Vim9: leaking memory when skipping
 12869  8.2.0722  Vim9: not handling constant expression for elseif
  5203  8.2.0723  Vim9: nested constant expression not evaluated compile time
  1984  8.2.0724  Vim9: appending to buffer/window/tab variable not tested
 19244  8.2.0725  Vim9: cannot call a function declared later in Vim9 script
  2374  8.2.0726  Vim9: leaking memory when calling not compiled :def function
  1969  8.2.0727  MS-Windows: new gcc compiler does not support scanf format
  2972  8.2.0728  messages about a deadly signal are not left aligned
  6005  8.2.0729  Vim9: When reloading a script variables are not cleared
 32353  8.2.0730  Vim9: Assignment to dict member does not work
  2208  8.2.0731  Vim9: parsing declarations continues after :finish
  2247  8.2.0732  Vim9: storing value in dict messes up stack
  5593  8.2.0733  Vim9: assigning to dict or list argument does not work
  1751  8.2.0734  Vim9: leaking memory when using :finish
  1997  8.2.0735  Vim9: using unitialized memory
  2755  8.2.0736  some files not recognized as pamenv
  3643  8.2.0737  when shell doesn't support CTRL-Z Vim still handles it
 22852  8.2.0738  mouse handling in a terminal window not well tested
  4785  8.2.0739  incomplete profiling when exiting because of a deadly signal
 11953  8.2.0740  minor message mistakes
 51488  8.2.0741  Python tests fail because of changed message
  2914  8.2.0742  handling of a TERM signal not tested
  2639  8.2.0743  can move to another buffer from a terminal in popup window
  1921  8.2.0744  the name vim is not capitalized in a message
  2463  8.2.0745  crash on exit when not all popups are closed
  4684  8.2.0746  popup_clear() hangs when a popup can't be closed
 14071  8.2.0747  cannot forcefully close all popups
  7749  8.2.0748  cannot get a list of all popups
  1733  8.2.0749  TERM signal test fails on FreeBSD
  2593  8.2.0750  netbeans test is a bit flaky
 26178  8.2.0751  Vim9: performance can be improved
  2170  8.2.0752  terminal in popup window test is a bit flaky
 45540  8.2.0753  Vim9: expressions are evaluated in the discovery phase
  1981  8.2.0754  Vim9: No test for forward declaration
  5297  8.2.0755  Vim9: No error when variable initializer is not a constant
  1878  8.2.0756  MS-Windows: still a compiler warning
 11771  8.2.0757  Vim9: no test for MEMBER instruction
 22918  8.2.0758  Vim9: no test for STORELIST and STOREDICT
 10549  8.2.0759  Vim9: missing changes for performance improvements
  2814  8.2.0760  Vim9: dict member errors not tested
  5874  8.2.0761  Vim9: instructions not tested
  2383  8.2.0762  buffer is not considered modified after setting crypt key
  1560  8.2.0763  GUI test fails without the terminal feature
  4025  8.2.0764  Vim9: assigning to option not fully tested
 12233  8.2.0765  In the GUI can't use all the modifiers.
  3288  8.2.0766  display error when using 'number' and 'breakindent'
  1703  8.2.0767  modifyOtherKeys active when using a shell command in autocmd
  1807  8.2.0768  Vim9: memory leak in script test
  3319  8.2.0769  VimLeavePre not triggered when Vim is terminated
  3111  8.2.0770  cannot map CTRL-B when using the GUI
  8140  8.2.0771  Vim9: cannot call a compiled closure from not compiled code
  2557  8.2.0772  Vim9: some variable initializations not tested
  5532  8.2.0773  switching to raw mode every time ":" is used
 12623  8.2.0774  t_TI and t_TE are output when using 'visualbell'
 12686  8.2.0775  not easy to call a Vim function from Lua
  6976  8.2.0776  libvterm code lags behind the upstream version
  2194  8.2.0777  terminal test fails
  8259  8.2.0778  libvterm code lags behind the upstream version
  2165  8.2.0779  tmode_T not used everywhere
 45046  8.2.0780  libvterm code lags behind the upstream version
  1521  8.2.0781  compiler warning for not using value in Lua
  2280  8.2.0782  cannot build with Lua on MS-Windows
 11605  8.2.0783  libvterm code lags behind the upstream version
 10344  8.2.0784  libvterm code lags behind the upstream version
  9349  8.2.0785  libvterm code lags behind the upstream version
  2347  8.2.0786  channel test is flaky on FreeBSD
 17610  8.2.0787  libvterm code lags behind the upstream version
  1783  8.2.0788  memory leak in libvterm
  3855  8.2.0789  Vim9: expression testing lost coverage using constants
  3754  8.2.0790  Vim9: list index not well tested
 10932  8.2.0791  a second popup window with terminal causes trouble
  1372  8.2.0792  build failure with small features
  2126  8.2.0793  MS-Windows: cannot build GUI with small features
 15805  8.2.0794  libvterm code lags behind the upstream version
 24008  8.2.0795  libvterm code lags behind the upstream version
  1666  8.2.0796  MS-Windows: compiler can't handle C99 construct in libvterm
  1528  8.2.0797  MS-Windows: compiler still can't handle C99 construct
 49936  8.2.0798  libvterm code lags behind the upstream version
  2786  8.2.0799  build fails if snprintf is not available
  8176  8.2.0800  errors from failing test are unclear
  3436  8.2.0801  terminal test fails on Mac
 17507  8.2.0802  libvterm code lags behind the upstream version
 11236  8.2.0803  libvterm code lags behind the upstream version
 45937  8.2.0804  libvterm code lags behind the upstream version
  4075  8.2.0805  terminal key codes test fails on some systems
  2606  8.2.0806  using "func!" after vim9script gives confusing error
 17954  8.2.0807  cannot easily restore a mapping
 10568  8.2.0808  not enough testing for the terminal window
  3157  8.2.0809  build failure with small features
  2405  8.2.0810  error when appending "tagfile" to 'wildoptions'
  3307  8.2.0811  terminal keycode test is flaky
  4832  8.2.0812  mapset() does not properly handle <> notation
 53461  8.2.0813  libvterm code is slightly different from upstream
  1720  8.2.0814  clang warning for implicit conversion
 14439  8.2.0815  maparg() does not provide enough information for mapset()
  7064  8.2.0816  terminal test fails when compiled with Athena
  3249  8.2.0817  not enough memory allocated when converting string
 59063  8.2.0818  Vim9: using a discovery phase doesn't work well
  1370  8.2.0819  compiler warning for unused variable
  9497  8.2.0820  Vim9: function type isn't set until compiled
  2338  8.2.0821  Vim9: memory leak in expr test
  8319  8.2.0822  Vim9: code left over from discovery phase
 18661  8.2.0823  Vim9: script reload test is disabled
  2473  8.2.0824  still not enough memory allocated when converting string
  1699  8.2.0825  def_function() may return pointer that was freed
  2120  8.2.0826  Vim9: crash in :defcompile
  1312  8.2.0827  Vim9: crash in :defcompile
  5047  8.2.0828  Travis: regexp patttern doesn't work everywhere
  2599  8.2.0829  filter() may give misleading error message
  1534  8.2.0830  Motif: can't map "!"
  2580  8.2.0831  compiler warnings for integer sizes
  1655  8.2.0832  compiler warning for uninitialized variable
  1445  8.2.0833  mapping <C-bslash> doesn't work in the GUI
  2125  8.2.0834  :drop command in terminal popup causes problems
  2640  8.2.0835  Motif: mapping <C-bslash> still doesn't work
  4806  8.2.0836  not all :cdo output is visible
  1895  8.2.0837  compiler warning for value set but not used
  1606  8.2.0838  MS-Windows: compiler warning for uninitialized variables
  8408  8.2.0839  dropping modifier when putting a character back in typeahead
  3566  8.2.0840  search match count wrong when only match is in fold
  2831  8.2.0841  'verbose' value 16 causes duplicate output
  1934  8.2.0842  MS-Windows: channel tests fail
  2014  8.2.0843  filetype elm not detected
 18669  8.2.0844  text properties crossing lines not handled correctly
 28991  8.2.0845  text properties crossing lines not handled correctly
  1465  8.2.0846  build failure with small features
 91017  8.2.0847  typval related code is spread out
  8172  8.2.0848  MS-Windows: the Windows terminal code has some flaws
 34051  8.2.0849  BeOS code is not maintained and probably unused
 13165  8.2.0850  MS-Windows: exepath() works different from cmd.exe
  6500  8.2.0851  can't distinguish <M-a> from accented "a" in the GUI
  1612  8.2.0852  cannot map CTRL-S on some systems
 24753  8.2.0853  ml_delete() often called with FALSE argument
  6194  8.2.0854  xxd cannot show offset as a decimal number
 16418  8.2.0855  GUI tests fail because the test doesn't use a modifier
  1961  8.2.0856  CTRL-S stops output
  1936  8.2.0857  GTK cell height can be a pixel too much
  8358  8.2.0858  not easy to require Lua modules
 56215  8.2.0859  no Turkish translation of the manual
 12163  8.2.0860  cannot use CTRL-A and CTRL-X on unsigned numbers
  8533  8.2.0861  cannot easily get all the current marks
  3882  8.2.0862  ":term ++curwin" makes the current buffer hidden
 23695  8.2.0863  cannot set a separate color for underline/undercurl
  5138  8.2.0864  pragmas are indented all the way to the left
 12288  8.2.0865  syntax foldlevel is taken from the start of the line
 20512  8.2.0866  not enough tests for buffer writing
  9504  8.2.0867  using \{xxx} for encoding a modifier is not nice
  8505  8.2.0868  trim() always trims both ends
 28185  8.2.0869  it is not possible to customize the quickfix window contents
  1618  8.2.0870  MS-Windows: Control keys don't work in the GUI
  4817  8.2.0871  cannot use getmarklist() as a method
107599  8.2.0872  XIM code is mixed with multi-byte code
  3006  8.2.0873  a .jl file can be sawfish (lisp) or Julia
  2245  8.2.0874  signals test is a bit flaky
 30776  8.2.0875  getting attributes for directory entries is slow
  4533  8.2.0876  :pwd does not give a hint about the scope of the directory
 28460  8.2.0877  cannot get the search statistics
  9371  8.2.0878  no reduce() function
  1494  8.2.0879  compiler warning for unused function argument
  1490  8.2.0880  leaking memory when using searchcount()
  1519  8.2.0881  compiler warning for argument type
  4060  8.2.0882  leaking memory when using reduce()
  1368  8.2.0883  memory leak in test 49
  4146  8.2.0884  searchcount() test fails on slower systems
  1858  8.2.0885  "make shadow" does not link new lua test dir
 10544  8.2.0886  cannot use octal numbers in scriptversion 4
  2538  8.2.0887  searchcount().exact_match is 1 right after a match
  2852  8.2.0888  readdirex() returns size -2 for a directory
  6358  8.2.0889  using old style comments
  1875  8.2.0890  no color in terminal window when 'termguicolor' is set
  1622  8.2.0891  clang warns for invalid conversion
  2844  8.2.0892  ubsan warns for undefined behavior
  6245  8.2.0893  assert_equalfile() does not take a third argument
  8979  8.2.0894  :mkspell can take very long if the word count is high
 10810  8.2.0895  :mkspell output does not mention the tree type
  2969  8.2.0896  crash when calling searchcount() with a string
 24142  8.2.0897  list of functions in patched version is outdated
  5020  8.2.0898  missing help for a function goes unnoticed
  4693  8.2.0899  assert_equalfile() does not give a hint about the difference
  2332  8.2.0900  function list test fails on MS-Windows
 17280  8.2.0901  formatting CJK text isn't optimal
  4270  8.2.0902  using searchcount() in 'statusline' causes an error
  1723  8.2.0903  comparing WINVER does not work correctly
  2538  8.2.0904  assuming modifyOtherKeys for rhs of mapping
  2693  8.2.0905  test coverage could be better
  2776  8.2.0906  when setting 'termguicolors' SpellBad is no longer red
  2499  8.2.0907  when using :global clipboard isn't set correctly
  5365  8.2.0908  crash when changing the function table while listing it
  9916  8.2.0909  cannot go back to the previous local directory
  5851  8.2.0910  Vim is not reproducibly buildable
  4609  8.2.0911  crash when opening a buffer for the cmdline window fails
  6066  8.2.0912  a few test cases for CJK formatting are disabled
  3930  8.2.0913  code for resetting v:register is duplicated
  3014  8.2.0914  MS-Windows: cannot specify a "modified by" text
 15395  8.2.0915  search() cannot skip over matches like searchpair() can
  8585  8.2.0916  mapping with partly modifyOtherKeys code does not work
  6548  8.2.0917  quickfix entries do not suport a "note" type
 12276  8.2.0918  duplicate code for evaluating expression argument
  4792  8.2.0919  merging modifier for modifyOtherKeys is done twice
  3619  8.2.0920  writing viminfo fails with a circular reference
  3236  8.2.0921  CTRL-W T in cmdline window causes trouble
  2948  8.2.0922  search test fails
  2397  8.2.0923  cmdline test is slow
 15421  8.2.0924  cannot save and restore a register properly
  7806  8.2.0925  getcompletion() does not return command line arguments
  4669  8.2.0926  cmdline test fails on Appveyor
  3048  8.2.0927  some sshconfig and ssdhconfig files are not recognized
 11902  8.2.0928  many type casts are used for vim_strnsave()
  4019  8.2.0929  v:register is not cleared after an operator was executed
  4286  8.2.0930  script filetype detection trips over env -S argument
 20145  8.2.0931  some remarks about BeOS remain
  3293  8.2.0932  missspelling spelllang
  7490  8.2.0933  'quickfixtextfunc' does not get window ID of location list
  2862  8.2.0934  lhelpgrep twice in help window doesn't jump to the help topic 
 11514  8.2.0935  flattening a list with existing code is slow
 17977  8.2.0936  some terminals misinterpret the code for getting cursor style
  1756  8.2.0937  asan failure in the flatten() test
  6310  8.2.0938  NFA regexp uses tolower ()to compare ignore-case
 38367  8.2.0939  checking for term escape sequences is long and confusing
  2307  8.2.0940  build failure with tiny features
 17772  8.2.0941  detecting terminal properties is unstructured
  2971  8.2.0942  expanding to local dir after homedir keeps "~/"
 12489  8.2.0943  displaying ^M or ^J depends on current buffer
  1452  8.2.0944  xxd test leaves file behind
 10205  8.2.0945  cannot use "z=" when 'spell' is off
  3433  8.2.0946  cannot use "q" to cancel a number prompt
  3712  8.2.0947  readdirex() doesn't handle broken link properly
  3193  8.2.0948  spell test fails
  1974  8.2.0949  strptime() does not use DST
  1569  8.2.0950  tagjump test fails
  1536  8.2.0951  search stat test has leftover from debugging
  8396  8.2.0952  no simple way to interrupt Vim
  7919  8.2.0953  spell checking doesn't work for CamelCased words
  2708  8.2.0954  not all desktop files are recognized
  1487  8.2.0955  build fails
  2756  8.2.0956  spell test fails
  1565  8.2.0957  compiler warning for uninitialized variable
  3956  8.2.0958  not sufficient testing for buffer writing
 12626  8.2.0959  using 'quickfixtextfunc' is a bit slow
  7325  8.2.0960  cannot use :import in legacy Vim script
 11668  8.2.0961  MS-Windows: no completion for locales
  1867  8.2.0962  terminal test sometimes hangs on Travis
  5286  8.2.0963  number increment/decrement does not work with 'virtualedit'
  4065  8.2.0964  TextYankPost does not provide info about Visual selection
  2009  8.2.0965  has_funcundefined() is not used
  5065  8.2.0966  'shortmess' flag "n" not used in two places
 31028  8.2.0967  unnecessary type casts for vim_strnsave()
 21225  8.2.0968  no proper testing of the 'cpoptions' flags
  5788  8.2.0969  assert_equal() output for dicts is hard to figure out
 16829  8.2.0970  terminal properties are not available in Vim script
  1982  8.2.0971  build with tiny features fails
  6550  8.2.0972  Vim9 script variable declarations need a type
  6075  8.2.0973  Vim9: type is not checked when assigning to a script variable
  1410  8.2.0974  Vim9: memory leak when script var has wrong type
  3185  8.2.0975  Vim9: script variable does not accept optional s: prefix
 15334  8.2.0976  some 'cpoptions' not tested
  4167  8.2.0977  t_8u is made empty for the wrong terminals
  1815  8.2.0978  leaking memory in termcodes test
  2136  8.2.0979  a couple of screendump tests fail
  2410  8.2.0980  raku file extension not recognized
 47932  8.2.0981  Vim9: cannot compile "[var, var] = list"
 10734  8.2.0982  insufficient testing for reading/writing files
  2723  8.2.0983  SConstruct file type not recognized
  3515  8.2.0984  not using previous window when closing a shell popup window
  3603  8.2.0985  simplify() does not remove slashes from "///path"
  2080  8.2.0986  MS-Windows: functions test fails
 11962  8.2.0987  Vim9: cannot assign to [var; var]
 32430  8.2.0988  getting directory contents is always case sorted
  2771  8.2.0989  crash after resizing a terminal window
  2806  8.2.0990  Using duplicate error number
  3947  8.2.0991  cannot get window type for autocmd and preview window
  5662  8.2.0992  Vim9: crash when using :import in the Vim command
  2373  8.2.0993  Vim9 script test fails with normal features
  2491  8.2.0994  Vim9: missing function causes compilation error
  2023  8.2.0995  insufficient testing for the readdir() sort option
  3015  8.2.0996  using "aucmdwin" in win_gettype() is not ideal
  7462  8.2.0997  cannot execute a register containing line continuation
  3483  8.2.0998  not all tag code is tested
  2854  8.2.0999  moving to next sentence gets stuck on quote
  2829  8.2.1000  get error when leaving Ex mode with :visual
  5742  8.2.1001  Vim9: crash with nested "if" and assignment
  1962  8.2.1002  test may fail when run directly
  2911  8.2.1003  Vim9: return type of sort() is too generic
  8721  8.2.1004  line numbers below filler lines not always updated
 12329  8.2.1005  Vim9: using TRUE/FALSE/MAYBE for ctx_skip is confusing
 13113  8.2.1006  Vim9: require unnecessary return statement
  2375  8.2.1007  completion doesn't work after ":r ++arg !"
  2500  8.2.1008  Vim9: no test for disassambling newly added instructions
  2962  8.2.1009  Vim9: some failures not checked for
  1797  8.2.1010  build failure in libvterm with debug enabled
  6981  8.2.1011  Vim9: some code not tested
  3799  8.2.1012  Vim9: cannot declare single character script variables
  4206  8.2.1013  channel tests can be a bit flaky
  5436  8.2.1014  using "name" for a string result is confusing
  4692  8.2.1015  popup filter gets key with modifier prepended
  1580  8.2.1016  Vim9: test fails when channel feature is missing
  2995  8.2.1017  Appveyor output doesn't show MinGW console features
  4809  8.2.1018  typo in enum value
  5291  8.2.1019  mapping <M-S-a> does not work in the GUI
  1677  8.2.1020  popupwin test fails in the GUI
  2351  8.2.1021  Ruby interface not tested enough
 20586  8.2.1022  various parts of code not covered by tests
 18651  8.2.1023  Vim9: redefining a function uses a new index every time
  7542  8.2.1024  Vim9: no error for using "let g:var = val"
  4908  8.2.1025  tabpage menu and tabline not sufficiently tested
  4588  8.2.1026  Vim9: cannot break the line after "->"
  2987  8.2.1027  GUI: multi-byte characters do not work in a terminal
 10721  8.2.1028  Vim9: no error for declaring buffer, window, etc. variable
  9641  8.2.1029  Vim9: cannot chain function calls with -> at line start
  3465  8.2.1030  reducing size of a terminal window may cause a crash
  2247  8.2.1031  build failure with Perl5.32
  3173  8.2.1032  error message for declaring a variable cannot be translated
  2292  8.2.1033  not easy to read the test time in the test output
  1794  8.2.1034  compiler warning for uninitialized variables
  6278  8.2.1035  setreg() does not always clear the register
  1812  8.2.1036  popupwin test fails sometimes
  2450  8.2.1037  Vim9: crash when using line continuation inside :def
  1836  8.2.1038  popupwin test fails
  2533  8.2.1039  cannot put NUL byte on clipboard
 24906  8.2.1040  not enough testing for movement commands
  2183  8.2.1041  test summary is missing executed count
  9901  8.2.1042  Vim9: cannot put an operator on the next line
  1869  8.2.1043  %a item in 'statusline' not tested
  4508  8.2.1044  not all systemd file types are recognized
 16409  8.2.1045  Vim9: line break before operator does not work
 22866  8.2.1046  insufficient tests for src/buffer.c
 40535  8.2.1047  Vim9: script cannot use line continuation like :def function
  1335  8.2.1048  build failure without the eval feature
 27759  8.2.1049  Vim9: leaking memory when using continuation line
  1813  8.2.1050  missing change in struct
  3030  8.2.1051  crash when changing a list while using reduce() on it
  1599  8.2.1052  build failure with older compilers
  5227  8.2.1053  insufficient testing for 'statusline' and 'tabline'
 12476  8.2.1054  not so easy to pass a lua function to Vim
  3424  8.2.1055  no filetype set for pacman config files
 11397  8.2.1056  wrong display when mixing match conceal and syntax conceal
  2474  8.2.1057  cannot build with dynamic Lua
  3180  8.2.1058  multiline conceal causes display errors
  3814  8.2.1059  crash when using :tabonly in an autocommand
  2596  8.2.1060  not all elinks files are recognized
 13616  8.2.1061  insufficient testing for src/window.c
  3547  8.2.1062  Vim9: no line break allowed inside "cond ? val1 : val2"
  4866  8.2.1063  Vim9: no line break allowed before || or &&
  3141  8.2.1064  Vim9: no line break allowed before comperators
 10632  8.2.1065  Vim9: no line break allowed inside a list
  6312  8.2.1066  Lua arrays are zero based
  9416  8.2.1067  expression "!expr->func()" does not work
  8876  8.2.1068  Vim9: no line break allowed inside a dict
  2091  8.2.1069  Vim9: fail to check for white space in list
  1300  8.2.1070  Vim9: leaking memory when lacking white space in dict
 23612  8.2.1071  Vim9: no line break allowed inside a lambda
  2699  8.2.1072  missing libvterm test
  3000  8.2.1073  Vim9: no line break allowed in () expression
 13479  8.2.1074  Vim9: no line break allowed after some operators
  2114  8.2.1075  Vim9: no line break allowed in :echo expression
  6343  8.2.1076  Vim9: no line break allowed in :if expression
  8949  8.2.1077  not enough test coverage for highlighting
 78177  8.2.1078  highlight and match functionality together in one file
 14404  8.2.1079  Vim9: no line break allowed in a while loop
 12853  8.2.1080  Vim9: no line break allowed in a for loop
  5407  8.2.1081  Lua: cannot use table.insert() and table.remove()
  2671  8.2.1082  Coverity complains about ignoring dict_add() return value
  3443  8.2.1083  crash when using reduce() on a NULL list
  2537  8.2.1084  Lua: registering function has useless code
  2681  8.2.1085  Coverity complains about ignoring dict_add() return value
  3544  8.2.1086  possibly using freed memory when text properties used
  1706  8.2.1087  possible memory leak when file expansion fails
  2399  8.2.1088  a very long translation might cause a buffer overflow
  2258  8.2.1089  Coverity warns for pointer computation
  1638  8.2.1090  may use NULL pointer when skipping over name
  1644  8.2.1091  no check if opening a pty works
  1579  8.2.1092  not checking if saving for undo succeeds
  1357  8.2.1093  Python: double free when adding item to dict fails
  1532  8.2.1094  dead code in libvterm
  2213  8.2.1095  may use pointer after freeing it
  4325  8.2.1096  Vim9: return type of getqflist() is wrong
  3600  8.2.1097  highlight code not sufficiently tested
  2715  8.2.1098  Vim9: cannot use line break in :throw argument
  4746  8.2.1099  Vim9: cannot use line break in :cexpr argument
  4995  8.2.1100  Vim9: cannot use line break in :execute argument
  2233  8.2.1101  no error when using wrong arguments for setqflist()
  3604  8.2.1102  Coverity gets confused by an unnecessary NULL check
  1580  8.2.1103  Coverity reports an unnecessary NULL check
  1870  8.2.1104  Coverity warns for possible NULL pointer use
 14908  8.2.1105  insufficient test coverage for Lua
  2975  8.2.1106  crash when trying to use s: variable in typed command
  4059  8.2.1107  'imactivatefunc' and 'imstatusfunc' are not used in the GUI
 12157  8.2.1108  mouse left-right scroll is not supported in terminal window
  1841  8.2.1109  still crashing when using s:variable
 17701  8.2.1110  Vim9: line continuation does not work in function arguments
 23963  8.2.1111  inconsistent naming of get_list_tv() and eval_dict()
  6713  8.2.1112  Vim9: no line continuation allowed in method call
  1740  8.2.1113  no test for verbose output of :call
104121  8.2.1114  terminal test sometimes times out
  2040  8.2.1115  iminsert test fails when compiled with VIMDLL
  3781  8.2.1116  Vim9: parsing command checks for list twice
  1302  8.2.1117  Coverity warns for unsing unitialized field
  1414  8.2.1118  condition can never be true, dead code
  2579  8.2.1119  configure fails with Xcode 12 beta
267473  8.2.1120  Python code not tested properly
  2938  8.2.1121  command completion not working after ++arg
  5106  8.2.1122  Vim9: line continuation in dict member not recognized
305297  8.2.1123  Python 3 test is old style
 17742  8.2.1124  Vim9: no line break allowed in :import command
  7493  8.2.1125  Vim9: double quote can be a string or a comment
  1904  8.2.1126  Vim9: using :copen causes an error
  2602  8.2.1127  Vim9: getting a dict member may not work
  7767  8.2.1128  the write message mentions characters, but it's bytes
  4364  8.2.1129  Vim9: bar not recognized after not compiled command
  2137  8.2.1130  Vim9: bar not recognized after function call
  4115  8.2.1131  Vim9: error message for returning a value is not clear
  3173  8.2.1132  Vim9: return type of repeat() is not specific enough
  2509  8.2.1133  Vim9: return type of add() is not specific enough
  2531  8.2.1134  Vim9: getting a list member may not work
  2870  8.2.1135  Vim9: getting a dict member may not work
  3029  8.2.1136  Vim9: return type of argv() is always any
  6981  8.2.1137  Vim9: modifiers not cleared after compiling function
  3693  8.2.1138  Vim9: return type of copy() and deepcopy() is any
  2546  8.2.1139  Vim9: test for silent echo fails in some environments
  2564  8.2.1140  Vim9: return type of extend() is any
  2837  8.2.1141  Vim9: return type of filter() is any
  2771  8.2.1142  Vim9: return type of insert() is any
  3508  8.2.1143  Vim9: return type of remove() is any
  2523  8.2.1144  Vim9: return type of reverse() is any
  4982  8.2.1145  Vim9: "for" only accepts a list at compile time
 48005  8.2.1146  not enough testing for Python
  9434  8.2.1147  :confirm may happen in cooked mode
  3160  8.2.1148  warning for using int instead of size_t
  3396  8.2.1149  Vim9: :eval command not handled properly
  6243  8.2.1150  ml_get error when using Python
  6275  8.2.1151  insufficient test coverage for Python
  2924  8.2.1152  Vim9: function reference is missing script prefix
  1811  8.2.1153  Vim9: script test fails on some systems
  9394  8.2.1154  Vim9: crash when using imported function
 17167  8.2.1155  Vim9: cannot handle line break inside lambda
  2305  8.2.1156  Vim9: No error for invalid command in compiled function
  2883  8.2.1157  Vim9: dict.name is not recognized as an expression
  1525  8.2.1158  build error
  3080  8.2.1159  Vim9: no error for missing space after a comma
  3173  8.2.1160  Vim9: memory leak in allocated types
 12231  8.2.1161  Vim9: using freed memory
  1915  8.2.1162  crash when using a lambda
  1531  8.2.1163  build error
  2644  8.2.1164  text cleared by checking terminal properties not redrawn
  6407  8.2.1165  insufficient testing for the Tcl interface
  3171  8.2.1166  once mouse move events are enabled getchar() returns them
 10210  8.2.1167  Vim9: builtin function method call only supports first arg
  2051  8.2.1168  wrong method argument for appendbufline()
  1762  8.2.1169  write NUL past allocated space using corrupted spell file
  2341  8.2.1170  cursor off by one with block paste while 'virtualedit' "all"
  1535  8.2.1171  possible crash when out of memory
  1977  8.2.1172  error messages when doing "make clean" in doc or tee
  1773  8.2.1173  tee doesn't build on some systems
  1885  8.2.1174  no test for the "recording @x" message
  4469  8.2.1175  Vim9: cannot split a line before ".member"
  4457  8.2.1176  Vim9: not enough type checking in Vim9 script
 67157  8.2.1177  terminal2 test sometimes hangs in the GUI
  2838  8.2.1178  Vim9: filter function recognized as command modifier
  1459  8.2.1179  Test_termwinscroll() sometimes hangs in the GUI
  1739  8.2.1180  build failure in small version
  3206  8.2.1181  json code not fully tested
  3227  8.2.1182  Vim9: no check for whitespace after comma in lambda
 70649  8.2.1183  assert_fails() checks the last error message
  3491  8.2.1184  some tests fail
  5058  8.2.1185  some other tests fail
 12119  8.2.1186  with SGR mouse codes balloon doesn't show up after click
  3691  8.2.1187  terminal2 test sometimes hangs in the GUI on Travis
  2925  8.2.1188  memory leak with invalid json input
 12084  8.2.1189  Vim9: line continuation in lambda doesn't always work
 12097  8.2.1190  Vim9: checking for Vim9 syntax is spread out
  2312  8.2.1191  Vim9: crash when function calls itself
  3456  8.2.1192  Lua test fails with older Lua version
  5517  8.2.1193  terminal window not redrawn when dragging a popup window
  2675  8.2.1194  test failure because shell prompt differs
  2035  8.2.1195  clientserver test fails on MS-Windows
  1485  8.2.1196  build failure with normal features
  2032  8.2.1197  clientserver test still fails on MS-Windows
  4758  8.2.1198  terminal2 test sometimes hangs in the GUI on Travis
  6270  8.2.1199  not all assert functions are fully tested
  2691  8.2.1200  Vim9: cannot disassemble a lambda function
  3101  8.2.1201  Vim9: crash when passing number as dict key
  4035  8.2.1202  Vim9: crash when calling a closure from a builtin function
  4395  8.2.1203  unused assignments in expression evaluation
  2740  8.2.1204  Vim9: true and false not recognized in Vim9 script
  8624  8.2.1205  Vim9: && and || work different when not compiled
  1795  8.2.1206  Vim9: crash in expr test when run in the GUI
  3471  8.2.1207  Vim9: crash in expr test when run in the GUI
  1552  8.2.1208  build failure
  1855  8.2.1209  Vim9: test failure
  6029  8.2.1210  using ht_used when looping through a hashtab is less reliable
  2098  8.2.1211  removed more than dead code
  2861  8.2.1212  cannot build with Lua 5.4
 19382  8.2.1213  mouse codes not tested sufficiently
  5157  8.2.1214  MS-Windows: default _vimrc not correct in silent install mode
 34354  8.2.1215  Atari MiNT support is outdated
  2922  8.2.1216  startup test fails
  4612  8.2.1217  startup test depends on random source file
  6366  8.2.1218  Vim9: cannot use 'text'->func()
  5238  8.2.1219  symlink not followed if dirname ends in //
 11595  8.2.1220  memory access error when dragging a popup window
  1443  8.2.1221  memory leak when updating popup window
  1777  8.2.1222  using valgrind in Vim command started by test doesn't work
  3002  8.2.1223  Vim9: invalid type error for function default value
  3709  8.2.1224  Vim9: arguments from partial are not used
  6554  8.2.1225  linker errors when building with dynamic Python 3.9
  6188  8.2.1226  MS-Windows: windows positioning wrong depending on taskbar
 60924  8.2.1227  Vim9: allowing both quoted and # comments is confusing
 11741  8.2.1228  scrollbars not flush against the window edges when maximised
  2819  8.2.1229  build error without the eval feature
  4592  8.2.1230  Vim9: list index error not caught by try/catch
  3535  8.2.1231  MS-Windows: GUI code can be cleaned up
  2486  8.2.1232  MS-Windows GUI: Snap cancelled by split command
  7250  8.2.1233  Vim9: various errors not caught by try/catch
  3080  8.2.1234  Lua build problem with old compiler
 20949  8.2.1235  Not all mouse codes covered by tests
  9642  8.2.1236  Vim9: a few errors not caught by try/catch
  5167  8.2.1237  changing 'completepopup' after opening popup has no effect
  7786  8.2.1238  Vim9: a few remaining errors not caught by try/catch
  4440  8.2.1239  "maxwidth" in 'completepopup' not obeyed
  1511  8.2.1240  GUI tests sometimes fail because of translations
  3408  8.2.1241  cannot use getbufinfo() as a method
  4402  8.2.1242  Vim9: no error if calling a function with wrong type
  4357  8.2.1243  Vim9: cannot have a comment line halfway a list
  5185  8.2.1244  Vim9: in lambda index assumes a list
  2271  8.2.1245  build failure in tiny version
  2921  8.2.1246  Vim9: comment after assignment doesn't work
  6057  8.2.1247  Vim9: cannot index a character in a string
 44685  8.2.1248  Netbeans test is flaky in the GUI
  2412  8.2.1249  Vim9: disassemble test fails
 12197  8.2.1250  Vim9: cannot use the g:, b:, t: and w: namespaces
  3935  8.2.1251  Vim9: warning for pointer usage, test failure undetected
  5052  8.2.1252  ":marks" may show '< and '> mixed up
  1814  8.2.1253  CTRL-K in Insert mode gets <CursorHold> inserted
  1520  8.2.1254  MS-Windows: regexp test may fail if 'iskeyword' set wrongly
 27433  8.2.1255  cannot use a lambda with quickfix functions
  2530  8.2.1256  Vim9: type wrong after getting dict item in lambda
  2909  8.2.1257  Vim9: list unpack doesn't work at the script level
  1642  8.2.1258  CursorHold does not work well
  2945  8.2.1259  empty group in 'tabline' may cause using an invalid pointer
  3610  8.2.1260  there is no good test for CursorHold
  3820  8.2.1261  Vim9: common type of function not tested
 85807  8.2.1262  src/ex_cmds.c file is too big
  6067  8.2.1263  Vim9: comperators use 'ignorecase' in Vim9 script
  2037  8.2.1264  terminal getwinpos() test is a bit flaky
  1825  8.2.1265  crash with EXITFREE when split() fails
  6338  8.2.1266  Makefile preference were accidentally included
  1440  8.2.1267  MS-Windows: tests may fail due to $PROMPT value
  4014  8.2.1268  Vim9: no error for using double quote comment
 36708  8.2.1269  language and locale code spread out
  3055  8.2.1270  Vim9: not skipping over function type declaration
  2707  8.2.1271  Vim9: Error for Funcref function argument type
 11212  8.2.1272  Vim9: type not checked if declaration also assigns value
  1637  8.2.1273  MS-Windows: terminal test may leave file behind
  7098  8.2.1274  Vim9: no error for missing white space at script level
  1820  8.2.1275  Vim9: compiler warning for buffer size
  2710  8.2.1276  MS-Windows: system test may fail if more.exe is installed
  4568  8.2.1277  tests on Travis do not run with EXITFREE
  4354  8.2.1278  Vim9: line break after "->" only allowed in :def function
  2546  8.2.1279  some tests on Travis have EXITFREE duplicated
 21468  8.2.1280  Ex command error cannot contain an argument
 10731  8.2.1281  the "trailing characters" error can be hard to understand
  4059  8.2.1282  Vim9: crash when using CheckScriptFailure()
  2806  8.2.1283  Vim9: error for misplaced -> lacks argument
  2106  8.2.1284  Vim9: skipping over type includes following white space
  3758  8.2.1285  Vim9: argument types are not checked on assignment
  2375  8.2.1286  Vim9: No error when using a type on a window variable
  4510  8.2.1287  Vim9: crash when using an imported function
  2357  8.2.1288  Vim9: cannot use mark in range
  2146  8.2.1289  crash when using a custom completion function
  3769  8.2.1290  Vim9: cannot replace a global function
  4212  8.2.1291  Vim9: type of varargs items is not checked
  1879  8.2.1292  AIDL filetype not recognized
  2931  8.2.1293  Vim9: :execute mixes up () expression and function call
101699  8.2.1294  Vim9: error when using vim9script in TextYankPost
 11617  8.2.1295  tests 44 and 99 are old style
  2145  8.2.1296  some part of using 'smarcase' was not tested
 17108  8.2.1297  when a test fails it's often not easy to see where
  1424  8.2.1298  compiler warning for unused argument in small version
  2527  8.2.1299  compiler warning for using size_t for int and void pointer
  6955  8.2.1300  Vim9: optional argument type not parsed properly
  2094  8.2.1301  Vim9: varargs argument type not parsed properly
  2933  8.2.1302  Vim9: varargs arg after optional arg does not work
  2961  8.2.1303  calling popup_setoptions() resets 'signcolumn'
 17597  8.2.1304  debug backtrace isn't tested much
 20526  8.2.1305  some tests are still old style
  7487  8.2.1306  checking for first character of dict key is inconsistent
  5946  8.2.1307  popup window width does not include number of sign columns
 15751  8.2.1308  Vim9: accidentally using "x" causes Vim to exit
  2404  8.2.1309  build failure with tiny version
  2221  8.2.1310  configure with Xcode 12 fails to check for tgetent
  1728  8.2.1311  test failures with legacy Vim script
  2392  8.2.1312  MS-Windows: terminal test may fail if dir.exe exists
  9176  8.2.1313  Vim9 script: cannot assign to environment variable
  2761  8.2.1314  Vim9: rule for comment after :function is confusing
  3193  8.2.1315  MS-Windows: test log contains escape sequences
 12014  8.2.1316  test 42 is still old style
 13639  8.2.1317  MS-Windows tests on AppVeyor are slow
  1790  8.2.1318  no status badge for Github CI
  2939  8.2.1319  status badge for Github CI has wrong link
  4976  8.2.1320  Vim9: cannot declare some single letter variables
  1293  8.2.1321  GitHub CI also runs on tag push
  3535  8.2.1322  Vim9: method on double quoted string doesn't work
  5233  8.2.1323  Vim9: invalid operators only rejected in :def function
  2923  8.2.1324  Vim9: line break after "=" does not work
  3233  8.2.1325  Vim9: using Vim9 script for autaload not tested
 14661  8.2.1326  Vim9: skipping over white space after list
  5083  8.2.1327  Mac: configure can't find Tcl libraries
  3455  8.2.1328  no space allowed before comma in list
 15641  8.2.1329  Vim9: cannot define global function inside :def function
  3131  8.2.1330  Github workflow takes longer than needed
  2180  8.2.1331  Vim9: :echo with two lists doesn't work
  6913  8.2.1332  Vim9: memory leak when using nested global function
  3747  8.2.1333  Vim9: memory leak when using nested global function
  2381  8.2.1334  Github workflow timeout needs tuning
  4500  8.2.1335  CTRL-C in the GUI doesn't interrupt
  1541  8.2.1336  build failure on non-Unix systems
  2577  8.2.1337  Vim9: cannot use empty key in dict assignment
  6058  8.2.1338  Vim9: assigning to script-local variable doesn't check type
  3159  8.2.1339  Vim9: assigning to global dict variable doesn't work
 12951  8.2.1340  some tests fail on Cirrus CI and/or with FreeBSD
  1744  8.2.1341  build failures
  5805  8.2.1342  Vim9: accidentally using "t" gives a confusing error
  6044  8.2.1343  Vim9: cannot find global function when using g:
  1627  8.2.1344  Vim9: No test for trying to redefine global function
  3506  8.2.1345  Redraw error when using visual block and scroll
  1549  8.2.1346  small build fails
  5139  8.2.1347  cannot easily get the script ID
  1540  8.2.1348  build failure without the eval feature
  7626  8.2.1349  Vim9: can define a function with the name of an import
  1681  8.2.1350  Vim9: no test for error message when redefining function
  2661  8.2.1351  Vim9: no proper error if using namespace for nested function
  2830  8.2.1352  Vim9: no error for shadowing a script-local function
  2656  8.2.1353  crash when drawing double-wide character in terminal window
 51091  8.2.1354  test 59 is old style
  8352  8.2.1355  Vim9: no error using :let for options and registers
  2147  8.2.1356  Vim9: cannot get the percent register
  4573  8.2.1357  Vim9: cannot assign to / register
  2193  8.2.1358  Vim9: test fails with +dnd is not available
  3073  8.2.1359  Vim9: cannot assign to / register in Vim9 script
  2112  8.2.1360  stray error for white space after expression
  1769  8.2.1361  error for white space after expression in assignment
  2705  8.2.1362  last entry of ":set term=xxx" overwritten by error message
  1676  8.2.1363  test trying to run terminal when it is not supported
  1704  8.2.1364  invalid memory access when searching for raw string
  9672  8.2.1365  Vim9: no error for missing white space around operator
103132  8.2.1366  test 49 is old style
  5096  8.2.1367  Vim9: no error for missing white space around operator
  5283  8.2.1368  Vim9: no error for missing white space around operator
  1646  8.2.1369  MS-Windows: autocommand test sometimes fails
  1875  8.2.1370  MS-Windows: warning for using fstat() with stat_T
  3791  8.2.1371  Vim9: no error for missing white space around operator
  5317  8.2.1372  Vim9: no error for missing white space around operator
  7199  8.2.1373  Vim9: no error for assigning to non-existing script var
  3288  8.2.1374  Vim9: error for assigning empty list to script variable
  2348  8.2.1375  Vim9: method name with digit not accepted
  3520  8.2.1376  Vim9: expression mapping causes error for using :import
  1441  8.2.1377  triggering the ATTENTION prompt causes typeahead mess up
  2799  8.2.1378  cannot put space between function name and paren
  2448  8.2.1379  curly braces expression ending in " }" does not work
  3079  8.2.1380  Vim9: return type of getreg() is always a string
  4573  8.2.1381  MS-Windows: crash with Python 3.5 when stdin is redirected
  3065  8.2.1382  Vim9: using :import in filetype plugin gives an error
 62685  8.2.1383  test 49 is old style
  3836  8.2.1384  no ATTENTION prompt for :vimgrep first match file
  6704  8.2.1385  no testing on ARM
  3156  8.2.1386  backslash not removed afer space with space in 'isfname'
  2662  8.2.1387  Vim9: cannot assign to single letter variable with type
  7930  8.2.1388  Vim9: += only works for numbers
  1425  8.2.1389  file missing from the distribution
  2152  8.2.1390  Vim9: type error after storing an option value
  2028  8.2.1391  Vim9: no error for shadowing a script function
  3130  8.2.1392  Vim9: line number incorrect after skipping over comment lines
 13576  8.2.1393  insufficient testing for script debugging
  4488  8.2.1394  Vim9: compiling a function interferes with command modifiers
  7478  8.2.1395  Vim9: no error if declaring a funcref with lower case letter
  7129  8.2.1396  Vim9: no error for unexpectedly returning a value
  2962  8.2.1397  Vim9: return type of maparg() not adjusted for fourth arg
  2312  8.2.1398  autoload script sourced twice if sourced directly
  5648  8.2.1399  Vim9: may find imported item in wrong script
  3263  8.2.1400  Vim9: test does not delete written files
 13166  8.2.1401  cannot jump to the last used tabpage
  1746  8.2.1402  s390x tests always fail
  4242  8.2.1403  Vim9: Vim highlighting may fail in cmdline window
  3531  8.2.1404  Vim9: script test fails in the GUI
 53589  8.2.1405  Vim9: vim9compile.c is getting too big
  7856  8.2.1406  popupwindow lacks scrollbar if no "maxheight" is used
 15129  8.2.1407  Vim9: type of list and dict only depends on first item
  6359  8.2.1408  Vim9: type casting not supported
  7034  8.2.1409  nmpmrc and php.ini filetypes not recognized
  3321  8.2.1410  adding compiler plugin requires test change
  1978  8.2.1411  when splitting a window localdir is copied but prevdir is not
  3774  8.2.1412  Vim: not operator does not result in boolean
  5908  8.2.1413  previous tab page not usable from an Ex command
 10239  8.2.1414  popupwindow missing last couple of lines
  3315  8.2.1415  closing a popup window with CTRL-C interrupts 'statusline'
  5201  8.2.1416  Vim9: boolean evaluation does not work as intended
123226  8.2.1417  test 49 is old style
  2607  8.2.1418  Vim9: invalid error for missing white space
  7695  8.2.1419  Vim9: not operator applied too early
 82931  8.2.1420  test 49 is old style
  2025  8.2.1421  Vim9: handling "+" and "-" before number differs from script
229912  8.2.1422  the Mac GUI implementation is outdated
  2356  8.2.1423  Vim9: find global function when looking for script-local
  5305  8.2.1424  Mac build fails
  2175  8.2.1425  Vim9: cannot use call() without :call
  5821  8.2.1426  Vim9: cannot call autoload function in :def function
  3635  8.2.1427  Vim9: cannot use a range with marks in :def function
  3393  8.2.1428  Vim9: :def function does not abort on nested function error
  3113  8.2.1429  Vim9: no error for missing white after : in dict
  4383  8.2.1430  Vim9: error for missing comma instead of extra white space
  2951  8.2.1431  Vim9: no error for white space before comma in dict
152130  8.2.1432  various inconsistencies in test files
  2761  8.2.1433  Vim9: cannot mingle comments in multi-line lambda
  2408  8.2.1434  Vim9: crash when lambda uses outer function argument
 14131  8.2.1435  Vim9: always converting to string for ".." leads to mistakes
  4547  8.2.1436  function implementing :substitute has unexpected name
  2679  8.2.1437  Vim9: 'statusline' is evaluated using Vim9 script syntax
  4477  8.2.1438  missing tests for interrupting script execution from debugger
 54401  8.2.1439  tiny and small builds have no test coverage
 11974  8.2.1440  debugger code insufficiently tested
  2329  8.2.1441  running tests in tiny version gives error for summarize.vim
  7158  8.2.1442  outdated references to the Mac Carbon GUI
  2271  8.2.1443  Vim9: crash when interrupting a nested :def function
152563  8.2.1444  error messages are spread out and names can be confusing
  2875  8.2.1445  Vim9: function expanded name is cleared when sourcing again
  7799  8.2.1446  Vim9: line number in error message is not correct
  2570  8.2.1447  Vim9: return type of keys() is list<any>
  1641  8.2.1448  test 77a for VMS depends on small.vim which does not exist
  3750  8.2.1449  some test makefiles delete files that are not generated
  2153  8.2.1450  Vim9: no check that script-local items don't become global
  4595  8.2.1451  Vim9: list type at script level only uses first item
  1590  8.2.1452  Vim9: dead code in to_name_end()
  1527  8.2.1453  Vim9: failure to compile lambda not tested
  2977  8.2.1454  Vim9: failure invoking lambda with wrong arguments
  2703  8.2.1455  Vim9: crash when using typecast before constant
  2444  8.2.1456  MS-Windows: test files are not deleted
  1470  8.2.1457  Vim9: the output of :disassemble cannot be interrupted
  2902  8.2.1458  .gawk files not recognized
  2813  8.2.1459  Vim9: declaring script var in script does not infer the type
 79852  8.2.1460  error messages are spread out
 10102  8.2.1461  Vim9: string indexes are counted in bytes
 15218  8.2.1462  Vim9: string slice not supported yet
 11800  8.2.1463  Vim9: list slice not supported yet
  1467  8.2.1464  Vim9: build warning for unused variable
 14411  8.2.1465  Vim9: subscript not handled properly
 30468  8.2.1466  Vim9: cannot index or slice a variable with type "any"
  4193  8.2.1467  Vim9: :echomsg doesn't like a dict argument
  1904  8.2.1468  Vim9: invalid error for missing white space
  6317  8.2.1469  Vim9: cannot assign string to string option
  7152  8.2.1470  errors in spell file not tested
  2851  8.2.1471  :const only locks the variable, not the value
  3645  8.2.1472  ":argdel" does not work like ":.argdel" as documented
 10187  8.2.1473  items in a list given to :const can still be modified
  3480  8.2.1474  /usr/lib/udef/rules.d not recognized as udevrules
  7400  8.2.1475  Vim9: can't use v:true for option flags
  1871  8.2.1476  filetype test fails on MS-Windows
  2105  8.2.1477  Vim9: error when using bufnr('%')
  5502  8.2.1478  Vim9: cannot use "true" for some popup options
 11406  8.2.1479  Vim9: error for list index uses wrong line number
  3110  8.2.1480  Vim9: skip expression in search() gives error
 58088  8.2.1481  Vim9: line number reported with error may be wrong
  3744  8.2.1482  Vim9: crash when using a nested lambda
  1735  8.2.1483  Vim9: error for using special as number
  1766  8.2.1484  flaky failure in assert_fails()
  2103  8.2.1485  Vim9: readdirex() expression doesn't accept bool
  5543  8.2.1486  Vim9: readdir() expression doesn't accept bool
  3132  8.2.1487  Travis: installing snd-dummy is not always useful
  2920  8.2.1488  text does not scroll when inserting above first line
  4522  8.2.1489  Vim9: error when setting an option with setbufvar()
  4418  8.2.1490  Vim9: using /= with float and number doesn't work
 22374  8.2.1491  Vim9: crash when compiling heredoc lines start with comment
  7258  8.2.1492  build failures
 18371  8.2.1493  not enough test coverage for the spell file handling
  1725  8.2.1494  missing change to calling eval_getline()
  1925  8.2.1495  "make clean" may delete too many files
  2403  8.2.1496  Vim9: cannot use " #" in a mapping
  2471  8.2.1497  CursorHold test is flaky
 17887  8.2.1498  on slow systems tests can be flaky
  3027  8.2.1499  Vim9: error when using "$" with col()
  2828  8.2.1500  Vim9: error when using address without a command
  2948  8.2.1501  Vim9: concatenating to constant reverses order
  3526  8.2.1502  Vim9: can use += with a :let command at script level
  2573  8.2.1503  Vim9: error for autocmd defined in :def in legacy script
 19831  8.2.1504  Vim9: white space checks are only done for a :def function
  4800  8.2.1505  not all file read and writecode is tested
  4252  8.2.1506  Vim9: no error when using a number other than 0 or 1 as bool
  3378  8.2.1507  using malloc() directly
  5137  8.2.1508  not all debugger commands covered by tests
  1970  8.2.1509  vertical separator is cleared when dragging a popup window
  7857  8.2.1510  using "var" in :def function may refer to legacy script var
  3358  8.2.1511  putting a string in Visual block mode ignores multi-byte
  4342  8.2.1512  failure after trinary expression fails
 12861  8.2.1513  cannot interrupt shell used for filename expansion
  2152  8.2.1514  multibyte vertical separator is cleared when dragging popup
  3004  8.2.1515  Vim9: can create s:var in legacy script but cannot unlet
  2544  8.2.1516  Vim9: error for :exe has wrong line number
  6876  8.2.1517  cannot easily get the character under the cursor
  6981  8.2.1518  Vim9: cannot assign to local option
  9285  8.2.1519  Vim9: Ex command default range is not set
  2314  8.2.1520  Vim9: CTRL-] used in :def function does not work
  5392  8.2.1521  reading past end of buffer when reading spellfile
 11926  8.2.1522  not enough test coverage for the spell file handling
 19157  8.2.1523  still not enough test coverage for the spell file handling
  4193  8.2.1524  no longer get an error for string concatenation with float
  3801  8.2.1525  messages from tests were not always displayed
  1882  8.2.1526  line in testdir Makefile got commented out
  4327  8.2.1527  Vim9: cannot use a function name at script level
  4631  8.2.1528  Vim9: :endif not found after "if false"
  2787  8.2.1529  Vim9: :elseif may be compiled when not needed
  1726  8.2.1530  Vim9: test fails on MS-Windows
  1628  8.2.1531  Vim9: test still fails on MS-Windows
  1880  8.2.1532  compiler warning for conversion of size_t to long
  1998  8.2.1533  Vim9: error when passing getreginfo() result to setreg()
  4498  8.2.1534  Vim9: type error for argument type is not at call position
 14984  8.2.1535  it is not possible to specify cell widths of characters
  9002  8.2.1536  cannot get the class of a character; emoji widths are wrong
  4689  8.2.1537  memory acccess error when using setcellwidths()
  6496  8.2.1538  Python: iteration over vim objects fails to keep reference
 10388  8.2.1539  using invalid script ID causes a crash
  2845  8.2.1540  the user cannot try out emoji character widths
  4252  8.2.1541  Vim9: cannot find function reference for s:Func
  1508  8.2.1542  Vim9: test with invalid SID does not work in the GUI
  2247  8.2.1543  Vim9: test with invalid SID is skipped in the GUI
 14862  8.2.1544  cannot translate messages in a Vim script
  2602  8.2.1545  ch_logfile() is unclear about closing when forking
  5084  8.2.1546  build rule for Vim.app is unused
  8021  8.2.1547  various comment problems
  1451  8.2.1548  cannot move position of "%%" in message translations
  1866  8.2.1549  "r" fails if 'esckeys' is off and modifyOtherKeys is used
  2635  8.2.1550  Vim9: bufname('%') gives an error
 14222  8.2.1551  Vim9: error for argument type does not mention the number
  4912  8.2.1552  warnings from asan with clang-11
  2998  8.2.1553  crash in edit test
  1419  8.2.1554  crash in normal test
  5601  8.2.1555  not all tests are executed on Github Actions
  8616  8.2.1556  cursorline highlighting always overrules sign highlighting
  2480  8.2.1557  crash in :vimgrep when started as "vim -n"
  1425  8.2.1558  signs test fails
  1684  8.2.1559  s390x tests work again
  6271  8.2.1560  using NULL pointers in some code
  1819  8.2.1561  using NULL pointers in fold code
  5836  8.2.1562  Vim9: error when using "%" where a buffer is expected
  2981  8.2.1563  Vim9: error when using '%" with setbufvar() r getbufvar()
  3817  8.2.1564  a few remaining errors from ubsan
  1763  8.2.1565  spellfile test sometimes fails
  2973  8.2.1566  not all Bazel files are recognized
  4381  8.2.1567  no example to use ubsan with clang
  3061  8.2.1568  prop_find() skips properties in the same line
  2750  8.2.1569  Vim9: fixes not tested; failure in getchangelist()
  6033  8.2.1570  configure check for dirfd() does not work on HPUX
  2467  8.2.1571  Vim9: count() third argument cannot be "true"
  2746  8.2.1572  Vim9: expand() does not take "true" as argument
  2249  8.2.1573  Vim9: getreg() does not take "true" as argument
  2730  8.2.1574  Vim9: glob() doesnot take "true" as argument
  2792  8.2.1575  Vim9: globpath() doesnot take "true" as argument
  2439  8.2.1576  Vim9: index() does not take "true" as argument
  3820  8.2.1577  Vim9: hasmapto()/mapcheck()/maparg() do nottake "true" arg
  2857  8.2.1578  Vim9: popup_clear() does not take "true" as argument
  6502  8.2.1579  reports from asan are not optimal
  8609  8.2.1580  wildmenu does not work properly
  2402  8.2.1581  using line() for global popup window doesn't work
  2133  8.2.1582  the channel log does not show typed text
  2241  8.2.1583  MS-Windows: cannot easily measure code coverage
  3692  8.2.1584  Vim9: cannot use "true" for "skipstart" in prop_find()
 12469  8.2.1585  messages in globals.h not translated
  2666  8.2.1586  :resize command not fully tested
 14995  8.2.1587  loop for handling keys for the command line is too long
 12640  8.2.1588  cannot read back the prompt of a prompt buffer
  7234  8.2.1589  term_start() options for size are overruled by 'termwinsize'
  2281  8.2.1590  Vim9: bufnr() doesn't take "true" argument
  3503  8.2.1591  using winheight('.') in tests works but is wrong
  2201  8.2.1592  Vim9: passing "true" to char2nr() fails
 69418  8.2.1593  tests do not check the error number properly
  3476  8.2.1594  pull requests on github do not notify a maintainer
  9228  8.2.1595  cannot easily see what Vim sends to the terminal
  1915  8.2.1596  using win_screenpos('.') in tests works but is wrong
113105  8.2.1597  the channel source file is too big
  3066  8.2.1598  starting a hidden terminal resizes the current window
  2973  8.2.1599  missing line end when skipping a long line with :cgetfile
  2717  8.2.1600  Vim9: cannot use "true" with deepcopy()
  2131  8.2.1601  Vim9: cannot use 'true" with garbagecollect()
  2886  8.2.1602  Vim9: cannot use 'true" with getbufinfo()
  2109  8.2.1603  Vim9: cannot use "true" with getchar()
  2169  8.2.1604  Vim9: cannot use "true" with getcompletion()
  1910  8.2.1605  default maintainer on github is wrong
  1934  8.2.1606  Vim9: cannot use "true" with has()
  1373  8.2.1607  Vim9: getchar() test fails on MS-Windows
  1893  8.2.1608  Vim9: getchar() test fails with GUI
  2915  8.2.1609  Vim9: test fails when build without +channel
  2618  8.2.1610  Vim9: cannot pass "true" to list2str() and str2list()
  2185  8.2.1611  Vim9: cannot pass "true" to nr2char()
  3374  8.2.1612  Vim9: cannot pass "true" to prop_remove()
  3103  8.2.1613  Vim9: cannot pass "true" to prop_type_add()
  2892  8.2.1614  Vim9: cannot pass "true" to searchcount()
  2990  8.2.1615  Vim9: cannot pass "true" to searchdecl()
  2567  8.2.1616  Vim9: cannot pass "true" to synID()
  9673  8.2.1617  Vim9: cannot pass "true" to win_splitmove()
  2246  8.2.1618  Vim9: cannot pass "true" to setloclist()
  2221  8.2.1619  Vim9: cannot pass "true" to spellsuggest()
  1918  8.2.1620  searchcount() test fails
  1947  8.2.1621  crash when using submatch(0, 1) in substitute()
 26023  8.2.1622  loop to handle keys for the command line is too long
 50292  8.2.1623  Vim9: using :call where it is not needed
  3406  8.2.1624  Vim9: cannot pass "true" to split(), str2nr() and strchars()
  2015  8.2.1625  compiler warning for use of fptr_T
  1703  8.2.1626  test for strchars() fails with different error number
  3991  8.2.1627  Vim9: cannot pass "true" to submatch/term_gettty/term_start
  2298  8.2.1628  Vim9: cannot pass "true" to timer_paused()
  2188  8.2.1629  test fails without terminal feature
  2158  8.2.1630  terminal test fails
 14933  8.2.1631  test_fails() does not check the context of the line number
 15071  8.2.1632  not checking the context of test_fails()
  3936  8.2.1633  some error messages are internal but do not use iemsg()
 18720  8.2.1634  loop to handle keys for the command line is too long
  2274  8.2.1635  no digraph for 0x2022 BULLET
  7317  8.2.1636  get stuck if a popup filter causes an error
 12792  8.2.1637  Vim9: :put ={expr} does not work inside :def function
  3626  8.2.1638  leaking memory when popup filter function can't be called
 48586  8.2.1639  options window cannot be translated
  1291  8.2.1640  Amiga: missing header for getgrgid()
  4321  8.2.1641  Vim9: cannot use 0 or 1 where a bool is expected
  1872  8.2.1642  options test fails
  2079  8.2.1643  Vim9: :defcompile compiles dead functions
  6155  8.2.1644  Vim9: cannot assign 1 and 0 to bool at script level
  2493  8.2.1645  GTK3: icons become broken images when resized
  1917  8.2.1646  Amiga: Unnecessary #include
  4785  8.2.1647  Vim9: result of expression with && and || is not a bool
  9655  8.2.1648  Amiga: no common build file for Amiga (-like) systems
  4836  8.2.1649  GTK3: using old file chooser
 11235  8.2.1650  Vim9: result of && and || expression is not bool in script
  5608  8.2.1651  spellfile code not completely tested
 11322  8.2.1652  cannot translate lines in the options window
 12190  8.2.1653  expand('<stack>') does not include the final line number
  3925  8.2.1654  when job writes to hidden buffer current window is wrong
  2404  8.2.1655  cannot build with Strawberry Perl 5.32.0
  2097  8.2.1656  Vim9: callstack wrong if :def function calls :def function
  2787  8.2.1657  Vim9: no proper error for nested ":def!"
  3522  8.2.1658  expand('<stack>') has trailing ".."
  4186  8.2.1659  spellfile code not completely tested
 48101  8.2.1660  assert functions require passing expected as first argument
  2036  8.2.1661  cannot connect to 127.0.0.1 for host with only IPv6 addresses
 22215  8.2.1662  :mksession does not restore shared terminal buffer properly
119831  8.2.1663  options window entries cannot be translated
  6982  8.2.1664  memory leak when using :mkview with a terminal buffer
 16087  8.2.1665  cannot do fuzzy string matching
  7162  8.2.1666  the initial value of 'backupskip' can have duplicate items
 10056  8.2.1667  local function name cannot shadow a global function name
  2624  8.2.1668  Vim9: not accepting 0 or 1 as bool when type is any
  5851  8.2.1669  Vim9: memory leak when storing a value fails
  2088  8.2.1670  a couple of gcc compiler warnings
  2113  8.2.1671  Vim9: stray error for missing white space
  1401  8.2.1672  v_lock is used when it is not initialized
  2537  8.2.1673  complete_info() selected index has an invalid value
  2229  8.2.1674  Vim9: internal error when using variable that was not set
  1951  8.2.1675  MinGW: testdir makefile deletes non-existing file
  2256  8.2.1676  compiler warnings for function typecast
  5859  8.2.1677  memory access errors when calling setloclist() in autocommand
  2230  8.2.1678  crash when using ":set" after ":ownsyntax"
  7509  8.2.1679  Vim9: ":*" is not recognized as a range
  1964  8.2.1680  Vim9: line number for compare error is wrong
  8770  8.2.1681  Vim9: unnessary :call commands in tests
  4682  8.2.1682  Vim9: const works in an unexpected way
  2732  8.2.1683  Vim9: assignment test fails
  2822  8.2.1684  "gF" does not use line number after file in Visual mode
 50159  8.2.1685  Vim9: cannot declare a constant value
  3256  8.2.1686  Vim9: "const!" not sufficiently tested
  1591  8.2.1687  Vim9: out of bounds error
  5132  8.2.1688  increment/decrement removes text property
  5005  8.2.1689  'colorcolumn' doesn't show in indent
  5088  8.2.1690  text properties not adjusted for "I" in Visual block mode
 42853  8.2.1691  Vim9: list<any> is not accepted where list<number> is expected
  1444  8.2.1692  build fails because TTFLAG_STATIC is missing
  3400  8.2.1693  "hi def" does not work for cleared highlight
  1862  8.2.1694  compiler warning for loss if data
  2627  8.2.1695  Vim9: crash when using varargs type "any"
  1502  8.2.1696  unused (duplicate) macros
 36417  8.2.1697  inconsistent capitalization of error messages
 24372  8.2.1698  cannot lock a variable in legacy Vim script like in Vim9
  1364  8.2.1699  build failure due to missing error message
  2080  8.2.1700  Vim9: try/catch causes wrong value to be returned
  2672  8.2.1701  Vim9: sort("i") does not work
  2149  8.2.1702  crash when using undo after deleting folded lines
  7839  8.2.1703  ":highlight clear" does not restore default link
  4539  8.2.1704  Vim9: crash in for loop when autoload script has an error
  4708  8.2.1705  "verbose hi Name" reports incorrect info after ":hi clear"
  3124  8.2.1706  Vim9: crash after running into the "Multiple closures" error
  2399  8.2.1707  small inconsitency in highlight test
  3474  8.2.1708  Vim9: error message for function has unpritable characters
  1494  8.2.1709  Vim9: memory leak when using multiple closures
  3254  8.2.1710  Vim9: list of list type can be wrong
  5824  8.2.1711  Vim9: leaking memory when using partial
  5847  8.2.1712  Vim9: leaking memory when calling a lambda
  1711  8.2.1713  Motif GUI: crash when setting menu colors
  2333  8.2.1714  text properties corrupted with substitute command
  1795  8.2.1715  Motif GUI: commented out code missed {}
 13158  8.2.1716  options window has duplicate translations
 18954  8.2.1717  MS-Windows installer doesn't have Russian translations
  2842  8.2.1718  Vim9: :def function disallows "firstline" for no good reason
  3019  8.2.1719  Vim9: no error if comma is missing in between arguments
  2652  8.2.1720  Vim9: memory leak with heredoc that isn't executed
  1648  8.2.1721  MS-Windows installer doesn't work
  2822  8.2.1722  Vim9: cannot assign a lambda to a variable of type function
  2089  8.2.1723  Vim9: Variable argument name cannot start with underscore
 40953  8.2.1724  Vim9: assignment tests spread out
  4260  8.2.1725  not all Pascal files are recognized
 42042  8.2.1726  fuzzy matching only works on strings
  9610  8.2.1727  a popup created with "cursorline" will ignore "firstline"
  1400  8.2.1728  compiler warning for using uninitialized variable
  5370  8.2.1729  endless loop when ":normal" feeds popup window filter 
  2977  8.2.1730  Vim9: cannot use member of unknown type
  4054  8.2.1731  Vim9: cannot use += to append to empty NULL list
  6689  8.2.1732  stuck when win_execute() for a popup causes an error
  1390  8.2.1733  Vim9: memory leaks when using nested function
 16731  8.2.1734  Vim9: cannot use a funcref for a closure twice
  1905  8.2.1735  Github actions appear to timeout too soon
 11331  8.2.1736  failure to compile a pattern not tested much
  5725  8.2.1737  cursor line highlight in popup window is not always updated
  1451  8.2.1738  Mac: str2float() recognizes comma instead of decimal point
  4098  8.2.1739  Vim9: crash when compiling a manually defined function
  1659  8.2.1740  test fails without the terminal feature
 10078  8.2.1741  pathshorten() only supports using one character
  2000  8.2.1742  test still fails without the terminal feature
  4351  8.2.1743  cannot build without the eval feature
104519  8.2.1744  Vim9: using ":const!" is weird
  1317  8.2.1745  tiny version doesn't build
  3529  8.2.1746  Vim9: cannot use "fina" for "finally"
  2801  8.2.1747  result of expand() unexpectedly depends on 'completeslash'
  3130  8.2.1748  closing split window in other tab may cause a crash
  3312  8.2.1749  Vim9: crash when closure fails in nested function
 13444  8.2.1750  popup_setoptions() setting firstline fails if cursorline set
  4175  8.2.1751  using 2 where bool is expected may throw an error
  4938  8.2.1752  GTK GUI: cannot map alt-? with <A-?>
  1552  8.2.1753  Vim9: crash when using import at script level
  2679  8.2.1754  completion with spell checking not tested
  3147  8.2.1755  Vim9: crash when using invalid heredoc marker
 64184  8.2.1756  Vim9: :let will soon be disallowed
  3686  8.2.1757  Mac: default locale is lacking the encoding
  2834  8.2.1758  Vim9: type of unmaterialized list is wrong
 77029  8.2.1759  Vim9: Some tests are still using :let
  2347  8.2.1760  Vim9: crash when end marker is missing
 56518  8.2.1761  Vim9: Some tests are still using :let
  3012  8.2.1762  when a timer uses :stopinsert completion isn't stopped
  3354  8.2.1763  Vim9: cannot use "true" for popup window scrollbar option
  2267  8.2.1764  Vim9: no error when assigning to script var with wrong type
 15691  8.2.1765  Vim9: some tests use "var var"
 48362  8.2.1766  Vim9: Some tests are still using :let
  1581  8.2.1767  Vim9: test fails with python support
  5057  8.2.1768  cannot use the help menu from a terminal window
  8129  8.2.1769  popup filter interferes with using :normal to move the cursor
  2689  8.2.1770  invalid memory use when using SpellFileMissing autocmd
  4665  8.2.1771  synIDattr() cannot get the value of ctermul
  2909  8.2.1772  cannot use CTRL-W <Down> to move out of a terminal window
  1783  8.2.1773  crash when calling mapset() with a list as first argument
  1711  8.2.1774  GTK: hang when forced to exit
  3748  8.2.1775  MS-Windows: adding a long quickfix list is slow
  2260  8.2.1776  filetype.vim may be loaded twice
 10332  8.2.1777  Vim9: some assignment tests in the wrong file
  5010  8.2.1778  Vim9: returning from a partial call clears outer context
  2315  8.2.1779  some debian changelog files are not recognized
  2698  8.2.1780  statusline not updated when splitting windows
  3089  8.2.1781  writing to prompt buffer interferes with insert mode
  2053  8.2.1782  Vim9: cannot pass boolean to mapset()
  3835  8.2.1783  try-catch test fails
  4031  8.2.1784  commits are not scanned for security problems
  1781  8.2.1785  compiler warning for strcp() out of bounds
 12706  8.2.1786  various Normal mode commands not fully tested
  3698  8.2.1787  crash with 'incsearch' and very long line
  2686  8.2.1788  Vim9: still allows :let for declarations
  2949  8.2.1789  Vim9: crash with invalid list constant
  2468  8.2.1790  MS-Windows with Python: crash when executed from Vifm
  1946  8.2.1791  Vim9: debugger test fails
  2933  8.2.1792  Configure does not recognize Racket 6.1+
  4883  8.2.1793  not consistently giving the "is a directory" warning
 20303  8.2.1794  no falsy Coalescing operator
 37837  8.2.1795  Vim9: operators && and || have a confusing result
  3443  8.2.1796  Vim9: invalid memory access with weird function name
  2641  8.2.1797  Vim9: some parts of the code not tested
 20061  8.2.1798  Vim9: trinary operator condition is too permissive
 11989  8.2.1799  some Normal mode commands not fully tested
  1670  8.2.1800  Vim9: memory leak if "if" condition is invalid
  2963  8.2.1801  undo file not found when using ":args" or ":next"
  1942  8.2.1802  Vim9: crash with unterminated dict
  4105  8.2.1803  a few failures are not tested
  2042  8.2.1804  resolve('/') returns an empty string
  2417  8.2.1805  Unix: terminal mode changed when using ":shell"
  2476  8.2.1806  MS-Windows with Python: Vim freezes after import command
  2419  8.2.1807  can use :help in a terminal popup window
  2525  8.2.1808  no test coverage for ":spelldump!"
  6501  8.2.1809  mapping some keys with Ctrl does not work properly
  6325  8.2.1810  some code in normal.c not covered by tests
  5254  8.2.1811  mapping Ctrl-key does not work for '{', '}' and '|'
  3429  8.2.1812  Vim9: nested closure throws an internal error
  7815  8.2.1813  Vim9: can assign wrong type to script dict
  1589  8.2.1814  missing change to remove "static"
  3003  8.2.1815  Vim9: memory leak when using function reference
  3451  8.2.1816  Vim9: another memory leak when using function reference
  3643  8.2.1817  Vim9: wrong instruction when reusing a local variable spot
  1660  8.2.1818  SE Linux: deprecation warning for security_context_t
 12097  8.2.1819  Vim9: Memory leak when using a closure
  1580  8.2.1820  Vim9: crash when error happens in timer callback
  3469  8.2.1821  Vim9: concatenating to a NULL list doesn't work
  1830  8.2.1822  list test doesn't fail
  2554  8.2.1823  "gN" does not select the matched string
  9700  8.2.1824  Vim9: variables at the script level escape their scope
  2429  8.2.1825  Vim9: accessing freed memory
  7613  8.2.1826  Vim9: cannot use a {} block at script level
 47800  8.2.1827  filetype detection does not test enough file names
  1678  8.2.1828  build failure without the +eval feature
  2473  8.2.1829  warnings when executing Github actions
  3772  8.2.1830  MS-Windows: Python3 issue with stdin
  1427  8.2.1831  file missing from distribution
  2206  8.2.1832  readdirex() error is displayed as a message
  2252  8.2.1833  when reading from stdin dup() is called twice
  4615  8.2.1834  PyEval_InitThreads() is deprecated in Python 3.9
  5959  8.2.1835  ":help ??" finds the "!!" tag
  3776  8.2.1836  autocmd test fails on pacifist systems
  4254  8.2.1837  using "gn" after "gN" does not work
  5844  8.2.1838  Vim9: cannot insert a comment line in an expression
  3240  8.2.1839  Vim9: memory leaks reported in assign test
  4499  8.2.1840  Vim9: error message is not clear about compilation error
  1798  8.2.1841  Vim9: test for compilation error fails in normal build
  3440  8.2.1842  crash when USE_FNAME_CASE is defined and using :browse
  2121  8.2.1843  Netbeans: with huge buffer number memory allocation may fail
  3792  8.2.1844  using "q" at the more prompt doesn't stop a long message
 16660  8.2.1845  Vim9: function defined in a block can't use block variables
 30419  8.2.1846  Vim9: block variables are not found in compiled function
  1462  8.2.1847  Vim9: using negative value for unsigned type
  2526  8.2.1848  crash when passing a NULL string or list to popup_settext()
  3974  8.2.1849  Vim9: garbage collection frees block-local variables
  2961  8.2.1850  "vat" does not select tags correctly over line break
  3690  8.2.1851  Vim9: "!" followed by space incorrectly used
  3705  8.2.1852  map() returing zero for NULL list is unexpected
  2186  8.2.1853  "to_f" is recognized at "topleft" modifier
  2954  8.2.1854  Vim9: crash when throwing exception for NULL string
  3963  8.2.1855  Vim9: get error message when nothing is wrong
  2709  8.2.1856  "2resize" uses size of current window
  2427  8.2.1857  Vim9: using job_status() on an unused var gives an error
  4524  8.2.1858  Vim9: filter functions return number instead of bool
  4184  8.2.1859  Vim9: crash in unpack assignment
  1340  8.2.1860  Vim9: memory leak when throwing empty string
  4284  8.2.1861  Vim9: no specific error when parsing lambda fails
  1381  8.2.1862  vim9: memory leak when compiling lambda fails
  3537  8.2.1863  json code not sufficiently tested
 19569  8.2.1864  Vim9: no error for wrong list type
  9162  8.2.1865  Vim9: add() does not check type of argument
  1960  8.2.1866  Vim9: appending to pushed blob gives wrong result
  7800  8.2.1867  Vim9: argument to add() not checked for blob
  2028  8.2.1868  Vim9: no error for missing space after comma in dict
  1338  8.2.1869  Vim9: memory leak when using add()
 10627  8.2.1870  Vim9: no need to keep all script variables
  2653  8.2.1871  using %v in 'errorformat' may fail before %Z
  6549  8.2.1872  matchfuzzy() does not prefer sequential matches
  2219  8.2.1873  Vim9: missing white space when using <f-args>
  7151  8.2.1874  can't do something just before leaving Insert mode
  1942  8.2.1875  warning when building GTK gui
111920  8.2.1876  Vim9: argument types are not checked at compile time
  4573  8.2.1877  test for function list fails
 29348  8.2.1878  GTK: error for redefining function
  8707  8.2.1879  Vim9: argument types of insert() not checked when compiling
  2033  8.2.1880  Vim9: asan complains about adding zero to NULL
  4763  8.2.1881  cannot build with GTK3
  3503  8.2.1882  Vim9: v:disallow_let is no longer needed
 20554  8.2.1883  compiler warnings when using Python
  2445  8.2.1884  compiler warning for uninitialized variable
  1506  8.2.1885  filetype tests unnessarily creates swap files
  3335  8.2.1886  using ":silent!" in a popup filter has unexpected effect
  1607  8.2.1887  Github actions not optimally configured
  2545  8.2.1888  Vim9: getbufline(-1, 1, '$') gives an error
  1974  8.2.1889  Vim9: errornous error for missing white space after {}
  3698  8.2.1890  Vim9: strange error for subtracting from a list
  6461  8.2.1891  Vim9: skipping over expression doesn't handle line breaks
  1809  8.2.1892  valgrind warns for using uninitialized access in tests
 30521  8.2.1893  fuzzy matching does not support multiple words
  8705  8.2.1894  Vim9: command modifiers are not supported
  1452  8.2.1895  Vim9: silent command modifier test fails
  1997  8.2.1896  valgrind warns for using uninitialized memory
 16058  8.2.1897  command modifiers are saved and set inconsistently
 95041  8.2.1898  command modifier parsing always uses global cmdmod
  1524  8.2.1899  crash in out-of-memory situation
 19086  8.2.1900  Vim9: command modifiers do not work
  3666  8.2.1901  variable completion does not work in command line window
  2177  8.2.1902  default option values changed with :badd for existing buffer
  1708  8.2.1903  buffer test fails with normal features
  6966  8.2.1904  still using default option values after using ":badd +1"
  3500  8.2.1905  the wininfo list may contain stale entries
  2973  8.2.1906  warning for signed/unsigned
  6757  8.2.1907  complete_info().selected may be wrong
  3381  8.2.1908  Lua is initialized even when not used
 26399  8.2.1909  number of status line items is limited to 80
  2258  8.2.1910  reading past the end of the command line
  1811  8.2.1911  tiny build fails
  3038  8.2.1912  with Python 3.9 some tests fail
  2108  8.2.1913  GTK GUI: rounding for the cell height is too strict
  8479  8.2.1914  Vim9: cannot put line break in expression for '=' register
  2739  8.2.1915  Vim9: error for wrong number of arguments is not useful
  3525  8.2.1916  Vim9: function call is aborted even when "silent!" is used
  1598  8.2.1917  no test for improved Man command
  2506  8.2.1918  Vim9: E1100 mentions :let
 16311  8.2.1919  assert_fails() setting emsg_silent changes normal execution
  1808  8.2.1920  listlbr test fails when run after another test
  3900  8.2.1921  fuzzy matching does not recognize path separators
  5441  8.2.1922  Win32: scrolling problems when part of window is off-screen
  2326  8.2.1923  Vim9: "filter" command modifier doesn't work
  3346  8.2.1924  Vim9: crash when indexing dict with NULL key
  1730  8.2.1925  list/dict test fails
  2713  8.2.1926  cannot use a space in 'spellfile'
  5121  8.2.1927  Vim9: get unknown error with an error in a timer function
  2557  8.2.1928  Vim9: "silent!" not effective when list index is wrong
  1938  8.2.1929  MS-Windows: problem loading Perl 5.32
  3202  8.2.1930  wrong input if removing shift results in special key code
  6643  8.2.1931  Vim9: arguments of extend() not checked at compile time
  4812  8.2.1932  compiler warnings when building with Athena GUI
 10348  8.2.1933  cannot sort using locale ordering
  7141  8.2.1934  Vim9: command modifiers in :def function not tested
  3907  8.2.1935  sort test fails on Mac
  3009  8.2.1936  session sets the local 'scrolloff' value to the global value
  2812  8.2.1937  Vim9: test for confirm modifier fails in some situations
  3467  8.2.1938  wiping out a terminal buffer makes some tests fail
  2855  8.2.1939  invalid memory access in Ex mode with global command
  1542  8.2.1940  Vim9: browse modifier test fails on Mac
  1400  8.2.1941  Ex mode test fails on MS-Windows with GUI
 18853  8.2.1942  insufficient test coverage for the Netbeans interface
  2586  8.2.1943  Vim9: wrong error message when colon is missing
  1746  8.2.1944  Netbeans test is flaky
  2689  8.2.1945  crash when passing NULL function to reduce()
  4154  8.2.1946  sort() with NULL string not tested
  1840  8.2.1947  crash when using "zj" without folds
  3239  8.2.1948  GUI: crash when handling message while closing a window
  5647  8.2.1949  Vim9: using extend() on null dict is silently ignored
  3472  8.2.1950  Vim9: crash when compiling function fails when getting type
  8017  8.2.1951  test for list and dict fails
  2974  8.2.1952  Vim9: crash when using a NULL dict key
  7241  8.2.1953  Vim9: extra "unknown" error after other error
  3443  8.2.1954  Vim9: not all command modifiers are tested
  3207  8.2.1955  Vim9: not all command modifiers are tested
 20070  8.2.1956  Vim9: cannot specify argument types for lambda
  8821  8.2.1957  diff and cursorcolumn highlighting don't mix
  1787  8.2.1958  build failure with timers
  4620  8.2.1959  crash when terminal buffer name is made empty
  1615  8.2.1960  warning for uninitialized variable
  3964  8.2.1961  various comments can be improved
  5973  8.2.1962  netbeans may access freed memory
  4665  8.2.1963  crash when using a popup window with "latin1" encoding
  2917  8.2.1964  not all ConTeXt files are recognized
  4962  8.2.1965  Vim9: tests fail without the channel feature
  8595  8.2.1966  popup becomes current window after closing a terminal window
 13352  8.2.1967  the session file does not restore the alternate file
  7333  8.2.1968  Vim9: has() assumes a feature does not change dynamically
 21150  8.2.1969  Vim9: map() may change the list or dict item type
  5264  8.2.1970  it is easy to make mistakes when cleaning up swap files
  1788  8.2.1971  memory leak when map() fails
  1887  8.2.1972  crash when recreating nested fold
  2152  8.2.1973  finding a patch number can be a bit slow
  2000  8.2.1974  Vim9: test for has('gui_running') fails with VIMDLL
  1448  8.2.1975  Win32: memory leak when encoding conversion fails
  2581  8.2.1976  cannot backspace in prompt buffer after using cursor-left
 15914  8.2.1977  Vim9: error for using a string in a condition is confusing
 33294  8.2.1978  making a mapping work in all modes is complicated
  3592  8.2.1979  "term_opencmd" option of term_start() is truncated
 56846  8.2.1980  Vim9: some tests are not done at the script level
  2115  8.2.1981  MinGW: parallel compilation might fail
  2653  8.2.1982  quickfix window not updated when adding invalid entries
  4506  8.2.1983  ml_get error when using <Cmd> to open a terminal
  5364  8.2.1984  cannot use :vimgrep in omni completion
  2853  8.2.1985  crash when closing terminal popup with <Cmd> mapping
  2317  8.2.1986  expression test is flaky on Appveyor
  3405  8.2.1987  MS-Windows: Win32.mak is no longer needed
  2472  8.2.1988  still in Insert mode when opening terminal popup
  2469  8.2.1989  info popup triggers WinEnter and WinLeave autocommands
  8043  8.2.1990  cursor position wrong in terminal popup with finished job
  1597  8.2.1991  Coverity warns for not using the ga_grow() return value
  1336  8.2.1992  build fails with small features
  2212  8.2.1993  occasional failure of the netbeans test
  3411  8.2.1994  MS-Windows: MinGW always does a full build
  2430  8.2.1995  the popup menu can cause too much redrawing
  7473  8.2.1996  Vim9: invalid error for argument of extend()
  2593  8.2.1997  window changes when using bufload() while in a terminal popup
  2013  8.2.1998  terminal Cmd test sometimes fails to close popup
  1752  8.2.1999  terminal popup test sometimes fails
  4364  8.2.2000  Vim9: dict.key assignment not implemented yet
  7485  8.2.2001  Vim9: :def function does not apply 'maxfuncdepth'
  2977  8.2.2002  Vim9: lambda argument shadowed by function name
  2078  8.2.2003  build error with +conceal but without +popupwin
  1593  8.2.2004  compiler warning for uninitialized variable
  4290  8.2.2005  redoing a mapping with <Cmd> doesn't work properly
  2377  8.2.2006  .pbtxt files are not recognized
  1698  8.2.2007  test for insert mode in popup is not reliable
  2829  8.2.2008  MS-Windows GUI: handling channel messages lags
  7230  8.2.2009  MS-Windows: setting $LANG in gvimext only causes problems
  3691  8.2.2010  Vim9: compiling fails for unreachable return statement
  4012  8.2.2011  "syn sync" reports a very large number
  3197  8.2.2012  Vim9: confusing error message when using bool wrongly
  2637  8.2.2013  Vim9: not skipping white space after unary minus
  2947  8.2.2014  using CTRL-O in a prompt buffer moves cursor to start
 11901  8.2.2015  Vim9: literal dict #{} is not like any other language
  2285  8.2.2016  swap file test is a little flaky
  2665  8.2.2017  missing part of the dict change
  2618  8.2.2018  Vim9: script variable not found from lambda
  2447  8.2.2019  swap file test fails on MS-Windows
  3444  8.2.2020  some compilers do not like the "namespace" argument
  6671  8.2.2021  Vim9: get E1099 when autocommand resets did_emsg
  2206  8.2.2022  Vim9: star command recognized errornously
  1600  8.2.2023  Vim: memory leak when :execute fails
  6790  8.2.2024  flicker when redrawing a popup with a title and border
  1744  8.2.2025  Amiga: Not all colors are used on OS4
  1405  8.2.2026  Coverity warns for possibly using not NUL terminated string
  1278  8.2.2027  Coverity warns for uninitialized field
  1504  8.2.2028  Coverity warns for using an uninitialized variable
  1656  8.2.2029  Coverity warns for not checking return value
  4680  8.2.2030  some tests fail on Mac
  9065  8.2.2031  some tests fail when run under valgrind
  5059  8.2.2032  cabalconfig and cabalproject filetypes not recognized
  8734  8.2.2033  Vim9: :def without argument gives compilation error
 16763  8.2.2034  Vim9: list unpack in for statement not compiled yet
  3305  8.2.2035  MS-Windows: some tests may fail
  4133  8.2.2036  buffer messed up if creating the quickfix window fails
  3034  8.2.2037  compiler test depends on list of compiler plugins
  1646  8.2.2038  compiler test fails on MS-Windows
  3068  8.2.2039  viminfo is not written when creating a new file
  2724  8.2.2040  terminal buffer disappears even when 'bufhidden' is "hide"
  3631  8.2.2041  haskell filetype not optimally recognized
  2005  8.2.2042  build failure with +profile but without +reltime
  1935  8.2.2043  GTK3: white border around text stands out
  4224  8.2.2044  MS-Windows: swap file test sometimes fails
  5308  8.2.2045  highlighting a character too much with incsearch
  5626  8.2.2046  some test failures don't give a clear error
  1679  8.2.2047  Amiga: FEAT_ARP defined when it should not
  1626  8.2.2048  Amiga: obsolete code
  1825  8.2.2049  Amiga: obsolete function
  3205  8.2.2050  search test contains unneeded sleeps
  3906  8.2.2051  Vim9: crash when aborting a user function call
  8652  8.2.2052  Vim9: "edit +4 fname" gives an error
  2406  8.2.2053  Vim9: lamba doesn't accept argument types
  1909  8.2.2054  Amiga: FEAT_ARP defined when it should not
  2602  8.2.2055  MS-Windows: two Vim instances may use the same temp file
  2551  8.2.2056  configure fails if building with implicit-function-declaration
  4833  8.2.2057  getting the selection may trigger TextYankPost autocmd
  5332  8.2.2058  using mkview/loadview changes the jumplist
  2876  8.2.2059  Amiga: can't find plugins
  5234  8.2.2060  check for features implemented with "if"
  3155  8.2.2061  Vim9: E1030 error when using empty string for term_sendkeys()
  2147  8.2.2062  <Cmd> does not handle CTRL-V
 10981  8.2.2063  Vim9: only one level of indexing supported
  5127  8.2.2064  terminal: cursor is on while redrawing, causing flicker
  5826  8.2.2065  using map() and filter() on a range() is inefficient
  3767  8.2.2066  Vim9: assignment with += doesn't work
  3220  8.2.2067  cursor position in popup terminal is wrong
  5544  8.2.2068  transparent syntax item uses start/end of containing region
  5202  8.2.2069  the quickfix window is not updated after setqflist()
  6598  8.2.2070  can't get the exit value in VimLeave(Pre) autocommands
  3541  8.2.2071  Vim9: list assign doesn't except empty remainder list
  3533  8.2.2072  Vim9: list assign not well tested
 22348  8.2.2073  Vim9: for with unpack only works for local variables
  3523  8.2.2074  Vim9: using :normal from Vim9 script can't handle range
  3325  8.2.2075  error for const argument to mapnew()
  2718  8.2.2076  MS-Windows console: sometimes drops typed characters
  3278  8.2.2077  build failure with small features
  2426  8.2.2078  illegal memory access when using :print on invalid text
  2818  8.2.2079  Vim9: cannot put a linebreak before or after "in" of ":for"
  2397  8.2.2080  Vim9: no proper error message for using s:var in for loop
  3607  8.2.2081  Vim9: cannot handle a linebreak after "=" in assignment
 67573  8.2.2082  Vim9: can still use the depricated #{} dict syntax
  3423  8.2.2083  Vim9: crash when using ":silent!" and getting member fails
  9354  8.2.2084  CTRL-V U doesn't work to enter a Unicode character
  2989  8.2.2085  Qt translation file is recognized as typescript
  3938  8.2.2086  libvterm tests are only run on Linux
  1473  8.2.2087  Vim9: memory leak when statement is truncated
  1395  8.2.2088  Vim9: script test sometimes fails
  2136  8.2.2089  libvterm test fails to build on Mac
  8578  8.2.2090  Vim9: dict does not accept a key in quotes
  2299  8.2.2091  MS-Windows: build warnings
 11955  8.2.2092  Vim9: unpredictable errors for script tests
  1742  8.2.2093  Vim9: script test sometimes fails
  2224  8.2.2094  when an expression fails getting next command may be wrong
  2936  8.2.2095  Vim9: crash when failed dict member is followed by concat
  4935  8.2.2096  Vim9: command modifiers not restored after assignment
  5244  8.2.2097  Vim9: using :silent! when calling a function prevents abort
  2889  8.2.2098  Vim9: function argument of sort() and map() not tested
  9565  8.2.2099  Vim9: some checks are not tested
  4273  8.2.2100  insufficient testing for function range and dict
  1914  8.2.2101  Vim9: memory leak when literal dict has an error
  3413  8.2.2102  Vim9: not all error messages tested
  2010  8.2.2103  Vim9: unreachable code
  6159  8.2.2104  build problem with Ruby 2.7
  3607  8.2.2105  sound test is a bit flaky
  2042  8.2.2106  TOML files are not recognized
  8996  8.2.2107  Vim9: some errors not tested
  3576  8.2.2108  Vim9: no test to check for :let error
  2229  8.2.2109  "vim -" does not work well when modifyOtherKeys is enabled
  1907  8.2.2110  cannot use ":shell" when reading from stdin
  3235  8.2.2111  GTK: menu background is the same color as the main window
  3900  8.2.2112  running tests may leave some files behind
  2179  8.2.2113  MS-Windows GUI: crash after using ":set guifont=" four times
  1619  8.2.2114  Vim9: unreachable code in assignment
  2387  8.2.2115  Vim9: some errors not tested for; dead code
  1953  8.2.2116  MS-Windows GUI: test for 'guifont' is incomplete
 11069  8.2.2117  some functions use any value as a string
  1831  8.2.2118  dead code in the job support
  2236  8.2.2119  GTK3: status line background color is wrong
  2597  8.2.2120  not all Perl functionality is tested
  3450  8.2.2121  internal error when using \ze before \zs in a pattern
  2390  8.2.2122  Vim9: crash when sourcing vim9script early
  2115  8.2.2123  after using a complete popup the buffer is listed
  8331  8.2.2124  Vim9: a range cannot be computed at runtime
  1607  8.2.2125  Vim9: leaking memory
  1316  8.2.2126  Ruby: missing function prototype
  2212  8.2.2127  Vim9: executing user command from Vim9 script not tested
  6777  8.2.2128  there is no way to do something on CTRL-Z
  2623  8.2.2129  MS-Windows: Checking if a file name is absolute is slow
  4283  8.2.2130  Insert mode completion messages end up in message history
 13181  8.2.2131  Vim9: crash when lambda uses same var as assignment
  4988  8.2.2132  padding not drawn properly for popup window with title
 10845  8.2.2133  Vim9: checking for a non-empty string is too strict
  2542  8.2.2134  Vim9: get E1099 when autocmd triggered in builtin function
  2690  8.2.2135  Vim9: #{ still seen as start of dict in some places
  2192  8.2.2136  Vim9: Using uninitialized variable
  7504  8.2.2137  Vim9: :echo and :execute give error for empty argument
 12924  8.2.2138  Vim9: "exit_cb" causes Vim to exit
  2346  8.2.2139  Vim9: unreachable code in assignment
  1866  8.2.2140  build failure with tiny features
  4206  8.2.2141  user command with try/catch may not catch an expression error
  1388  8.2.2142  memory leak when heredoc is not terminated
  1836  8.2.2143  Vim9: dead code in compiling :unlet
  3002  8.2.2144  Vim9: some corner cases not tested
  3691  8.2.2145  Vim9: concatenating lists does not adjust type of result
  2058  8.2.2146  Vim9: automatic conversion of number to string for dict key
  3580  8.2.2147  quickfix window title not updated in all tab pages
  2472  8.2.2148  Vim9: crash when user command doesn't match
  1787  8.2.2149  popupwin test for latin1 sometimes fails
 37152  8.2.2150  Github actions CI isn't used for all available platforms
  2273  8.2.2151  $dir not expanded when configure checks for moonjit
  2576  8.2.2152  screenpos() does not include the WinBar offset
  1622  8.2.2153  popupwin test for latin1 still fails sometimes
  2421  8.2.2154  popupwin test for terminal buffer fails sometimes
  1850  8.2.2155  warning from Github actions for code analysis
  4050  8.2.2156  Github actions run on pusing a tag
  2379  8.2.2157  Vim9: can delete a Vim9 script variable from a function
  2037  8.2.2158  CI on cirrus times out, coveralls doesn't always run
  3280  8.2.2159  Vim9: when declaring a list it is not allocated yet
 31506  8.2.2160  various typos
  3350  8.2.2161  arguments -T and -x not tested yet
 14465  8.2.2162  Vim9: Cannot load or store autoload variables
  2224  8.2.2163  crash when discarded exception is the current exception
  2947  8.2.2164  Vim9: autoload function doesn't work in uppercased script
  4221  8.2.2165  Vim9: assignment to dict member does not work
  2356  8.2.2166  auto format doesn't work when deleting text
  1999  8.2.2167  Vim9: assign test fails
  3647  8.2.2168  Vim9: error for assigning to dict of dict
  6432  8.2.2169  Vim9: test leaves file behind
 12049  8.2.2170  Vim9: a global function defined in a :def function fails
  1891  8.2.2171  valgrind warning for using uninitialized value
  6008  8.2.2172  Vim9: number of arguments is not always checked
  3388  8.2.2173  Vim9: get internal error when assigning to undefined variable
  1641  8.2.2174  Mac version doesn't specify the CPU architecture
  4485  8.2.2175  github actions: clang-11 handling suboptimal
  2085  8.2.2176  crash with a sequence of fold commands
  2675  8.2.2177  pattern "^" does not match if first character is combining
  6755  8.2.2178  Python 3: non-utf8 character cannot be handled
 16498  8.2.2179  Vim9: crash when indexing a dict with a number
  1868  8.2.2180  Vim9: test for error after error is flaky
  3866  8.2.2181  valgrind warnings for using uninitialized value
 23831  8.2.2182  Vim9: value of 'magic' is still relevant
  2026  8.2.2183  Vim9: value of 'edcompatible' and 'gdefault' are used
  3747  8.2.2184  Vim9: no error when using "2" for a line number
 55238  8.2.2185  BufUnload is not triggered for the quickfix dummy buffer
  4476  8.2.2186  Vim9: error when using 'opfunc'
  4068  8.2.2187  Python 3 test fails sometimes
 18894  8.2.2188  Vim9: crash when calling global function from :def function
  3189  8.2.2189  cannot repeat a command that uses the small delete register
  2485  8.2.2190  Vim9: crash when compiled with EXITFREE
  5469  8.2.2191  Vim9: using wrong name with lambda in nested function 
  2470  8.2.2192  Codecov on github actions fails
  5117  8.2.2193  Vim9: can change constant in :def function
 10221  8.2.2194  Vim9: cannot use :const or :final at the script level
  3910  8.2.2195  failing tests for :const
  2698  8.2.2196  :version output has extra spaces in compile and link command
  1717  8.2.2197  assert arguments order reversed
  3936  8.2.2198  ml_get error when resizing window and using text property
  2487  8.2.2199  first write after setting 'eol' does not have NL added
  4594  8.2.2200  Vim9: lambda without white space around -> is confusing
  1752  8.2.2201  write file test fails on MS-Windows
  1753  8.2.2202  write file test still fails on MS-Windows
  2649  8.2.2203  Moodle gift files are not recognized
 27134  8.2.2204  Vim9: using -> both for method and lambda is confusing
  1891  8.2.2205  Vim9: memory leak when parsing lambda fails
  2626  8.2.2206  :exe command line completion only works for first argument
  7240  8.2.2207  illegal memory access if popup menu items are changed
 12482  8.2.2208  Vim9: after reloading a script variable index may be invalid
 24946  8.2.2209  Vim9: return type of => lambda not parsed
  3409  8.2.2210  Vim9: allocating a type to set TTFLAG_BOOL_OK
  3690  8.2.2211  MS-Windows: can't load Python dll if not in the path
  9594  8.2.2212  Vim9: lambda with => does not work at the script level
  1746  8.2.2213  checking white space around -> is not backwards compatible
  7098  8.2.2214  ":e#" does not give a warning for missing white space
  2512  8.2.2215  Vim9: `=expr` not recognized in global command
  3750  8.2.2216  Vim9: range with missing colon can be hard to spot
  2063  8.2.2217  Vim9: command modifiers not restored in catch block
  2651  8.2.2218  Vim9: failure if passing more args to lambda than expected
  8081  8.2.2219  Vim9: method call with expression not supported
  1394  8.2.2220  Vim9: memory leak when parsing nested parenthesis
  3653  8.2.2221  if <Down> is mapped on the command line 'wildchar' is inserted
 15837  8.2.2222  Vim9: cannot keep script variables when reloading
  8145  8.2.2223  Vim9: Reloading marks a :def function as deleted
 14266  8.2.2224  Vim9: crash if script reloaded with different variable type
 12065  8.2.2225  Vim9: error when using :import in legacy script twice
  1415  8.2.2226  Vim9: script test fails
  7953  8.2.2227  Vim9: recognizing lambda is too complicated
  7410  8.2.2228  Vim9: cannot use ":e #" because # starts a comment
  1645  8.2.2229  build failure without the +eval feature
  2552  8.2.2230  Vim9: insert completion runs into error
  2578  8.2.2231  when "--remote file" is used "file" is not reloaded
  1651  8.2.2232  compiler error for falling through into next case
  7147  8.2.2233  cannot convert a byte index into a character index
  2703  8.2.2234  command line wildmenu test often fails with Unix GUI
 11933  8.2.2235  build failure with some Ruby versions
  4778  8.2.2236  'scroll' option can change when setting the statusline
  1472  8.2.2237  CI on Mac fails in sed command
 23116  8.2.2238  Vim9: cannot load a Vim9 script without the +eval feature
 15191  8.2.2239  Vim9: concatenating lines with backslash is inconvenient
  3046  8.2.2240  clientserver test fails if full path is used
  2571  8.2.2241  Build with Ruby and clang may fail
  7409  8.2.2242  Vim9: bar line continuation does not work at script level
  2990  8.2.2243  crash when popup mask contains zeroes
  1989  8.2.2244  crash when making the window width negative
  2184  8.2.2245  Vim9: return value of winrestcmd() cannot be executed
  8956  8.2.2246  cursor keys not recognized at the hit-Enter prompt
 13752  8.2.2247  VMS: various smaller problems
  1986  8.2.2248  ASAN error on exit with GUI
  1949  8.2.2249  termcodes test is flaky when used over ssh
 17246  8.2.2250  Vim9: sublist is ambiguous
  1602  8.2.2251  test failures in legacy script
  3104  8.2.2252  Vim9: crash when using lambda without return type in dict
  1254  8.2.2253  Vim9: expr test fails
 18904  8.2.2254  Vim9: bool option type is number
  3341  8.2.2255  Tcl test fails
  2899  8.2.2256  Vim9: cannot use function( after line break in :def function
 38425  8.2.2257  Vim9: using -> for lambda is ambiguous
  4382  8.2.2258  not all OCaml related files are detected
  2016  8.2.2259  Test_Executable() fails when using chroot
  1704  8.2.2260  window resize test fails in very wide terminal
  2626  8.2.2261  Vim9: boolean option gets string type
  4412  8.2.2262  Vim9: converting bool to string prefixes v:
  7110  8.2.2263  Vim9: compilation error with try-catch in skipped block
  5196  8.2.2264  Vim9: no error for mismatched :endfunc or :enddef
  2240  8.2.2265  error message for missing endfunc/enddef is last line
 12515  8.2.2266  Vim9: it can be hard to see where white space is missing
  4046  8.2.2267  Vim9: cannot use unlet for a dict member
 10588  8.2.2268  Vim9: list unpack seen as declaration
  3552  8.2.2269  not all :hardcopy code covered by tests
  1747  8.2.2270  warning for size_t to int conversion
  2779  8.2.2271  ml_get error when changing hidden buffer in Python
 15452  8.2.2272  Vim9: extend() can violate the type of a variable
  1801  8.2.2273  build failure
  3894  8.2.2274  badge for Travis is outdated
  2145  8.2.2275  CTRL-C not recognized in Mintty
  6071  8.2.2276  list of distributed files is outdated
  1454  8.2.2277  missing backslash
  6889  8.2.2278  falling back to old regexp engine can some patterns
  1660  8.2.2279  Vim9: memory leak with catch in skipped block
 19607  8.2.2280  fuzzy matching doesn't give access to the scores
  2081  8.2.2281  Vim9: compiled "wincmd" cannot be followed by bar
  2064  8.2.2282  length check mismatch with argument of strncmp()
  2468  8.2.2283  Vim9: crash when lambda has fewer arguments than expected
  2577  8.2.2284  Vim9: cannot set an option to a boolean value
  2454  8.2.2285  Vim9: cannot set an option to a false
  6448  8.2.2286  sort test fails when locale is Canadian English
  5162  8.2.2287  sort test fails when locale is French Canadian
  9404  8.2.2288  Vim9: line break and comment not always skipped
  9004  8.2.2289  Vim9: 'cpo' can become empty
  4677  8.2.2290  Vim9: unlet of global variable cannot be compiled
  7482  8.2.2291  Vim9: cannot use "null" for v:null
  1909  8.2.2292  Vim: expr test fails
  1466  8.2.2293  build failure with Motif
 26434  8.2.2294  VMS: a few remaining problems
 18243  8.2.2295  incsearch does not detect empty pattern properly
  3461  8.2.2296  cannot use CTRL-N and CTRL-P in a popup menu
  2564  8.2.2297  Vim9: cannot set 'number' to a boolean value
  7672  8.2.2298  Vim9: comment right after "(" of function not recognized
  5002  8.2.2299  Vim9: invalid memory access making error message flaky
  1819  8.2.2300  Vim9: wrong order on type stack when using dict
 44724  8.2.2301  Vim9: cannot unlet a dict or list item
  2060  8.2.2302  Vim9: using an option value may use uninitialized memory
  2161  8.2.2303  Vim9: backtick expansion doesn't work for :foldopen
  4754  8.2.2304  Vim9: no test for unletting an imported variable
  6553  8.2.2305  Vim9: "++var" and "--var" are silently accepted
 23279  8.2.2306  Vim9: when using function reference type is not checked
  2123  8.2.2307  a shell command in the vimrc causes terminal output
  4302  8.2.2308  Vim9: no error when assigning lambda to funcref
  2653  8.2.2309  0o777 not recognized as octal
  2362  8.2.2310  Vim9: winsaveview() return type is too generic
  7479  8.2.2311  Vim9: cannot assign to variable that shadows command modifier
  1498  8.2.2312  build failure with Ruby 3.0 and 32 bits
  2440  8.2.2313  Vim9: using uninitialized field when parsing range
 13291  8.2.2314  Vim9: returning zero takes two instructions
  2742  8.2.2315  Vim9: "enddef" as dict key misintepreted as function end
  2755  8.2.2316  Vim9: cannot list a lambda function
  3507  8.2.2317  Vim9: command modifier before list unpack doesn't work
 11934  8.2.2318  Vim9: string and list index work differently
 12368  8.2.2319  "exptype_T" can be read as "expected type"
  3345  8.2.2320  Vim9: no error for comparing bool with string
 22245  8.2.2321  Vim9: cannot nest closures
 21500  8.2.2322  Vim9: closure nested limiting to one level
  3407  8.2.2323  Vim9: error when inferring type from empty dict/list
 50465  8.2.2324  not easy to get mark en cursor position by character count
 10521  8.2.2325  Vim9: crash if map() changes the item type
  1502  8.2.2326  build error with +eval feature but without +spell
  2239  8.2.2327  debugging code included
  2459  8.2.2328  some test files may not be deleted
  4988  8.2.2329  not all ways Vim can be started are tested
  2774  8.2.2330  Vim9: crash when using :trow in a not executed block
 12719  8.2.2331  Vim9: wrong error when modifying dict declared with :final
 10333  8.2.2332  Vim9: missing :endif not reported when using :windo
  1830  8.2.2333  Vim9: warning for uninitialized variable
  7653  8.2.2334  Pascal-like filetypes not always detected
  2392  8.2.2335  Vim9: "silent return" does not restore command modifiers
 11580  8.2.2336  Vim9: not possible to extend dictionary with different type
  2322  8.2.2337  configure test for GTK only says "no"
  3618  8.2.2338  Vim9: no error if using job_info() result wrongly
  6342  8.2.2339  cannot get the type of a value as a string
  2572  8.2.2340  win_execute() unexpectedly returns number zero when failing
  3340  8.2.2341  expression command line completion incomplete after "g:"
 12069  8.2.2342  "char" functions may return wrong column in Insert mode
 10134  8.2.2343  Vim9: return type of readfile() is any
 20850  8.2.2344  using inclusive index for slice is not always desired
  8627  8.2.2345  no focus events in a terminal
  3318  8.2.2346  Codecov reports every little coverage drop
  1593  8.2.2347  build failure without GUI
  2979  8.2.2348  no check for modified files after focus gained
  3304  8.2.2349  Vim9: cannot handle line break after parenthesis at line end
  1948  8.2.2350  using "void" for no reason
  2461  8.2.2351  Vim9: error msg for "throw" in function called with "silent!"
  2164  8.2.2352  if focus lost/gained is received twice code is not ignored
  2078  8.2.2353  spartql files are not detected
  8907  8.2.2354  crash with a weird combination of autocommands
  1889  8.2.2355  stray test failure on Appveyor
  5258  8.2.2356  Vim9: ":put =expr" does not handle a list properly
  2060  8.2.2357  Vim9: crash when parsing function return type fails
  2255  8.2.2358  wrong #ifdef for use_xterm_like_mouse()
  1914  8.2.2359  strange test failure with MS-Windows
  1443  8.2.2360  test leaves file behind
  1878  8.2.2361  Vim9: no highlight for "s///gc" when using 'opfunc'
 19936  8.2.2362  Vim9: check of builtin function argument type is incomplete
  2239  8.2.2363  curpos() does not accept a string argument as before
  4400  8.2.2364  Vim9: line break in lambda accesses freed memory
  8739  8.2.2365  Vim9: no check for map() changing item type at script level
  8671  8.2.2366  when using ":sleep" the cursor is always displayed
  6610  8.2.2367  test failures on some less often used systems
  3275  8.2.2368  insufficient tests for setting options
 29522  8.2.2369  Vim9: functions return true/false but can't be used as bool
  2630  8.2.2370  Vim9: command fails in catch block
  3643  8.2.2371  Vim9: crash when using types in :for with unpack
  2210  8.2.2372  confusing error message for wrong :let command
  3262  8.2.2373  Vim9: list assignment only accepts a number index
  1839  8.2.2374  accessing uninitialized memory in test_undo
  1971  8.2.2375  test for RGB color skipped in the terminal
  2628  8.2.2376  Vim9: crash when dividing by zero in compiled code
  3491  8.2.2377  Vim9: crash when using a range after another expression
  4405  8.2.2378  Vim9: no error message for dividing by zero
  2159  8.2.2379  do spell suggestions twice if 'spellsuggest' contains number
  2232  8.2.2380  Vim9: occasional crash when using try/catch and a timer
  9598  8.2.2381  Vim9: divide by zero does not abort expression execution
  2220  8.2.2382  build failure
  1666  8.2.2383  focus escape sequences are not named
  2465  8.2.2384  turtle filetype not recognized
  4333  8.2.2385  "gj" and "gk" do not work correctly when inside a fold
  3371  8.2.2386  Vim9: crash when using ":silent! put"
  8866  8.2.2387  runtime type check does not mention argument index
  6013  8.2.2388  no easy way to get the maximum or mininum number value
  3879  8.2.2389  test failure on a few systems
  4180  8.2.2390  Vim9: using positive offset is unexpected
  7859  8.2.2391  memory leak when creating a global function with closure
  3162  8.2.2392  fennel filetype not recognized
  2011  8.2.2393  Vim9: error message when script line starts with "[{"
  3168  8.2.2394  Vim9: min() and max() return type is "any"
  2418  8.2.2395  Vim9: error for wrong type may report wrong line number
  4732  8.2.2396  Vim9: no white space allowed before "->"
  2753  8.2.2397  Vim9: "%%" not seen as alternate file name for ":bdel"
  1751  8.2.2398  method test fails
  1731  8.2.2399  fold test fails in wide terminal
 42070  8.2.2400  Vim9: compiled functions are not profiled
 10340  8.2.2401  build fails without +profiling feature
  6014  8.2.2402  some filetypes not detected
 15523  8.2.2403  Vim9: profiling if/elseif/endif not correct
 18331  8.2.2404  Vim9: profiling try/catch not correct
  2458  8.2.2405  Vim9: no need to allow white space before "(" for :def
  1799  8.2.2406  Vim9: profiled :def function leaks memory
  2268  8.2.2407  old jumplist code is never used
  2530  8.2.2408  MinGW: "--preprocessor" flag no longer supported
  9346  8.2.2409  Vim9: profiling only works for one function
  1660  8.2.2410  build failure without the +profiling feature
  1867  8.2.2411  profile test fails on MS-Windows
  1792  8.2.2412  not all fields in "cstack" are initialized
  2823  8.2.2413  crash when using :all while using a cmdline window
  1899  8.2.2414  using freed memory when closing the cmdline window
 11004  8.2.2415  no way to check for the cmdwin feature
  2405  8.2.2416  may get stuck in command line window state
  1713  8.2.2417  condition stack values may be used when not set
  1699  8.2.2418  color not changed if ModeMsg highlight is set in InsertEnter
  2061  8.2.2419  autocmd test was failing on MS-Windows with GUI
  6333  8.2.2420  too many problems with using all autocommand events
  5632  8.2.2421  double free when using autocommand with "argdel"
  3025  8.2.2422  crash when deleting with line number out of range
  1583  8.2.2423  missing error message
  4530  8.2.2424  some tests are known to cause an error with ASAN
  1908  8.2.2425  cursor on invalid line with range and :substitute
  5772  8.2.2426  allowing 'completefunc' to switch windows causes trouble
  5114  8.2.2427  can still switch windows for 'completefunc'
  4505  8.2.2428  FocusGained does not work when 'ttymouse' is empty
  5606  8.2.2429  :goto does not work correctly with text properties
  3053  8.2.2430  :vimgrep expands wildcards twice
  3547  8.2.2431  warning for -fno-strength-reduce with Clang 11
  2118  8.2.2432  libvterm tests are executed even when libtool doesn't work
  2466  8.2.2433  opening cmdline window gives error in BufLeave autocommand
  5804  8.2.2434  Vim9: no error when compiling str2nr() with a number
 11988  8.2.2435  setline() gives an error for some types
  1690  8.2.2436  Vim9 script test is a bit flaky
  2471  8.2.2437  deprecation warnings with default configuration
  1712  8.2.2438  out of bounds compiler warning
  3743  8.2.2439  not easy to figure out what packages to get
1186169 8.2.2440  documentation based on patches is outdated
  8770  8.2.2441  Vim9: extend() does not give an error for a type mismatch
  3735  8.2.2442  automatic GUI selection does not check for GTK 3
  3052  8.2.2443  Vim9: no compile time error for wrong str2float argument
  2510  8.2.2444  Vim9: compile error with combination of operator and list
  3021  8.2.2445  Vim9: no proper error for lambda missing return type
  2665  8.2.2446  setting 'term' empty has different error if compiled with GUI
  3243  8.2.2447  'foldlevel' not applied to folds restored from session
  3536  8.2.2448  compilation error with Ruby 3.0
 10189  8.2.2449  Vim9: flatten() always changes the list type
  1924  8.2.2450  MS-Windows: ADS was not preserved if 'backupcopy' is "yes"
  6754  8.2.2451  MS-Windows: Extended Attributes not preserved
  3481  8.2.2452  no completion for the 'filetype' option
  2733  8.2.2453  Vim9: a variable name with "->" in the next line doesn't work
  7345  8.2.2454  leading space can not be made visible
  9183  8.2.2455  Vim9: key type for literal dict and indexing is inconsistent
  1675  8.2.2456  Coverity warning for strcpy() into fixed size array
  1907  8.2.2457  Coverity warns for memory leak
  1751  8.2.2458  Coverity warns for :retab using freed memory
  1329  8.2.2459  Coverity reports dead code
  1409  8.2.2460  Coverity warns for unused value
  1788  8.2.2461  Coverity warns for unchecked return value
  1609  8.2.2462  Coverity warns for not checking for fseek() error
  2177  8.2.2463  using :arglocal in an autocommand may use freed memory
  2156  8.2.2464  using freed memory if window closed in autocommand
  3064  8.2.2465  using freed memory in :psearch
  3268  8.2.2466  max() and min() can give many error messages
  2285  8.2.2467  script generated by :mkview changes alternate file
  6824  8.2.2468  not easy to get the full command name from a shortened one
  2061  8.2.2469  confusing error if :winsize has a wrong argument
  3374  8.2.2470  popup_getoptions() does not get textprop from other tab
  2724  8.2.2471  popup_setoptions() does not set textprop in other tab
  4154  8.2.2472  crash when using command line window in an autocommand
  2769  8.2.2473  crash when leaving command line window triggers autocommand
  2034  8.2.2474  using freed memory when window is closed by autocommand
  1485  8.2.2475  autocommand tests hangs on MS-Windows
  7754  8.2.2476  using freed memory when splitting window while closing buffer
  2184  8.2.2477  autocommand tests hang on MS-Windows
  1974  8.2.2478  MS-Windows: backup files for plugins are loaded
  3275  8.2.2479  set/getbufline test fails without the job feature
  9265  8.2.2480  Vim9: some errors for white space do not show context
  2011  8.2.2481  Vim9: confusing error when variable arguments have default
  1725  8.2.2482  build error
  3377  8.2.2483  Vim9: type error for misformed expression
  1987  8.2.2484  Vim9: Cannot use a comment starting with #{
  2750  8.2.2485  when sourcing a script again the script version isn't reset
  7749  8.2.2486  Vim9: some errors for white space do not show context
  5811  8.2.2487  terminal shows garbage after double-wide character
  3898  8.2.2488  json_encode() gives generic argument error
  3481  8.2.2489  current buffer is wrong after deletebufline() fails
  5509  8.2.2490  'wrap' option is always reset when starting diff mode
  6007  8.2.2491  popup window for text property may show in first screen line
  2030  8.2.2492  command line buffer name cannot be translated
  4151  8.2.2493  text property for text left of window shows up
  4366  8.2.2494  ":rviminfo!" clears most of oldfiles
  2110  8.2.2495  text jumps up and down when moving the cursor
  1737  8.2.2496  insufficien testing for text jumping fix
  5412  8.2.2497  no error when using more than one character for a register
  1305  8.2.2498  no test for what 8.2.2494 fixes
  2480  8.2.2499  "vim -g --version" does not redirect output
  1667  8.2.2500  build fails without the GUI feature
 33826  8.2.2501  not always clear where an error is reported
  2310  8.2.2502  a few github actions are failing
  3106  8.2.2503  Vim9: a caught error may leave something on the stack
  2267  8.2.2504  Vim9: crash when using an argument from a closure
  2247  8.2.2505  Vim9: crash after defining function with invalid return type
 14155  8.2.2506  Vim9: :continue does not work correctly in a :try block
  3216  8.2.2507  github build may fail if Ubuntu 20.04 is used
  8460  8.2.2508  cannot change the character displayed in non existing lines
  2669  8.2.2509  tests fail on s390 build
  2643  8.2.2510  internal error when popup with mask is zero height or width
 13679  8.2.2511  Vim9: cannot use Vim9 script syntax in some places
  3528  8.2.2512  Vim9: compiling error test sometimes fails
  1883  8.2.2513  Vim9: missing part of :vim9cmd change
  1392  8.2.2514  Vim9: build error in tiny version
  2298  8.2.2515  memory access error when truncating an empty message
  2220  8.2.2516  test failure on s390
  1687  8.2.2517  Vim9: fix for s390 not tested on other systems
 44432  8.2.2518  'listchars' should be window-local
  2606  8.2.2519  Vim9: no reason to keep strange Vi behavior
  2255  8.2.2520  missing tests for 'listchars'
  4225  8.2.2521  some compilers can't handle pointer initialization
  2275  8.2.2522  Beancount filetype not recognized
  2006  8.2.2523  Svelte filetype not recognized
  6556  8.2.2524  cannot change the characters displayed in the foldcolumn
  7246  8.2.2525  Vim9: only local variables checked for a name
  2340  8.2.2526  build failure
  3899  8.2.2527  Vim9: lambda return type is not determined at script level
  2223  8.2.2528  Vim9: crash when compiling lambda fails
  4971  8.2.2529  Vim9: Not possible to use legacy and Vim9 script in one file
 12902  8.2.2530  Vim9: not enough testing for profiling
  6433  8.2.2531  Vim9: the :k command is obscure
  2801  8.2.2532  Vim9: confusing error if :k is used with a range
 14414  8.2.2533  Vim9: cannot use a range with :unlet
  4327  8.2.2534  missing test coverage
  1993  8.2.2535  MS-Windows: cannot run all vim9 tests
  1546  8.2.2536  Coverity complains about unchecked return value
  2386  8.2.2537  Vim9: crash when map() fails
  2315  8.2.2538  crash when using Python list iterator
 15552  8.2.2539  Vim9: return from finally block causes a hang
  3526  8.2.2540  Vim9: no error for using script var name for argument
  3270  8.2.2541  popup_create() does not allow boolean for "cursorline"
  5153  8.2.2542  highlight of char beyond line end is not correct
  2677  8.2.2543  Vim9: a return inside try/catch does not restore properly
  2826  8.2.2544  Vim9: error for argument when checking for lambda
  2256  8.2.2545  errors and crash when terminal window is zero height
  2841  8.2.2546  typo in mouse key name
  2167  8.2.2547  "%" command not accurate for big files
  1548  8.2.2548  may get stuck in the cmdline window using :normal
  2233  8.2.2549  crash after using "g:" in a for loop
  4712  8.2.2550  signal stack size is wrong with latest glibc 2.34
  1488  8.2.2551  MS-Windows: colors test file is not installed
  1714  8.2.2552  Vim9: no reason to consider "{{{{{{{{" a command
  2336  8.2.2553  Vim9: Cannot put "|" after "{"
  2397  8.2.2554  Vim9: exporting a final is not tested
  1303  8.2.2555  Vim9: missing test for 8.2.2553
  8192  8.2.2556  Vim9: :import with "as" not fully supported
  1480  8.2.2557  compiler warning for shadowd variable
 18266  8.2.2558  no error if a lambda argument shadows a variable
  1730  8.2.2559  MS-Windows: guifont test fails on Windows XP
  2589  8.2.2560  setting 'winminheigt' does not take tabline into account
  2415  8.2.2561  not all textprop code is covered by tests
  2977  8.2.2562  GUI: star register changed when 'clipboard is "unnamedplus"
 13627  8.2.2563  cannot use multibyte characters for folding in 'fillchars'
  2732  8.2.2564  focus events end Insert mode if 'esckeys' is not set
  3959  8.2.2565  Vim9: "..=" not always recognized
  5831  8.2.2566  Vim9: Function name is not recognized
  3269  8.2.2567  Vim9: no error if variable is defined for existing function
 11552  8.2.2568  second time a preview popup is opened highlight is not set
 11472  8.2.2569  'fillchars' "stl" and "stlnc" items must be single byte
  3195  8.2.2570  tests fail when run as root
  2390  8.2.2571  test may leave file behind
  2943  8.2.2572  Vim9: crash when getting the types for a legacy function
  2100  8.2.2573  Vim9: using invalid pointer for error message
  2664  8.2.2574  Vim9: crash when calling partial with wrong function
  3812  8.2.2575  Vim9: a function name with "->" in the next line doesn't work
  2770  8.2.2576  Vim9: defining a :func function checks for white space
  1707  8.2.2577  compiler warning for type conversion
  2215  8.2.2578  Lua cannot handle a passed in lambda
  1631  8.2.2579  Vim9: crash in garbagecollect after for loop
  2803  8.2.2580  Vim9: checking vararg type may be wrong
  7460  8.2.2581  Vim9: sourcing Vim9 script triggers a redraw
  3143  8.2.2582  Vim9: screendump test fails on MS-Windows
  2475  8.2.2583  Vim9: cannot compare result of getenv() with null
  2177  8.2.2584  Vim9: type error for assigning "any" to a list
  1738  8.2.2585  Vim9: illegal memory access
 10739  8.2.2586  process id may be invalid
  2564  8.2.2587  recover test fails on FreeBSD
  2678  8.2.2588  build failure with tiny features
  2670  8.2.2589  recover test hangs in the GUI
  3655  8.2.2590  Vim9: default argument value may cause internal error
  1996  8.2.2591  Poke files are not recognized
  3860  8.2.2592  code coverage could be improved
  1508  8.2.2593  list of distributed files is incomplete
  2591  8.2.2594  alternate buffer added to session file even when it's hidden
  2779  8.2.2595  setting 'winminheight' may cause 'lines' to change
  4655  8.2.2596  :doautocmd may confuse scripts listening to WinEnter
 15431  8.2.2597  Vim9: "import * as" does not work at script level
  2623  8.2.2598  Vim9: :open does not need to be supported
  1497  8.2.2599  build failure
  2895  8.2.2600  Vim9: crash when putting an unknown type in a dictionary
  1997  8.2.2601  memory usage test often fails on FreeBSD
  4235  8.2.2602  Vim9: continue doesn't work if :while is very first command
 10968  8.2.2603  Vim9: no effect if user command is also a function
  8168  8.2.2604  GUI-specific command line arguments not tested
 14405  8.2.2605  Vim9: string index and slice does not include composing chars
  9229  8.2.2606  strchars() defaults to counting composing characters
  9959  8.2.2607  strcharpart() cannot include composing characters
  4688  8.2.2608  character input not fully tested
  1879  8.2.2609  test disabled on MS-Windows even though it should work
  1763  8.2.2610  mouse click test fails when using remote connection
  5904  8.2.2611  conditions for startup tests are not exactly right
  2860  8.2.2612  col('.') may get outdated column value
  1630  8.2.2613  new test throws exception
  6303  8.2.2614  Vim9: function is deleted while executing
  1665  8.2.2615  test is sourcing the wrong file
  4739  8.2.2616  Vim9: if 'cpo' is changed in Vim9 script it may be restored
  5106  8.2.2617  Vim9: script variable in block not found by function
  2973  8.2.2618  Vim9: cannot use a normal list name to store function refs
  1947  8.2.2619  Vim9: no test for return type of lambda
  6748  8.2.2620  Vim9: Using #{ for a dictionary gives strange errors
  9780  8.2.2621  typval2type() cannot handle recursive structures
  8971  8.2.2622  GTK: error when starting up and -geometry is given
  5823  8.2.2623  some tests fail when run as root
  3196  8.2.2624  atom files not recognized
  3219  8.2.2625  rss files not recognized
  2919  8.2.2626  GTK3: error when starting up and -geometry is given
  2402  8.2.2627  no need to check for BSD after checking for not root
  3869  8.2.2628  Vim9: #{ can still be used at the script level
  3949  8.2.2629  Vim9: error for #{{ is not desired
  2050  8.2.2630  hard to see where a test gets stuck
  3537  8.2.2631  commands from winrestcmd() do not always work properly
  2637  8.2.2632  not all command line arguments are tested
  2484  8.2.2633  multi-byte 'fillchars' for folding do not show properly
  6167  8.2.2634  'tagfunc' does not indicate using a pattern
 36884  8.2.2635  Vim9: cannot define an inline function
  4479  8.2.2636  memory leak when compiling inline function
  1410  8.2.2637  prop_remove() causes a redraw even when nothing changed
 12606  8.2.2638  cannot write a message to the terminal from the GUI
  1547  8.2.2639  build failure when fsync() is not available
  3633  8.2.2640  screenstring() returns non-existing composing characters
  1958  8.2.2641  display test fails because of lacking redraw
  2423  8.2.2642  Vim9: no clear error for wrong inline function
  6481  8.2.2643  various code not covered by tests
  1941  8.2.2644  prop_clear() causes a screen update even when nothing changed
  4842  8.2.2645  using inline function is not properly tested
 16659  8.2.2646  Vim9: error for not using string doesn't mentionargument
  1461  8.2.2647  terminal test sometimes hangs
  2099  8.2.2648  terminal resize test sometimes hangs
  2310  8.2.2649  Vim9: some wincmd arguments cause a white space error
 17662  8.2.2650  Vim9: command modifiers not handled in nested function
 14027  8.2.2651  Vim9: restoring command modifiers happens after jump
 13305  8.2.2652  Vim9: can use command modifier without an effect
  1688  8.2.2653  build failure
  2877  8.2.2654  Vim9: getting a character from a string can be slow
  2840  8.2.2655  The -w command line argument doesn't work
  4543  8.2.2656  some command line arguments and regexp errors not tested
  3987  8.2.2657  Vim9: error message for declaring variable in for loop 
 14671  8.2.2658  :for cannot loop over a string
  2425  8.2.2659  eval test fails because for loop on string works
  3025  8.2.2660  Vim9: no error for declaration with trailing text
  1822  8.2.2661  leaking memory when looping over a string
  4986  8.2.2662  there is no way to avoid some escape sequences
  3021  8.2.2663  Vim9: leaking memory when inline function has an error
 12585  8.2.2664  Vim9: not enough function arguments checked for string
  2055  8.2.2665  test failures
  5278  8.2.2666  Vim9: not enough function arguments checked for string
  4526  8.2.2667  prop_find() cannot find item matching both id and type
 12895  8.2.2668  Vim9: omitting "call" for "confirm()" does not give an error
  3151  8.2.2669  command line completion does not work after "vim9"
  2184  8.2.2670  Vim9: error for append(0, text)
  1933  8.2.2671  error for line number in legacy script
  4966  8.2.2672  Vim9: cannot use :lockvar and :unlockvar in compiled script
  3038  8.2.2673  Vim9: script-local funcref can have lower case name
  2709  8.2.2674  Motif: cancelling the font dialog resets the font
  9975  8.2.2675  directory change in a terminal window shell is not followed
  1513  8.2.2676  missing error message
 20772  8.2.2677  Vim9: cannot use only some of the default arguments
  1349  8.2.2678  test for 'autoshelldir' does not reset the option
  5141  8.2.2679  status line missing for non-current window with winbar
  6188  8.2.2680  Vim9: problem defining a script variable from legacy function
  1920  8.2.2681  Vim9: test fails for redeclaring script variable
  3911  8.2.2682  Vim9: cannot find Name.Func from "import * as Name"
  1568  8.2.2683  build failure without the +eval feature
 15679  8.2.2684  not enough folding code is tested
  3909  8.2.2685  custom statusline not drawn correctly with WinBar
  3365  8.2.2686  status line is not updated when going to cmdline mode
  3752  8.2.2687  Vim9: cannot use "const" for global variable in :def function
  2629  8.2.2688  Vim9: crash when using s: for script variable
  1506  8.2.2689  tiny build fails
  3773  8.2.2690  PowerShell files are not recognized
  4010  8.2.2691  autoconf may mess up compiler flags
  2254  8.2.2692  Vim9: locked script variable can be changed
  2585  8.2.2693  Vim9: locked script variable can be changed
  6732  8.2.2694  when 'matchpairs' is empty every character beeps
  2889  8.2.2695  cursor position reset with nested autocommands
  8279  8.2.2696  Lua test fails with Lua 5.4.3 and later
  1651  8.2.2697  function list test fails
  2211  8.2.2698  Lua test fails on MS-Windows
  1529  8.2.2699  Lua test fails
  1763  8.2.2700  nested autocmd test fails sometimes
  4245  8.2.2701  order of removing FORTIFY_SOURCE is wrong
  2054  8.2.2702  compiler completion test fails when more scripts are added
  2529  8.2.2703  Vim9: memory leak when failing on locked variable
  5434  8.2.2704  adding a lot of completions can be a bit slow
  2640  8.2.2705  Vim9: misleading reported line number for wrong type
  3731  8.2.2706  Vim9: wrong line number reported for boolean operator
  1659  8.2.2707  adding a lot of completions can still be a bit slow
  3132  8.2.2708  test sometimes fails waiting for shell in terminal
  2503  8.2.2709  the GTK GUI has a gap next to the scrollbar
113445  8.2.2710  Vim9: not all tests cover script and :def function
  4142  8.2.2711  "gj" in a closed fold does not move out of the fold
  1877  8.2.2712  memory leak when adding to a blob fails
  5309  8.2.2713  folding code not sufficiently tested
  5940  8.2.2714  filetype pattern ending in star is too far up
  2257  8.2.2715  Vim9: tests fail without the channel feature
 77505  8.2.2716  the equivalent class regexp is missing some characters
  2705  8.2.2717  GTK menu items don't show a tooltip
  1994  8.2.2718  Vim9: no explicit test for using a global function without g:
 12618  8.2.2719  Vim9: appending to dict item doesn't work in a :def function
  1814  8.2.2720  GTK menu tooltip moves the cursor
  5720  8.2.2721  Vim9: cannot have a linebreak inside a lambda
  5922  8.2.2722  Vim9: crash when using LHS with double index
  1941  8.2.2723  assignment test fails
  1497  8.2.2724  Vim9: concatenating to list in dict not tested
  5932  8.2.2725  Vim9: message about compiling is wrong when using try/catch
  2249  8.2.2726  confusing error message with white space before comma
  2004  8.2.2727  function test fails
  4174  8.2.2728  special key names don't work if 'isident' is cleared
  4119  8.2.2729  Vim9: wrong error message for referring to legacy script var
  1402  8.2.2730  Coverity complains about not restoring character
  1752  8.2.2731  Mac: SF symbols are not displayed properly
  2229  8.2.2732  prompt for s///c in Ex mode can be wrong
  4720  8.2.2733  detecting Lua version is not reliable
  6042  8.2.2734  Vim9: cannot use legacy script-local var from :def function
  5264  8.2.2735  Vim9: function reference found with prefix, not without
  2078  8.2.2736  Vim9: for loop over string is a bit slow
  4247  8.2.2737  status line not updated when local 'statusline' option set
  3343  8.2.2738  extending a list with itself can give wrong result
  4033  8.2.2739  Vim9: a lambda accepts too many arguments at the script level
 11476  8.2.2740  Vim9: lambda with varargs doesn't work
  2189  8.2.2741  Vim9: Partial call does not check right arguments
  5235  8.2.2742  Vim9: when compiling a function fails it is cleared
  3878  8.2.2743  Vim9: function state stuck when compiling with ":silent!"
 14809  8.2.2744  Vim9: no way to explicitly ignore an argument
  3410  8.2.2745  Vim9: missing part of the argument change
  1734  8.2.2746  check for duplicate arguments does not work
  4268  8.2.2747  Vim9: not always an error for too many function arguments
  1595  8.2.2748  Vim9: memory leak when calling :def function fails
  1584  8.2.2749  Vim9: test for error can be a bit flaky
  1838  8.2.2750  Vim9: error for using underscore in nested function
  1937  8.2.2751  Coverity warns for using NULL pointer
  1615  8.2.2752  Coverity reports unreachable code
  7002  8.2.2753  Vim9: cannot ignore an item in assignment unpack
  5114  8.2.2754  :sleep! does not always hide the cursor
  4685  8.2.2755  Vim9: no error for using a number in a condition
 11204  8.2.2756  Vim9: blob index and slice not implemented yet
 19378  8.2.2757  Vim9: blob tests for legacy and Vim9 script are separate
  2507  8.2.2758  Vim9: wrong line number for autoload function with wrong name
 16292  8.2.2759  Vim9: for loop infers type of loop variable
  9800  8.2.2760  Vim9: no error for changing a for loop variable
  2718  8.2.2761  using "syn include" does not work properly
  3583  8.2.2762  Vim9: function line truncated when compiling
  2710  8.2.2763  Vim9: cannot use type in for loop unpack at script level
  2893  8.2.2764  memory leak when default function argument is allocated
  9279  8.2.2765  Vim9: not all blob operations work
  1590  8.2.2766  test failure
  4030  8.2.2767  compiler warning for unused argument
  1573  8.2.2768  Vim9: memory leak with blob range error
  2961  8.2.2769  Modula-3 config files are not recognized
  4532  8.2.2770  Vim9: type of loop variable is not used
  2726  8.2.2771  Vim9: assignment not recognized if declaration was skipped
  5908  8.2.2772  problems when restoring 'runtimepath' from a session file
  3928  8.2.2773  PSL filetype not recognized
  2089  8.2.2774  Vim9: cannot import an existing name even when using "as"
  5084  8.2.2775  Vim9: wrong line number used for some commands
  6754  8.2.2776  :mksession uses current value of 'splitbelow' and 'splitright'
 16270  8.2.2777  Vim9: blob operations not tested in all ways
  3810  8.2.2778  problem restoring 'packpath' in session
  1949  8.2.2779  memory access error in remove() for blob
  7099  8.2.2780  Vim9: for loop over blob doesn't work
  7279  8.2.2781  add() silently skips when adding to null list or blob
 16490  8.2.2782  Vim9: blob operations not fully tested
  2745  8.2.2783  duplicate code for setting byte in blob, blob test may fail
135765  8.2.2784  Vim9: cannot use \=expr in :substitute
 21226  8.2.2785  Vim9: cannot redirect to local variable
  1707  8.2.2786  Vim9: memory leak when using :s with expression
  1907  8.2.2787  MS-Windows: crash when using :echoconsole
  4354  8.2.2788  Raku is now the only name what once was called perl6
  6595  8.2.2789  Vim9: using \=expr in :substitute does not handle jumps
  1545  8.2.2790  filetype test fails
  2488  8.2.2791  Vim9: memory leak when using \=expr in :substitute
  3838  8.2.2792  Vim9: :disas shows instructions for default args but no text
  3006  8.2.2793  MS-Windows: string literals are writable with MSVC
  1892  8.2.2794  Linux users don't know how to get ncurses
  2762  8.2.2795  Coverity warns for not using return value
  7207  8.2.2796  Vim9: redir to variable does not accept an index
  3127  8.2.2797  Search highlight disappears in the Visual area
  4315  8.2.2798  Vim9: redir to variable with append does not accept an index
  6262  8.2.2799  Vim9: type casts don't fully work at the script level
  2571  8.2.2800  after a timer displays text a hit-enter prompt is given
  2047  8.2.2801  free Pascal makefile not recognized
  2994  8.2.2802  Vim9: illegal memory access
  5518  8.2.2803  flicker when the popup menu has an info popup
  3866  8.2.2804  setting buffer local mapping with mapset() changes global
 12128  8.2.2805  Vim9: cannot use legacy syntax in Vim9 script
  9734  8.2.2806  Vim9: using "++nr" as a command might not work
  1322  8.2.2807  build fails with tiny features
  1814  8.2.2808  Vim9: increment and decrement not sufficiently tested
  2742  8.2.2809  Vim9: :def function compilation fails when using :legacy
  2889  8.2.2810  Vim9: crash when calling a function in a substitute expression
  3901  8.2.2811  Vim9: error for missing white space doesn't say where
  4948  8.2.2812  Vim9: still crash when using substitute expression
 20773  8.2.2813  cannot grep using fuzzy matching
  1946  8.2.2814  Vim9: unused variable
  2355  8.2.2815  status line flickers when redrawing popup menu info
  4242  8.2.2816  Vim9: comment below expression in lambda causes problems
  5298  8.2.2817  Vim9: script sourcing continues after an error
  2072  8.2.2818  no jump added  when opening terminal in current window
  2621  8.2.2819  finishing an abbreviation with multi-byte char may not work
  3128  8.2.2820  session file may divide by zero
  2815  8.2.2821  MS-Windows: unnessarily loading libraries when registering OLE
  5126  8.2.2822  MS-Windows: unnessarily loading libraries when unregistering
  1650  8.2.2823  MS-Windows: launching Vim from installer doesn't open README
  4012  8.2.2824  MS-Windows: build failure with MSVC
  4211  8.2.2825  code in checkreadonly() not fully tested
  2240  8.2.2826  compiler warnings for int to size_t conversion
  1740  8.2.2827  test file was not deleted
  1745  8.2.2828  Coverity complains about not checking rename() return value
  3720  8.2.2829  some comments are not correct or clear
  4864  8.2.2830  terminal colors are not updated when 'background' is set
  1498  8.2.2831  Vim9: expandcmd() not tested
  1776  8.2.2832  operator cancelled by moving mouse when using popup
  1713  8.2.2833  two key command cancelled by moving mouse when using popup
 13136  8.2.2834  Vim9: :cexpr does not work with local variables
  1381  8.2.2835  Vim9: leaking memory in :cexpr
  3991  8.2.2836  build failure without the +quickfix feature
  5174  8.2.2837  various code lines not covered by tests
  3155  8.2.2838  file extension .wrap not recognized
  3651  8.2.2839  default redirection missing "ash" and "dash"
  7087  8.2.2840  Vim9: member operation not fully tested
  1872  8.2.2841  MS-Windows: cursor wrong when 'lz' and 'stl' are set
 21511  8.2.2842  Vim9: skip argument to searchpair() is not compiled
  3653  8.2.2843  Vim9: skip argument to searchpairpos() is not compiled
  1620  8.2.2844  Vim9: memory leak when using searchpair()
  1864  8.2.2845  MS-Windows: warning for signed/unsigned comparison
  8984  8.2.2846  Vim9: "echo Func()" does not give an error for using void
  3822  8.2.2847  Perl not tested sufficiently
  4251  8.2.2848  crash when calling partial
  9352  8.2.2849  bufwrite not sufficiently tested
  3298  8.2.2850  recalling commands from history is not tested
  2701  8.2.2851  using <Cmd> mapping on command line triggers CmdlineChanged
  2760  8.2.2852  configure can add --as-needed a second time
  2433  8.2.2853  window is not updated after using <Cmd> mapping
  7767  8.2.2854  custom statusline cannot contain % items
  3126  8.2.2855  white space after "->" does not give E274
  2688  8.2.2856  get readonly error for device that can't be written to
  4540  8.2.2857  Vim9: exception in ISN_INSTR caught at wrong level
  1894  8.2.2858  test fails because of changed error message
  1710  8.2.2859  Tcl test fails because of changed error message
  2651  8.2.2860  adding a text property causes the whole window to be redawn
  7295  8.2.2861  Vim9: "legacy return" is not recognized as a return statement
  1827  8.2.2862  removing a text property causes the whole window to be redawn
  2542  8.2.2863  removing a text property does not redraw optimally
  7449  8.2.2864  Vim9: crash when using inline function
  1810  8.2.2865  skipping over function body fails
  5580  8.2.2866  Vim9: memory leak when using inline function
  1543  8.2.2867  build failure
 24844  8.2.2868  Vim9: when executing compiled expression trylevel is changed
  4773  8.2.2869  using unified diff is not tested
  2000  8.2.2870  CmdlineChange event triggered twice for CTRL-R
  6425  8.2.2871  unnessary VIM_ISDIGIT() calls, badly indented code
  2938  8.2.2872  Python tests fail without the channel feature
  6201  8.2.2873  not enough tests for writing buffers
  1710  8.2.2874  MS-Windows: screen redraws too often
  2312  8.2.2875  cancelling inputlist() after a digit does not return zero
  2467  8.2.2876  configure cannot detect Python 3.10
  5768  8.2.2877  insufficient tests for popup menu rightleft
  2096  8.2.2878  Vim9: for loop list unpack only allows for one "_"
  2760  8.2.2879  file extension .hsig not recognized
  3495  8.2.2880  unified diff fails if actually used
  7233  8.2.2881  various pieces of code not covered by tests
  1507  8.2.2882  Vim9: memory leak when lambda has an error
 13647  8.2.2883  MS-Windows manifest file name is misleading
  3741  8.2.2884  not enough cscope code is covered by tests
  5770  8.2.2885  searching for \%'> does not match linewise end of line
  8264  8.2.2886  various pieces of code not covered by tests
  2563  8.2.2887  crash when passing null string to fullcommand()
  6180  8.2.2888  Vim9: "k" command recognized in Vim9 script
  2562  8.2.2889  typo and verbose comment in Makefiles
  3923  8.2.2890  text property duplicated when data block splits
  2559  8.2.2891  cannot build with Perl 5.34
  2363  8.2.2892  error message contains random characters
  5908  8.2.2893  multi-byte text in popup title shows up wrong
  2085  8.2.2894  MS-Windows: using enc_locale() for strftime() might not work
  9818  8.2.2895  Vim9: random characters appear in some error messages
  4137  8.2.2896  spellfile functionality not fully tested
  4800  8.2.2897  Vim9: can use reserved words at the script level
  4641  8.2.2898  QuitPre and ExitPre not triggered when GUI window is closed
  3128  8.2.2899  Appveyor script does not detect nmake failure
  3535  8.2.2900  QuitPre is triggered before :wq writes the file
 12557  8.2.2901  some operators not fully tested
  6671  8.2.2902  spellfile functionality not fully tested
  2605  8.2.2903  cursor position wrong on wrapped line with 'signcolumn'
  3441  8.2.2904  "g$" causes scroll if half a double width char is visible
  4538  8.2.2905  no error when defaults.vim cannot be loaded
  2631  8.2.2906  ASAN reports errors for test_startup
  1435  8.2.2907  memory leak when running out of memory
  3842  8.2.2908  crash when using a terminal popup window from cmdline window
  1803  8.2.2909  build error with non-Unix system
  1499  8.2.2910  test for cmdline window and terminal fails on MS-Windows
  4129  8.2.2911  pattern "\%V" does not match all of block selection
  5556  8.2.2912  MS-Windows: most users expect using Unicode
  5319  8.2.2913  MS-Windows conpty supports using mouse events
  7656  8.2.2914  cannot paste a block without adding padding
  2848  8.2.2915  MS-Windows: when using "default" for encoding utf-8 is used
  8456  8.2.2916  operators are not fully tested
  4287  8.2.2917  spellfile functionality not fully tested
  2296  8.2.2918  builtin function can be shadowed by global variable
  1638  8.2.2919  using ":!command" does not work if it uses posix_spawn()
  4359  8.2.2920  still a way to shadow a builtin function
  3454  8.2.2921  E704 for script local variable is not backwards compatible
 41021  8.2.2922  computing array length is done in various ways
  3684  8.2.2923  EBCDIC build is broken
  1425  8.2.2924  superfluous extern declaration
  2481  8.2.2925  Vim9: line continuation comment uses legacy syntax
  3150  8.2.2926  Vim9: no good error for using :legacy in a :def function
  2666  8.2.2927  test commented out because it fails with ASAN
 41978  8.2.2928  the evalfunc.c file is too big
  1695  8.2.2929  accidentally enable tcl by default
  2824  8.2.2930  when a popup is visible a mouse move my restart Visual mode
  3148  8.2.2931  Vim9: line continuation comment uses legacy syntax
  5016  8.2.2932  select mode test fails
  3682  8.2.2933  when 'clipboard' is "unnamed" zp does not work correctly
  2395  8.2.2934  ASAN error when using text from the clipboard
  2870  8.2.2935  calculating register width is not always needed
 16680  8.2.2936  Vim9: converting number to bool uses wrong stack offset
  2338  8.2.2937  popup test fails if rightleft feature not enabled
  2148  8.2.2938  after using motion force from feedkeys() it sticks
  1477  8.2.2939  GTK: righthand scrollbar does not show with split window
  4785  8.2.2940  MS-Windows: cannot see the size when resizing
  3044  8.2.2941  Vim9: using `=expr` does not handle a list of strings
  2921  8.2.2942  Vim9: error when calling function with too few arguments
  1842  8.2.2943  Vim9: check for argument count ignores default values
  9106  8.2.2944  Vim9: no error when using job or channel as a string
  9279  8.2.2945  some buffer related code is not tested
  2358  8.2.2946  Vim9: substitute expression cannot be a List
  1615  8.2.2947  build failure without the channel feature
  2529  8.2.2948  substitute() accepts a number but not a float expression
 12789  8.2.2949  tests failing because no error for float to string conversion
  4468  8.2.2950  sound code not fully tested
 10881  8.2.2951  Vim9: cannot use heredoc for :python, :lua, etc.
  4110  8.2.2952  recover test fails on big endian systems
  2221  8.2.2953  Vim9: leaking memory when using heredoc script
  2311  8.2.2954  short file name extension for Scala not recognized
  6103  8.2.2955  Vim9: using filter in compiled command does not work
  8397  8.2.2956  Vim9: need to plan for future additions
  7868  8.2.2957  using getchar() in Vim9 script is problematic
  2648  8.2.2958  function list test fails
  3182  8.2.2959  sound_playfile() is not tested on MS-Windows
  6114  8.2.2960  swap file recovery not sufficiently tested
  6732  8.2.2961  keys typed during a :normal command are discarded
  2602  8.2.2962  MS-Windows command line arguments have wrong encoding
  3930  8.2.2963  GUI: mouse move may start Visual mode with a popup visible
  3346  8.2.2964  Vim9: hang when using space after ->
  2785  8.2.2965  Vim9: crash when calling function that failed to compile
  1454  8.2.2966  ml_get errors after recovering a file
 15593  8.2.2967  Vim9: crash when using two levels of partials
  1605  8.2.2968  Vim9: memory leak
  2322  8.2.2969  subtracting from number option fails when result is zero
  3336  8.2.2970  Python configure check uses deprecated command
 11625  8.2.2971  cannot yank a block without trailing spaces
 12556  8.2.2972  "%bd" tries to delete popup window buffers, which fails
  8505  8.2.2973  fix for recovery and diff mode not tested
  8760  8.2.2974  Greek spell checking uses wrong case folding
  4339  8.2.2975  Vim9: can only use an autoload function name as a string
  2563  8.2.2976  build failure without the +eval feature
  3064  8.2.2977  crash when using a null function reference
  1455  8.2.2978  warning for uninitialized variable
  7412  8.2.2979  not all options code is covered by tests
  1539  8.2.2980  popup window test is a bit flaky
  8304  8.2.2981  recovery test is not run on big-endian systems
 21328  8.2.2982  Vim9: future commands are not reserved yet
  5474  8.2.2983  Vim9: an inline function requires specifying the return type
  1859  8.2.2984  Vim9: test fails because of missing return statement
 34364  8.2.2985  Vim9: a compiled function cannot be debugged
  1814  8.2.2986  build failure without the profile feature
  1989  8.2.2987  build failure with normal features
  2502  8.2.2988  Vim9: debugger test fails
  1810  8.2.2989  Vim9: memory leak when debugging a :def function
  2541  8.2.2990  Jupyter Notebook files are not recognized
  2168  8.2.2991  Vim9: no completion for :vim9 and :legacy
  5567  8.2.2992  Vim9: completion for :disassemble is incomplete
  5143  8.2.2993  'fileencodings' default value should depend on 'encoding'
  8044  8.2.2994  various code is not fully tested
  2974  8.2.2995  linker errors with dynamic Python 3.10
 16444  8.2.2996  Vim9: when debugging cannot inspect local variables
  3498  8.2.2997  Vim9: disassemble test fails
  2010  8.2.2998  Vim9: disassemble test fails
  2063  8.2.2999  balloon sometimes does not hide with GTK 3
  1639  8.2.3000  Vim9: warning for uninitialized variable
  1795  8.2.3001  Vim9: memory leak when compilation fails
  2067  8.2.3002  Vim doesn't abort on a fatal Tcl error
  2921  8.2.3003  Vim9: closure compiled with wrong compile type
  2362  8.2.3004  Vim9: error for missing colon given while skipping
 21238  8.2.3005  Vim9: using a void value does not give a proper error message
  2867  8.2.3006  crash when echoing a value very early
  2943  8.2.3007  Vim9: test for void value fails
  2002  8.2.3008  startup test may hang
  1636  8.2.3009  startup test may hang
 15122  8.2.3010  not enough testing for viminfo code
  9271  8.2.3011  Vim9: cannot get argument values during debugging
  2736  8.2.3012  when 'rightleft' is set the line number is drawn reversed
  8410  8.2.3013  Vim: when debugging only first line of command is displayed
  1647  8.2.3014  Coverity warns for freeing static string
  4948  8.2.3015  Vim9: Assigning to @# requires a string
 10277  8.2.3016  confusing error when expression is followed by comma
  2758  8.2.3017  Vim9: debugger shows too many lines
  4751  8.2.3018  'quickfixtextfunc' formatting is lost when switching buffers
 22360  8.2.3019  location list only has the start position.
  1325  8.2.3020  unreachable code
  2552  8.2.3021  spaces allowed between option name and "!", "?", etc.
 91594  8.2.3022  available encryption methods are not strong enough
  4175  8.2.3023  Vim9: arguments for execute() not checked at compile time
  2013  8.2.3024  execute() function test fails
  6483  8.2.3025  not enough tests for quickfix end_col and end_lnum
  7310  8.2.3026  Vim9: cannot set breakpoint in compiled function
  2696  8.2.3027  Vim9: breakpoint in compiled function not always checked
 19527  8.2.3028  GUI mouse events not tested
 10428  8.2.3029  Vim9: crash when using operator and list unpack assignment
  4130  8.2.3030  Coverity reports a memory leak
  2593  8.2.3031  no error if a function name starts with an underscore
 13164  8.2.3032  build problems with MSVC, other crypt issues with libsodium
  3001  8.2.3033  no error when using alpha delimiter with :global
  1620  8.2.3034  installing packages on github CI sometimes fails
  2880  8.2.3035  Vim9: crash when calling :def function with partial
 50455  8.2.3036  Vim9: builtin function arguments not checked at compile time
  2428  8.2.3037  configure reports libcanberra when checking for libsodium
  1337  8.2.3038  Amiga built-in version string doesn't include build date
 10316  8.2.3039  Vim9: breakpoint at a comment line does not work
 12523  8.2.3040  GUI: dropping files not tested
  2030  8.2.3041  detecting if the process of a swap file is running fails
  2021  8.2.3042  swap file test fails
  3557  8.2.3043  Amiga: cannot get the shell size on MorphOS and AROS
  2594  8.2.3044  Amiga MorphOS and AROS: process ID is not valid
  3551  8.2.3045  minor typos
  1763  8.2.3046  Amiga MorphOS: Term mode is set using DOS packets
  3688  8.2.3047  increment and decrement don't allow for next command
  3168  8.2.3048  strange error for white space after ++ command
  2663  8.2.3049  JSON patch file not recognized
  5141  8.2.3050  cannot recognize elixir files
  4173  8.2.3051  Vim9: for loop with one list variable does not work
  3766  8.2.3052  Vim9: "legacy call" does not work
  2788  8.2.3053  Vim9: cannot assign to @@ in :def function
  4076  8.2.3054  Vim9: unpack assignment using "_" after semicolon fails
  4269  8.2.3055  strange error for assigning to "x.key" on non-dictionary
  2368  8.2.3056  Vim9: using default value in lambda gives confusing error
  1605  8.2.3057  Vim9: debugger test fails with normal features and +terminal
  2427  8.2.3058  Vim9: cannot use ternary operator in parenthesis
  3190  8.2.3059  Vim9: memory leak when using lambda
  2218  8.2.3060  Vim9: cannot use ternary operator in parenthesis
 11463  8.2.3061  testing the shell option is incomplete and spread out
  4339  8.2.3062  internal error when adding several text properties
  3661  8.2.3063  crash when switching 'cryptmethod' to xchaha20 with undo file
  4962  8.2.3064  Vim9: in script cannot set item in uninitialized list
  2743  8.2.3065  Vim9: error when sourcing script twice and reusing function
  3347  8.2.3066  Vim9: debugging lambda does not work
  2601  8.2.3067  building fails with Athena
 18539  8.2.3068  Unicode tables are slightly outdated
 42441  8.2.3069  error messages are spread out
  5352  8.2.3070  not enough testing for shell use
 26783  8.2.3071  shell options are not set properly for PowerShell
  3066  8.2.3072  "zy" does not work well when "virtualedit' is "block"
  8971  8.2.3073  when cursor is move for block append wrong text is inserted
  8131  8.2.3074  popup_atcursor() uses wrong position with concealing
  3251  8.2.3075  xxd always reports an old version string
  3693  8.2.3076  Vim9: using try in catch block causes a hang
  6412  8.2.3077  Vim9: an error in a catch block is not reported
  4377  8.2.3078  Vim9: profile test fails
 25442  8.2.3079  Powershell core not supported by default
  4437  8.2.3080  recover test fails on 32bit systems
  1929  8.2.3081  cannot catch errors in a channel command
  3896  8.2.3082  a channel command "echoerr" does not show anything
  2217  8.2.3083  crash when passing null string to charclass()
 83840  8.2.3084  Vim9: builtin function argument types are not checked
  2079  8.2.3085  JSONC files are not recognized
  3696  8.2.3086  Vim9: breakpoint on "for" does not work
  2314  8.2.3087  Gemtext files are not recognized
  3246  8.2.3088  with 'virtualedit' set to "block" Visual highlight is wrong
  5277  8.2.3089  garbage collection has useless code
  1747  8.2.3090  in rare cases the cursor may be somewhere in a folded line
  4076  8.2.3091  Vim9: default argument expr. cannot use previous argument
  3321  8.2.3092  Vim9: builtin function test fails without +channel feature
  2244  8.2.3093  tablabel_tooltip test fails with Athena
  1487  8.2.3094  Test_popup_atcursor_pos() fails without the conceal feature
  3946  8.2.3095  with 'virtualedit' set to "block" block selection is wrong
  2413  8.2.3096  temp files remain after running tests
  2979  8.2.3097  crash when using "quit" at recovery prompt
  2661  8.2.3098  popup window test is flaky on MS-Windows with GUI
  4793  8.2.3099  Vim9: missing catch/finally not reported at script level
  6985  8.2.3100  Vim9: no error when using type with unknown number of args
  1641  8.2.3101  missing function prototype for vim_round()
  2830  8.2.3102  test for crash fix does not fail without the fix
  4314  8.2.3103  swap test may fail on some systems
  3314  8.2.3104  Vim9: unspecified function type causes type error
  3650  8.2.3105  Vim9: type of partial is wrong when it has arguments
  3023  8.2.3106  Vim9: confusing line number reported for error
  2392  8.2.3107  Vim9: error for arguments while type didn't specify arguments
  2709  8.2.3108  test for remote_foreground() fails
  1623  8.2.3109  check for $DISPLAY never fails
 16612  8.2.3110  a pattern that matches the cursor position is complicated
  3473  8.2.3111  Vim9: confusing error with extra whitespace before colon
  1825  8.2.3112  in rare cases the cursor may be somewhere in a folded line
  3618  8.2.3113  no error when for loop variable shadows script variable
  2886  8.2.3114  Amiga-like systems: build error using stat()
  1918  8.2.3115  Coverity complains about free_wininfo() use
  3178  8.2.3116  Vim9: crash when debugging a function with line continuation
  4757  8.2.3117  Vim9: type not properly checked in for loop
  2291  8.2.3118  Vim9: "any" type not handled correctly in for loop
  1436  8.2.3119  compiler warning for unused argument
  3015  8.2.3120  crypt with sodium test fails on MS-Windows
 10035  8.2.3121  'listchars' "exceeds" character appears in foldcolumn
  5306  8.2.3122  with 'nowrap' cursor position is unexected in narrow window
  4078  8.2.3123  Vim9: confusing error when using white space after option
  3413  8.2.3124  Vim9: no error for white space between option and "=9"
  2822  8.2.3125  variables are set but not used
  2411  8.2.3126  Vim9: for loop error reports wrong line number
  2487  8.2.3127  Vim9: no error when adding number to list of string
  7569  8.2.3128  Vim9: uninitialzed list does not get type checked
  9632  8.2.3129  Vim9: imported uninitialized list does not get type checked
  2188  8.2.3130  Vim9: import test fails
  1532  8.2.3131  MS-Windows: ipv6 channel test is very flaky in the GUI
  1669  8.2.3132  compiler warns for size_t to colnr_T conversion.
  1794  8.2.3133  Vim9: memory leak when add() fails
  2240  8.2.3134  crash when using typename() on a function reference
101275  8.2.3135  Vim9: builtin function arguments not checked at compile time
  2376  8.2.3136  no test for E187 and "No swap file"
  9541  8.2.3137  Vim9: no error when a line only has a variable name
  3703  8.2.3138  debugger test fails
 93444  8.2.3139  functions for string manipulation are spread out
  1804  8.2.3140  MS-Windows: ipv6 channel test is very flaky also without GUI
  8842  8.2.3141  no error when using :complete for :command without -nargs
  3167  8.2.3142  Vim9: type check for has_key() argument is too strict
  2542  8.2.3143  Vim9: wrong context if lambda called from profiled function
  3737  8.2.3144  Vim9: no error when using an invalid value for a line number
  1631  8.2.3145  Vim9: profile test fails without profile feature
  2365  8.2.3146  Vim9: line number wrong for :execute argument
  5816  8.2.3147  Vim9: profiling does not work with a nested function
  4015  8.2.3148  Vim9: function arg type check does not handle base offset
  6465  8.2.3149  some plugins have a problem with the error check
 19253  8.2.3150  Vim9: argument types are not checked at compile time
  3921  8.2.3151  Vim9: profiling fails if nested function is also profiled
  2091  8.2.3152  Vim9: accessing "s:" results in an error
  3668  8.2.3153  URLs with a dash in the scheme are not recognized
  3942  8.2.3154  Vim9: some type checks for builtin functions fail
  3785  8.2.3155  some option related code not covered by tests
  1573  8.2.3156  Vim9: term_getansicolors() test fails without +termguicolors
  1860  8.2.3157  crypt test may fail on MS-Windows
  2165  8.2.3158  strange error message when using islocked() with a number
  1818  8.2.3159  cursor displayed in wrong position after deleting line
  6806  8.2.3160  'breakindent' does not work well for bulleted lists
  3989  8.2.3161  Vim9: no error when reltime() has invalid arguments
109540  8.2.3162  Vim9: argument types are not checked at compile time
  2598  8.2.3163  location list window may open a wrong file
  2454  8.2.3164  MS-Windows: reported version lacks patchlevel
  2557  8.2.3165  Vim9: in a || expression the error line number may be wrong
  3244  8.2.3166  Vim9: nested autoload call error overruled by "Unknown error"
  3245  8.2.3167  get E12 in a job callback when searching for tags
  2389  8.2.3168  Vim9: type error for constant of type any
  5858  8.2.3169  Vim9: cannot handle nested inline function
  1568  8.2.3170  Illegal memory access in test
  1685  8.2.3171  another illegal memory access in test
  1849  8.2.3172  MzScheme test fails
 39646  8.2.3173  Vim9: argument types are not checked at compile time
  2042  8.2.3174  Vim9: "legacy undo" finds "undo" variable
  2167  8.2.3175  Vim9: using illegal pointer with nested lambdas.
  5184  8.2.3176  Vim9: no type error for comparing number with string
  3391  8.2.3177  Vim9: can not use "for _ in expr" at script level
  9463  8.2.3178  Vim9: the file name of an :import cannot be an expression
 20887  8.2.3179  Vim9: cannot assign to an imported variable at script level
  7486  8.2.3180  Vim9: memory leak when concatenating to an imported string
  6653  8.2.3181  Vim9: builtin function test fails without channel feature
  2918  8.2.3182  Vim9: crash when using removing items from a constant list
  4986  8.2.3183  duplicate error numbers
 27080  8.2.3184  cannot add a digraph with a leading space
  3092  8.2.3185  Vim9: start of inline function found in comment line
  4516  8.2.3186  Vim9: not all failures for import tested
  4050  8.2.3187  Vim9: popup timer callback is not compiled
176591  8.2.3188  Vim9: argument types are not checked at compile time
  2126  8.2.3189  Vim9: error when using "try|"
 35254  8.2.3190  error messages are spread out
 13530  8.2.3191  Vim9: not enough code is tested
  1889  8.2.3192  build failure with small version
  3511  8.2.3193  screenpos() is wrong when 'display' is "lastline"
 59392  8.2.3194  Vim9: argument types are not checked at compile time
  2321  8.2.3195  Vim9: unclear error when passing too many arguments to lambda
  7591  8.2.3196  Vim9: bool expression with numbers only fails at runtime
 16286  8.2.3197  error messages are spread out
  6236  8.2.3198  cannot use 'formatlistpat' for breakindent
  1662  8.2.3199  Vim9: execution speed can be improved
 23523  8.2.3200  Vim9: hard to guess where a type error is given
  2864  8.2.3201  crash in test
 10760  8.2.3202  Vim9: tests are only executed for legacy script
  3518  8.2.3203  Vim9: compiled string expression causes type error
  6808  8.2.3204  display garbled when 'cursorline' is set and lines wrap
  1999  8.2.3205  Coverity reports a null pointer dereference
 90700  8.2.3206  Vim9: argument types are not checked at compile time
  1941  8.2.3207  Vim9: crash when compiling string fails
 10643  8.2.3208  dynamic library load error does not mention why it failed
  3153  8.2.3209  Vim9: lambda doesn't find block-local variable
  2548  8.2.3210  Vim9: searchpair() sixth argument is compiled
 29160  8.2.3211  Vim9: argument types are not checked at compile time
 21410  8.2.3212  Vim9: execution speed can be improved
  3234  8.2.3213  NOCOMPOUNDSUGS entry in spell file not tested
  5519  8.2.3214  MS-Windows: passing /D does not set the install location
 44525  8.2.3215  Vim9: argument types are not checked at compile time
 14015  8.2.3216  Vim9: crash when using variable in a loop at script level
  1671  8.2.3217  build failure
  7124  8.2.3218  when using xchaha20 crypt undo file is not removed
  3451  8.2.3219  :find searches non-existing directories
  2360  8.2.3220  Test_term_setansicolors() fails in some configurations
 26635  8.2.3221  Vim9: argument types are not checked at compile time
  3197  8.2.3222  Vim9: cannot used loop variable later as lambda argument
  2792  8.2.3223  Vim: using {} block in autoloade omnifunc fails
  3312  8.2.3224  cannot call script-local function after :vim9cmd
  1712  8.2.3225  incsearch highlighting is attempted halfway a mapping
 32057  8.2.3226  new digraph functions use old naming scheme
 26979  8.2.3227  'virtualedit' can only be set globally
  7407  8.2.3228  cannot use a simple block for the :command argument 
359915  8.2.3229  Vim9: runtime and compile time type checks are not the same
  2152  8.2.3230  Vim9: type error when function return type is not known yet
  1583  8.2.3231  build failure with small features
  4275  8.2.3232  system() does not work without a second argument
 31416  8.2.3233  prop_list() and prop_find() do not indicate the buffer
  2579  8.2.3234  crash when printing long string with Lua
  2152  8.2.3235  cannot use lambda in {} block in user command
  4161  8.2.3236  mode() does not indicate using CTRL-O in Select mode
  2703  8.2.3237  when a builtin function gives an error processing continues
  3348  8.2.3238  Vim9: error message does not indicate the location
  3204  8.2.3239  Vim9: no error using heredoc for a number variable
  2130  8.2.3240  Lua print() does not work properly
  1739  8.2.3241  Vim9: memory leak when function reports an error
  2643  8.2.3242  Vim9: valgrind reports leaks in builtin function test
  8100  8.2.3243  MS-Windows: "edit with multiple Vim" choice is less useful
  3824  8.2.3244  Lua 5.3 print() with a long string crashes 
  4634  8.2.3245  the crypt key may appear in a swap partition
  1702  8.2.3246  memory use after free
  2191  8.2.3247  using uninitialized memory when checking for crypt method
  2395  8.2.3248  Vim9: error message for wrong input uses wrong line number
  7733  8.2.3249  Vim9: error for re-imported function with default argument
  1549  8.2.3250  MS-Windows: cannot build with libsodium
  2449  8.2.3251  listing builtin_gui as an available terminal is confusing
  7036  8.2.3252  duplicated code for adding buffer lines
  2366  8.2.3253  channel test fails randomly
  3910  8.2.3254  win_gettype() does not recognize a quickfix window
  3902  8.2.3255  ci" finds following string but ci< and others don't
  2054  8.2.3256  executable test may fail on new Ubuntu system
  2317  8.2.3257  calling prop_find() with -1 for ID gives errornous error
 28225  8.2.3258  error messages have the wrong text
  6643  8.2.3259  when 'indentexpr' causes an error did_throw may hang
  1646  8.2.3260  build failure with small features
  3806  8.2.3261  Vim9: when compiling repeat(123, N) return type is number
  1743  8.2.3262  build failure when ABORT_ON_INTERNAL_ERROR is defined
  4026  8.2.3263  Vim9: "..=" does not accept same types as the ".." operator
  1804  8.2.3264  Vim9: assign test fails
  4019  8.2.3265  smartcase does not work correctly in very magic pattern
  3182  8.2.3266  Vim9: assignment with two indexes may check next line
 10344  8.2.3267  Vim9: crash when disassembling using deleted script variable
 14028  8.2.3268  cannot use a block with :autocmd like with :command
  5841  8.2.3269  Vim9: wrong argument check for partial
  3381  8.2.3270  prop_find() finds property with ID -2
  8190  8.2.3271  Vim9: cannot use :command or :au with block in :def function
  2994  8.2.3272  cannot use id zero with prop_find()
  1581  8.2.3273  autocmd test fails
 10360  8.2.3274  macro for printf format check can be simplified
 30755  8.2.3275  optimizer can use hints about ga_grow() normally succeeding
  5479  8.2.3276  Vim9: exists() can only be evaluated at runtime
  2949  8.2.3277  Vim9: compiled has() does not work properly
  2228  8.2.3278  Vim9: error when adding 1 to float
  3014  8.2.3279  Vim9: cannot use block in cmdline window
 13922  8.2.3280  'virtualedit' local to buffer is not the best solution
  5113  8.2.3281  Vim9: TODO items in tests can be taken care of
  2936  8.2.3282  Vim9: error about using -complete without -nargs is confusing
  2153  8.2.3283  Julia filetype is not recognized
  9525  8.2.3284  no error for insert() or remove() changing a locked blob
  2055  8.2.3285  scdoc filetype is not recognized
  7610  8.2.3286  win_enter_ext() has too many boolean arguments
  9185  8.2.3287  channel events not handled in BufEnter autocommand
 16296  8.2.3288  cannot easily access namespace dictionaries from Lua
  2413  8.2.3289  compiler warning for unused variable with small features
  5417  8.2.3290  Vim9: compiling dict may use pointer after free
  2195  8.2.3291  Coverity warns for not checking return value
  2704  8.2.3292  underscore in very magic pattern causes a hang
  5907  8.2.3293  finding completions may cause an endless loop
  2178  8.2.3294  Lua: memory leak when adding dict item fails
 36937  8.2.3295  'cursorline' should not apply to 'breakindent'
  2585  8.2.3296  Vim9: cannot add a number to a float
 17908  8.2.3297  cannot use all commands inside a {} block
  1712  8.2.3298  build failure with small features
  5143  8.2.3299  Vim9: exists() does not handle much at compile time
 10471  8.2.3300  Lua: can only execute one Vim command at a time
 50663  8.2.3301  memory allocation functions don't have their own place
  4289  8.2.3302  Coverity is not run from github
  8935  8.2.3303  some structures could be smaller
  3960  8.2.3304  popup window title with wide characters is truncated
  5951  8.2.3305  Vim9: :finally in skipped block not handled correctly
  2383  8.2.3306  unexpected "No matching autocommands"
  8064  8.2.3307  Vim9: :echoconsole cannot access local variables
  2824  8.2.3308  Vim9: no runtime check for argument type with varargs only
  4008  8.2.3309  Vim9: divide by zero causes a crash
  6632  8.2.3310  Vim9: unpack assignment does not mention source of type error
  5141  8.2.3311  Vim9: check for DO_NOT_FREE_CNT is very slow
  2431  8.2.3312  Vim9: after "if false" line breaks in expression not skipped
  2659  8.2.3313  unused code in win_exchange() and frame_remove()
 10999  8.2.3314  behavior of exists() in a :def function is unpredictable
  9000  8.2.3315  cannot use single quote in a float number for readability
  1710  8.2.3316  float test fails
  3028  8.2.3317  Vim9: No error for missing white space before return type
  2328  8.2.3318  Vim9: cannot ignore quotes in number at the command line
  1871  8.2.3319  Coverity action on github does not work
 88974  8.2.3320  some local functions are not static
  3611  8.2.3321  some code is not tested
  3706  8.2.3322  Vim9: checking type of dict does not check member type
  1791  8.2.3323  help tag for exists_compiled() is wrong
  8029  8.2.3324  Vim9: Cannot use :silent with :endwhile
  2256  8.2.3325  digraph test fails when LC_ALL is set to "C"
  4673  8.2.3326  Vim9: no error passing an empty list of the wrong type
  3443  8.2.3327  no check for sysconf() failing
  2241  8.2.3328  Coverity error for not checking return value
  1296  8.2.3329  v_lock not set when getting value of environment variable
  1434  8.2.3330  Coverity reports using uninitialized field
  2236  8.2.3331  Coverity warns for using value without boundary check
 19182  8.2.3332  Vim9: cannot assign to range in list
  5016  8.2.3333  Vim9: not enough tests run with Vim9
 10986  8.2.3334  Vim9: not enough tests run with Vim9
 31096  8.2.3335  Vim9: not enough tests run with Vim9
  2873  8.2.3336  behavior of negative index in list change changed
  2462  8.2.3337  completing "call g:" returns entries with just "g:"
  2783  8.2.3338  Vim9: no type check when assigning a list range
 10444  8.2.3339  Vim9: cannot lock a member in a local dict
  1418  8.2.3340  accessing uninitialized pointer
  8028  8.2.3341  Vim9: function call aborted despite try/catch
  2707  8.2.3342  test for :let errors fails
  1881  8.2.3343  Vim9: autoload test fails
  2293  8.2.3344  vimscript test fails
  5430  8.2.3345  some code not covered by tests
  2302  8.2.3346  Vim9: no error using "." for concatenation after ":vim9cmd"
  8839  8.2.3347  check for legacy script is incomplete
  5043  8.2.3348  line2byte() returns wrong value after adding textprop
  1537  8.2.3349  eval test for scriptversion fails
  1703  8.2.3350  text properties test fails on MS-Windows
  2730  8.2.3351  Vim9: using a function by name may delete it
  2218  8.2.3352  Vim9: error for nested :enddef has wrong line number
  8358  8.2.3353  Vim9: type of argument for negate not checked at compile time
  2938  8.2.3354  build failure with +byte_offset but without +textprop
  2241  8.2.3355  MS-Windows: compiler warning for 64-32 bit conversion
 20067  8.2.3356  adding many text properties requires a lot of function calls
  2150  8.2.3357  crash when 'virtualedit' is set and window is narrow
  3133  8.2.3358  structurizr files are not recognized
  2904  8.2.3359  Vim9: error for type when variable is not set
  3587  8.2.3360  user function completion fails with dict function
  6074  8.2.3361  Vim9: crash with nested :while
  4973  8.2.3362  buffer overflow when completing long tag name
  4443  8.2.3363  when :edit reuses the current buffer the alternate file is set
 13355  8.2.3364  Vim9: crash when :for is skipped
  4683  8.2.3365  Vim9: cannot use option for all operations
  5012  8.2.3366  Vim9: debugging elseif does not stop before condition
  3395  8.2.3367  Vim9: :@r executing a register is inconsistent
  2390  8.2.3368  not all Racket files are recognized
  2827  8.2.3369  auto formatting after "cw" leaves cursor in wrong spot
  2491  8.2.3370  Vim9: no check for white space before type in declaration
  4096  8.2.3371  Vim9: :$ENV cannot be followed by ->func() in next line
  2631  8.2.3372  line2byte() value wrong when adding a text property
  1608  8.2.3373  text property test fails on MS-Windows
  2078  8.2.3374  Pyret files are not recognized
  1735  8.2.3375  using uninitialized memory
  4880  8.2.3376  Vim9: no warning that "@r" does not do anything
  2746  8.2.3377  Vim9: :disass completion does not understand "s:"
  2753  8.2.3378  MS-Windows: completing environment variables with % is wrong
  2191  8.2.3379  crash when using NULL job
  2054  8.2.3380  crash when using NULL string for funcref()
  2358  8.2.3381  crash when using NULL list with sign functions
  3009  8.2.3382  crash when getting the type of a NULL partial
  3193  8.2.3383  Vim9: completion for :disassemble adds parenthesis
  3919  8.2.3384  cannot disable modeline for an individual file
  5555  8.2.3385  escaping for fish shell does not work properly
  1432  8.2.3386  using uninitialized memory
  1672  8.2.3387  compiler warning for non-static function
  2742  8.2.3388  fnamemodify('path/..', ':p') differs from using 'path/../'
 11496  8.2.3389  cannot stop insert mode completion without side effects
 47826  8.2.3390  included xdiff code is outdated
  2622  8.2.3391  crash with combination of 'linebreak' and other options
  3200  8.2.3392  augroup completion escapes regexp pattern characters
  4031  8.2.3393  escaping for fish shell is skipping some characters
  8252  8.2.3394  filler lines are wrong when changing text in diff mode
  7982  8.2.3395  Vim9: expression breakpoint not checked in :def function
  1635  8.2.3396  when libcall() fails invalid pointer may be used
  2218  8.2.3397  no test for what 8.2.3391 fixes
  7760  8.2.3398  html text objects are not fully tested
  7241  8.2.3399  Octave files are not recognized
  6890  8.2.3400  ":z!" is not supported
  3679  8.2.3401  Vim9: cannot use negative count with finddir() and findfile()
  8228  8.2.3402  invalid memory access when using :retab with large value
  2365  8.2.3403  memory leak for :retab with invalid argument
  2935  8.2.3404  Vim9: no error for white space before "("
  2259  8.2.3405  cannot have a comment line in a {} block of a user command
  2332  8.2.3406  on some systems tests fail without _REENTRANT
  1439  8.2.3407  using uninitialized memory with "let g:['bar'] = 2"
  2154  8.2.3408  can delete a numbered function
  1966  8.2.3409  reading beyond end of line with invalid utf-8 character
  5034  8.2.3410  crash with linebreak, listchars and large tabstop
  2847  8.2.3411  Vim9: crash when using base name of import
  2218  8.2.3412  Vim9: importing the wrong file
  4346  8.2.3413  Vim9: too many characters are allowed in import name
  5129  8.2.3414  fullcommand() gives wrong name with buffer-local user command
 40973  8.2.3415  Vim9: not all function argument types are properly checked
  2798  8.2.3416  second error is reported while exception is being thrown
  5127  8.2.3417  Vim9: a failing debug expression aborts script sourcing
  1770  8.2.3418  garbage collection while evaluating may cause trouble
  4557  8.2.3419  a failing debug expression may make Vim unusable
  2810  8.2.3420  _REENTRANT defined more than once
  4357  8.2.3421  a bit of code is not covered by tests
  2262  8.2.3422  Vim9: no failure if return type differs from returned var
  5543  8.2.3423  Vim9: list += list creates a new list in :def function
 16400  8.2.3424  a sequence of spaces is hard to see in list mode
  1715  8.2.3425  warning for using uninitialized variable
  3743  8.2.3426  crash when deleting a listener in a listener callback
  4124  8.2.3427  double free when list is copied
  3206  8.2.3428  using freed memory when replacing
  3054  8.2.3429  leaking memory when assigning to list or dict
 14822  8.2.3430  no generic way to trigger an autocommand on mode change
  2663  8.2.3431  completion for :disas sorts local functions first
  3733  8.2.3432  octave/Matlab filetype detection does not work properly
  5059  8.2.3433  :delcommand does not take a -buffer option
  1568  8.2.3434  function prototype for trigger_modechanged() is incomplete
 18817  8.2.3435  Vim9: dict is not passed to dict function
  1690  8.2.3436  check for optional bool type has confusing return type
  3773  8.2.3437  compiler warnings for 32/64 bit usage
 15549  8.2.3438  cannot manipulate blobs
  4615  8.2.3439  deleted lines go to wrong yank register
  1637  8.2.3440  recover test fails if there is an old swap file
  1886  8.2.3441  MS-Windows: vimtutor can't handle path with spaces
 10826  8.2.3442  Vim9: || and && are not handled at compile time
  1759  8.2.3443  Vim9: memory leak when and/or fails
  4524  8.2.3444  concealed text not revealed when leaving insert mode
  2221  8.2.3445  on Solaris longVersion may be declared twice
 27010  8.2.3446  not enough tests for empty string arguments
  1919  8.2.3447  a couple of declarations are not ANSI C
  3624  8.2.3448  :endtry after function call that throws not found
  2060  8.2.3449  sort fails if the sort compare function returns 999
  4508  8.2.3450  coveralls action fails
  5368  8.2.3451  not all apache files are recognized
  3203  8.2.3452  MPD files are not recognized
  2136  8.2.3453  autocmd not executed when editing a directory
  3307  8.2.3454  using a count with "gp" leave cursor in wrong position
  2294  8.2.3455  using a count with "gp" leaves '] in wrong position
 25176  8.2.3456  Vim9: not all functions are tested with empty string argument
  1586  8.2.3457  MS-Windows Vim9: test executed and fails
  3325  8.2.3458  not all dictdconf files are recognized
 12845  8.2.3459  Vim9: need more tests for empty string arguments
 10755  8.2.3460  some type casts are not needed
  3105  8.2.3461  cannot distinguish Normal and Terminal-Normal mode
  3401  8.2.3462  ModeChanged only uses one character for new_mode and old_mode
  2235  8.2.3463  pattern matching with ModeChanged not tested
  2115  8.2.3464  nginx files are not recognized
  3179  8.2.3465  cannot detect insert scroll mode
  6266  8.2.3466  completion submode not indicated for virtual replace
  2335  8.2.3467  CursorHoldI event interferes with "CTRL-G U"
  2526  8.2.3468  problem with :cd when editing file in non-existent directory
  2669  8.2.3469  some files with json syntax are not recognized
  2302  8.2.3470  crash with error in :catch and also in :finally
  2477  8.2.3471  crash when using CTRL-T after an empty search pattern
  1560  8.2.3472  other crashes with empty search pattern not tested
  2950  8.2.3473  some files with tcl syntax are not recognized
  3957  8.2.3474  some places use "Vimscript" instead of "Vim script"
  2378  8.2.3475  expression register set by not executed put command
  2618  8.2.3476  renaming a buffer on startup may cause using freed memory
  1464  8.2.3477  startup test fails on MS-Windows
  3581  8.2.3478  still crash with error in :catch and also in :finally
  1877  8.2.3479  crash when calling job_start with an invalid argument
  2178  8.2.3480  test does not fail without the fix for a crash
  3553  8.2.3481  failures when char is unsigned
  2231  8.2.3482  reading beyond end of line ending in quote and backslash
  3793  8.2.3483  #ifdef for using sysinfo() is incomplete
  2983  8.2.3484  crash when going through spell suggestions
  1934  8.2.3485  Python 3 test fails with Python 3.10
  3383  8.2.3486  illegal memory access with invalid sequence of commands
  2943  8.2.3487  illegal memory access if buffer name is very long
  2588  8.2.3488  issue template is not easy to use
  2315  8.2.3489  ml_get error after search with range
  2860  8.2.3490  superfluous return statements
  3712  8.2.3491  xpm2 filetype dection is not so good
  2465  8.2.3492  crash when pasting too many times
  1603  8.2.3493  large count test fails on MS-Windows
  2404  8.2.3494  illegal memory access in utf_head_off
  1959  8.2.3495  GUI geometry startup test fails on some systems
  2340  8.2.3496  crypt test fails if xxd was not installed yet
  1356  8.2.3497  put test fails when run by itself
  2366  8.2.3498  recover test may fail on some systems
  2142  8.2.3499  GUI geometry startup test fails
  2316  8.2.3500  Github CI fails to install clang
  2466  8.2.3501  tmux filetype dection is incomplete
  1579  8.2.3502  cannot enter password in shell command
  8210  8.2.3503  Vim9: using g:pat:cmd is confusing
  1612  8.2.3504  Vim9: warning for signed vs unsigned
  1724  8.2.3505  Vim9: build failure without the +eval feature
  2048  8.2.3506  Vim9: special cases for "g" and "s" insufficiently tested
  5364  8.2.3507  generating proto files may fail
  1948  8.2.3508  Vim9: bad separators for "g" and "s" insufficiently tested
  2489  8.2.3509  undo file is not synced
 14006  8.2.3510  changes are only detected with one second accuracy
  2564  8.2.3511  Vim9: entry for loop variable is created every round
  1350  8.2.3512  timestamp test fails on some systems
  4296  8.2.3513  using freed memory when using a timer and searching
  1898  8.2.3514  autoread test with nano second time sometimes fails
  2307  8.2.3515  nano time test fails on Mac and FreeBSD
  8432  8.2.3516  terminal window does not have transparent background
  7501  8.2.3517  TextChanged does not trigger after TextChangedI
 13583  8.2.3518  Test_xrestore sometimes fails
  4015  8.2.3519  TOML files are not recognized
 13657  8.2.3520  cannot define a function for thesaurus completion
  1712  8.2.3521  options completion test fails
  6622  8.2.3522  cannot use \x and \u when setting 'listchars'
  1936  8.2.3523  duplicated code in xxd
 13249  8.2.3524  GUI: ligatures are not used
  5440  8.2.3525  option variable name does not match option name
 14054  8.2.3526  tests have clumsy check for X11 based GUI
  2010  8.2.3527  gcc complains about uninitialized variable
 15703  8.2.3528  'thesaurus' and 'thesaurusfunc' do not have the same scope
  2412  8.2.3529  xxd usage output is incomplete
  9379  8.2.3530  ":buf \{a}" fails while ":edit \{a}" works
  2079  8.2.3531  command line completion test fails on MS-Windows
  2453  8.2.3532  the previous '' mark is restored after moving the cursor
  2141  8.2.3533  inefficient code in xxd
  1511  8.2.3534  autoread test is a bit flaky
  1918  8.2.3535  if-else indenting is confusing
 60468  8.2.3536  the do_highlight() function is way too long
  3009  8.2.3537  mode() does not return the right value in 'operatorfunc'
  1776  8.2.3538  else-if indenting is confusing
  1726  8.2.3539  GTK3: with 'rightleft' set scrollbar may move unintentionally
  2487  8.2.3540  the mark '] is wrong after put with a count
  1618  8.2.3541  compiler warning for unused variable in tiny version
 17514  8.2.3542  too many comments are old style
  2719  8.2.3543  swapname has double slash when 'directory' ends in it
  1553  8.2.3544  Unix: may leak file descriptor using non-existing directory
  5692  8.2.3545  setcellwidths() may make 'listchars' or 'fillchars' invalid
  1824  8.2.3546  build failure without the +eval feature
  6451  8.2.3547  opening the quickfix window triggers BufWinEnter twice
  2930  8.2.3548  GTK GUI crashen when reading from stdin
 10639  8.2.3549  mistakes in test comments
  3080  8.2.3550  completion() does not work properly
  1482  8.2.3551  checking first character of url twice
  4704  8.2.3552  xxd revert does not handle end of line correctly
  4178  8.2.3553  xxd test fails on MS-Windows
 11667  8.2.3554  xxd has various way to exit
 11704  8.2.3555  ModeChanged is not triggered on every mode change
  5242  8.2.3556  filler lines are incorrect for other window in diff mode
  4581  8.2.3557  Vim9: cannot call imported funcref at script level
  1512  8.2.3558  Vim9: asserting the wrong variable
  1798  8.2.3559  loop variable recreated every time
 10319  8.2.3560  using freed memory with lambda
  3081  8.2.3561  cscope has a complicated way of giving an error message
 73130  8.2.3562  cannot add color names
  2458  8.2.3563  build failure with +eval but without GUI or +termguicolors
  3300  8.2.3564  invalid memory access when scrolling without valid screen
 89085  8.2.3565  Makefile dependencies are outdated
  1959  8.2.3566  build failure on old systems when using nano timestamp
  1812  8.2.3567  CTRL-I in Insert mode is not tested
  1935  8.2.3568  ctrl-hat test fails with Athena and Motif
  2480  8.2.3569  error for :let when vimrc is Vim 9 script
  1482  8.2.3570  Test_very_large_count fails on 32bit systems
  1659  8.2.3571  some unicode control characters are considered printable
  5593  8.2.3572  memory leak when closing window and using "multispace"
  5580  8.2.3573  cannot decide whether to skip test that fails with 64 bit
  1646  8.2.3574  divide by zero
  1866  8.2.3575  overflow check still fails when sizeof(int) == sizeof(long)
  6105  8.2.3576  some functions are not documented for use with a method
  1411  8.2.3577  overflow check fails with 32 ints
 30150  8.2.3578  manipulating highlighting is complicated
  2056  8.2.3579  CI sometimes fails for MinGW
  3323  8.2.3580  gj does not move properly with a wide character
  1839  8.2.3581  reading character past end of line
  2263  8.2.3582  reading uninitialized memory when giving spell suggestions
  4168  8.2.3583  the "gd" and "gD" commands do not update search stats
  5547  8.2.3584  "verbose set efm" reports location of the :compiler command
  2823  8.2.3585  crash when passing float to "term_rows" of term_start()
  2422  8.2.3586  command completion test fails
  1756  8.2.3587  compiler test fails with backslash file separator
  1815  8.2.3588  break statement is never reached
  3094  8.2.3589  failure when "term_rows" of term_start() is an unusual value
  6828  8.2.3590  test for v:colornames sometimes fails
  8569  8.2.3591  no event is triggered when closing a window
  1810  8.2.3592  Test_hlset fails when terminal has many columns
  5392  8.2.3593  directory is wrong after executing "lcd" with win_execute()
  5074  8.2.3594  xxd code is a bit difficult to understand
  2416  8.2.3595  check for signed overflow might not work everywhere
  2678  8.2.3596  crash when using :pedit in Vim9 script
  2795  8.2.3597  Vim seems to hang when writing a long text to a terminal
  2365  8.2.3598  RouterOS filetype is not recognized
  2578  8.2.3599  not all gdbinit files are recognized
  1655  8.2.3600  filetype test fails
  7133  8.2.3601  check for overflow in put count does not work well
  2537  8.2.3602  Python3 test fails with Python 3.10 on MS-Windows
  2970  8.2.3603  fish filetype not recognized
  2477  8.2.3604  not all sudoers files are recognized
 15888  8.2.3605  cannot clear and unlink a highlight group with hlset()
  1494  8.2.3606  file missing from list of distributed files
 13546  8.2.3607  GTK3 screen updating is slow
  2664  8.2.3608  users who type "q:" instead of ":q" are confused
  8029  8.2.3609  internal error when ModeChanged is triggered recursively
  2578  8.2.3610  crash when ModeChanged triggered too early
  3126  8.2.3611  crash when using CTRL-W f without finding a file name
  2981  8.2.3612  using freed memory with regexp using a mark
  1573  8.2.3613  :find test fails
  8720  8.2.3614  zindex of popup windows not used when redrawing popup menu
  6483  8.2.3615  wrong indent in first line if re-formatting with indent expr
  3116  8.2.3616  arglist test does not clear the argument list consistently
  6402  8.2.3617  ":verbose pwd" does not mention 'autochdir' was applied
  4457  8.2.3618  getcwd() is unclear about how 'autochdir' is used
 13166  8.2.3619  cannot use a lambda for 'operatorfunc'
163876  8.2.3620  memory leak reported in libtlib
  1326  8.2.3621  build failure
  2512  8.2.3622  "verbose pwd" shows confusing info
  2683  8.2.3623  "$*" is expanded to "nonomatch"
  3370  8.2.3624  when renaming a terminal buffer status text is not updated
  2887  8.2.3625  illegal memory access when C-indenting
  3298  8.2.3626  "au! event" cannot be followed by another command
  3643  8.2.3627  difficult to know where the text starts in a window
 74987  8.2.3628  looking up terminal colors is a bit slow
  7649  8.2.3629  command completion in cmdline window uses global commands
  3217  8.2.3630  printf() with %S does not handle multi-byte correctly
  3055  8.2.3631  "syntax enable" does not work properly in Vim9 context
  1886  8.2.3632  GTK3: undercurl does not get removed properly
  2564  8.2.3633  Vim9: line number of lambda is off by one
  2455  8.2.3634  error for already defined function uses wrong line number
  3953  8.2.3635  GTK: composing underline does not show
  1585  8.2.3636  Coverity warns for unreachable code
 24474  8.2.3637  typos in test files
  2986  8.2.3638  getcompletion() always passes zero as position
  2101  8.2.3639  line commented out accidentally
  3973  8.2.3640  freeze when calling term_wait() in a close callback
  2379  8.2.3641  xxd code has duplicate expressions
  1633  8.2.3642  list of distributed files is outdated
  3685  8.2.3643  header for source file is outdated
  6347  8.2.3644  count for 'operatorfunc' in Visual mode is not redone
  3323  8.2.3645  Vim9: The "no effect" error is not given for all registers
  3457  8.2.3646  using <sfile> in a function gives an unexpected result
  3669  8.2.3647  GTK: when using ligatures the cursor is drawn wrong
  2500  8.2.3648  "verbose pwd" is incorrect after dropping files on Vim
  2761  8.2.3649  Vim9: error for variable declared in while loop
  7290  8.2.3650  Vim9: for loop variable can be a list member
  2696  8.2.3651  Vim9: no error for :lock or :unlock with unknown variable
 21463  8.2.3652  can only get text properties one line at a time
  1448  8.2.3653  terminal ANSI colors may be wrong
  3000  8.2.3654  GTK: a touch-drag does not update the selection
  1623  8.2.3655  compiler warning for using size_t for int
  2300  8.2.3656  Vim9: no error for an evironment variable by itself
  2482  8.2.3657  Vim9: debug text misses one line of return statement
  4698  8.2.3658  duplicate code in xxd
  5920  8.2.3659  integer overflow with large line number
  1448  8.2.3660  overflow check uses wrong number
  1777  8.2.3661  test for put with large count fails
  2142  8.2.3662  illegal memory access if malloc() fails
  6123  8.2.3663  using %S in printf() does not work correctly
 20184  8.2.3664  cannot adjust sign highlighting for 'cursorline'
  9152  8.2.3665  cannot use a lambda for 'tagfunc'
 58226  8.2.3666  libvterm is outdated
  2247  8.2.3667  building libvterm fails with MSVC
 10351  8.2.3668  messages may be corrupted
  2219  8.2.3669  buffer overflow with long help argument
  8571  8.2.3670  error checks repeated several times
  3230  8.2.3671  restarting Insert mode in prompt buffer too often
  1679  8.2.3672  build failure with unsigned char
  2628  8.2.3673  crash when allocating signal stack fails
  1866  8.2.3674  when ml_get_buf() fails it messes up IObuff
  2284  8.2.3675  using freed memory when vim_strsave() fails
 20494  8.2.3676  unused runtime file
  3972  8.2.3677  after a put the '] mark is on the last byte
  2250  8.2.3678  illegal memory access
  2721  8.2.3679  objc file detected as Octave
  4682  8.2.3680  repeated code in xxd
  4097  8.2.3681  cannot drag popup window after click on a status line
  6093  8.2.3682  Vim9: assigning to a script variable drops the type
  7258  8.2.3683  Vim9: cannot use `=expr` in :...do commands
  2554  8.2.3684  blockwise insert does not handle autoindent properly
  4240  8.2.3685  Visual studio project files are not recognized
  8524  8.2.3686  filetype detection often mixes up Forth and F#
  6024  8.2.3687  blockwise insert does not handle autoindent properly
  1375  8.2.3688  the window title is not updated when dragging the scrollbar
 15481  8.2.3689  ex_let_one() is too long
  2671  8.2.3690  Vim9: "filter #pat# cmd" does not work
  1308  8.2.3691  build failure with small features
 11745  8.2.3692  Vim9: cannot use :func inside a :def function
  2567  8.2.3693  Coverity warns for possibly using a NULL pointer
  5632  8.2.3694  cannot use quotes in the count of an Ex command
  2835  8.2.3695  confusing error for missing key
  2225  8.2.3696  Vim9: error for invalid assignment when skipping
 10476  8.2.3697  cannot drag a popup without a border
  6905  8.2.3698  match highlighting continues over breakindent
 46752  8.2.3699  the +title feature adds a lot of #ifdef but little code
  4417  8.2.3700  text property highlighting continues over breakindent
  3700  8.2.3701  Vim9: invalid LHS is not possible
  3798  8.2.3702  first key in dict is seen as curly expression and fails
  3463  8.2.3703  most people call F# "fsharp" and not "fs"
  7662  8.2.3704  Vim9: cannot use a list declaration in a :def function
  4959  8.2.3705  cannot pass a lambda name to function() or funcref()
  3089  8.2.3706  text property highlighting is used on Tab
  3967  8.2.3707  Vim9: constant expression of elseif not recognized
  1528  8.2.3708  Vim9: test fails with different error
  5531  8.2.3709  Vim9: backtick expression expanded when not desired
  5986  8.2.3710  Vim9: backtick expression expanded for :global
  2968  8.2.3711  Vim9: memory leak when compiling :elseif fails
  8965  8.2.3712  cannot use Vim9 lambda for 'tagfunc'
  2581  8.2.3713  MS-Windows: no error if vimgrep pattern is not matching
  6077  8.2.3714  some unused assignments and ugly code in xxd
  2722  8.2.3715  Vim9: valgrind reports spurious problems for a test
 11022  8.2.3716  Vim9: range without a command is not compiled
  5077  8.2.3717  Vim9: error for constant list size is only given at runtime
  3201  8.2.3718  compiler warns for unused variable without +textprop
  2346  8.2.3719  MS-Windows: test sometimes runs into existing swap file
  3137  8.2.3720  Vim9: Internal error when invoking closure in legacy context
  3381  8.2.3721  using memory freed by losing the clipboard selection
  1843  8.2.3722  Amiga: superfluous messages for freeing lots of yanked text
  3251  8.2.3723  when using 'linebreak' a text property starts too early
  1765  8.2.3724  build error for missing error message in small build 
 37912  8.2.3725  cannot use a lambda for 'completefunc' and 'omnifunc'
  4678  8.2.3726  README file in a config directory gets wrong filetype
  4708  8.2.3727  in a gnome terminal keys are recognized as mouse events
  2199  8.2.3728  internal error when passing range() to list2blob()
  2427  8.2.3729  no support for squirrels
  5656  8.2.3730  "/etc/Muttrc.d/README" gets filetype muttrc
  6865  8.2.3731  "set! termcap" shows codes in one column, but not keys
  1756  8.2.3732  "set! termcap" test fails
  3823  8.2.3733  Vim9: using "legacy" before range does not work
  1647  8.2.3734  Vim9: crash when no pattern match found
 14816  8.2.3735  cannot use a lambda for 'imactivatefunc'
  2022  8.2.3736  test fails without the channel feature
  1444  8.2.3737  test fails without the 'autochdir' option
  1726  8.2.3738  screen is cleared when a FocusLost autocommand triggers
  2946  8.2.3739  in wrong directory when using win_execute() with 'acd' set
  2291  8.2.3740  memory left allocated on exit when using Tcl
  3059  8.2.3741  using freed memory in open command
  2568  8.2.3742  dec mouse test fails without gnome terminfo entry
  3605  8.2.3743  ":sign" can add a highlight group without a name
  2396  8.2.3744  E854 is not tested; some spelling suggestions are not tested
  1509  8.2.3745  autochdir test fails without the +channel feature
  3335  8.2.3746  cannot disassemble function starting with "debug" or "profile"
  6070  8.2.3747  cannot remove highlight from an existing sign
  3806  8.2.3748  giving an error for an empty sign argument breaks a plugin
 14787  8.2.3749  error messages are everywhere
 18213  8.2.3750  error messages are everywhere
 57304  8.2.3751  cannot assign a lambda to an option that takes a function
  2559  8.2.3752  build error when using Photon GUI
  3015  8.2.3753  Vim9: function unreferenced while called is never deleted
  6501  8.2.3754  undesired changing of the indent of the first formatted line
  1922  8.2.3755  Coverity warns for using a buffer in another scope
  9117  8.2.3756  might crash when callback is not valid
  3622  8.2.3757  an overlong highlight group name is silently truncated
 64148  8.2.3758  options that take a function insufficiently tested
  5376  8.2.3759  quickfix buffer becomes hidden while still in a window
  1447  8.2.3760  not automatically handling gnome terminal mouse like xterm
  6186  8.2.3761  focus change is not passed on to a terminal window
  2698  8.2.3762  if quickfix buffer is wiped out getqflist() still returns it
 11915  8.2.3763  when editing the cmdline a callback may cause a scroll up
  4393  8.2.3764  cannot see any text when window was made zero lines
 11642  8.2.3765  Vim9: cannot use a lambda for 'opfunc' and others
  2419  8.2.3766  converting a funcref to a string leaves out "g:"
  1628  8.2.3767  crash when using NULL partial
  2524  8.2.3768  timer_info() has the wrong repeat value in a timer callback
  3372  8.2.3769  zig files are not recognized
  5618  8.2.3770  new compiler warnings from clang-12 and clang-13
  5501  8.2.3771  Vim9: accessing freed memory when checking type
  1833  8.2.3772  timer info test fails on slow machine
  3800  8.2.3773  wrong window size when a modeline changes 'columns'
  5558  8.2.3774  test for command line height fails
  3853  8.2.3775  Vim9: lambda compiled without outer context when debugging
  3791  8.2.3776  when a tags file line is long a tag may not be found
  3901  8.2.3777  spell file write error not checked
  1775  8.2.3778  lambda debug test fails in some configurations
  3581  8.2.3779  using freed memory when defining a user command recursively
  9053  8.2.3780  ":cd" works differently on MS-Windows
 13472  8.2.3781  the option window script is outdated
  5360  8.2.3782  Vim9: no error if a function shadows a script variable
 13918  8.2.3783  confusing error for using a variable as a function
 21968  8.2.3784  the help for options is outdated
  2299  8.2.3785  running CI on MacOS with gcc is not useful
  1508  8.2.3786  test fails because of using Vim9 syntax in legacy function
 13021  8.2.3787  no proper formatting of a C line comment after a statement
 90568  8.2.3788  lambda for option that is a function may be freed
  2233  8.2.3789  Test_window_minimal_size can fail on a slow machine
  2686  8.2.3790  test for term_gettitle() fails in some environments
  2476  8.2.3791  build error with +cindent but without +smartindent
 62208  8.2.3792  setting *func options insufficiently tested
  3351  8.2.3793  using "g:Func" as a funcref does not work in script context
  2802  8.2.3794  Vim9: cannot find script-local func using "s:"
 25020  8.2.3795  too many #ifdefs
 21217  8.2.3796  the funcexe_T struct members are not named consistently
  3068  8.2.3797  no good reason to limit the message history in tiny version
  5240  8.2.3798  a :def callback function postpones an error message
  2064  8.2.3799  edit test hangs or fails
 24145  8.2.3800  when cross compiling the output of "uname" cannot be set
  4341  8.2.3801  if a terminal shows in two windows, only one is redrawn
  2248  8.2.3802  terminal in two windows test fails on some systems
  2434  8.2.3803  GUI: crash with 'writedelay' set using a terminal window
  1815  8.2.3804  script context not set when copying 'swf' and 'ts'
  2502  8.2.3805  i3config files are not recognized
  1965  8.2.3806  terminal focus test fails sometimes
  3283  8.2.3807  Vim9: can call import with star directly
  1953  8.2.3808  Vim9: obsolete TODO items
  8967  8.2.3809  Vim9: crash when garbage collecting a nested partial
  3195  8.2.3810  Vim9: expr4 test fails on MS-Windows
  1470  8.2.3811  the opfunc error test fails on a slow machine
  5930  8.2.3812  Vim9: leaking memory in numbered function test
  2045  8.2.3813  confusing error when using :cc without error list
  3106  8.2.3814  .csx files and .sln files are not recognized
  4119  8.2.3815  Vim9: cannot have a multi-line dict inside a block
  1749  8.2.3816  compiler warning for posible loss of data on MS-Windows
 12767  8.2.3817  Vim9: Not using NL as command end does not work for :autocmd
 17363  8.2.3818  cannot filter or map characters in a string
  2500  8.2.3819  test fails because error message changed
  2527  8.2.3820  "vrc" does not replace composing characters
  1711  8.2.3821  ASAN test run fails
 19372  8.2.3822  leaking memory in map() and filter(), no string in Vim9
  1759  8.2.3823  test for visual replace is in wrong function
  3525  8.2.3824  no ASAN support for MSVC
  5050  8.2.3825  various comments could be improved
  3668  8.2.3826  Vim9: using "g:Func" as funcref doesn't work in :def function
 11525  8.2.3827  huntr badge does not really fit in the list
  4125  8.2.3828  when opening a terminal from a timer first typed char is lost
  3010  8.2.3829  no error when setting a func option to script-local function
 33090  8.2.3830  error messages are spread out
  2697  8.2.3831  opfunc test fails when missing feature changes function name
  2252  8.2.3832  test fails because of changed error message
  2554  8.2.3833  error from term_start() not caught by try/catch
  2234  8.2.3834  Test_out_cb often fails on Mac
  4120  8.2.3835  the inline-function example does not work
  2965  8.2.3836  Vim9: comment after expression not skipped to find NL
  1878  8.2.3837  QNX: crash when compiled with GUI but using terminal
 20921  8.2.3838  cannot use script-local function for setting *func options
  1886  8.2.3839  using \z() with \z1 not tested for syntax highlighting
  9424  8.2.3840  useless test for negative index in check functions
 11088  8.2.3841  Vim9: outdated TODO items, disabled tests that work
  3072  8.2.3842  Vim9: can change locked list and list items
  4189  8.2.3843  dep3patch files are not recognized
  7304  8.2.3844  Vim9: no type error if assigning func(number) to func(string)
  3251  8.2.3845  Vim9: test fails when the channel feature is missing
  5083  8.2.3846  no error when using control character for 'lcs' or 'fcs'
  2347  8.2.3847  illegal memory access when using a lambda with an error
 20269  8.2.3848  cannot use reduce() for a string
 34884  8.2.3849  functions implementing reduce and map are too long
  2466  8.2.3850  illegal memory access when displaying a partial
 25027  8.2.3851  Vim9: overhead when comparing string, dict or function
  5223  8.2.3852  Vim9: not enough tests
  4254  8.2.3853  Vim9: not enough tests
430855  8.2.3854  Vim9: inconsistent arguments for test functions
  3933  8.2.3855  illegal memory access when displaying a blob
 59533  8.2.3856  Vim9: not enough tests
  6653  8.2.3857  Vim9: inconsistent error for using function()
  5012  8.2.3858  Vim9: not enough tests
  3905  8.2.3859  Vim9: some code lines not tested
435581  8.2.3860  Vim9: codecov struggles with the file size
  1774  8.2.3861  list of distributed files is outdated
  3080  8.2.3862  crash on exit with EXITFREE and using win_execute()
  9304  8.2.3863  various build flags accidentally enabled
  8383  8.2.3864  cannot disable requesting key codes from xterm
  8002  8.2.3865  Vim9: compiler complains about using "try" as a struct member
 21148  8.2.3866  Vim9: type checking global variables is inconsistent
 26685  8.2.3867  implementation of some list functions too complicated
  5105  8.2.3868  Vim9: function test fails
  9196  8.2.3869  Vim9: type checking for "any" is inconsistent
  3549  8.2.3870  MS-Windows: wrong dir when using right-click context menu
 62516  8.2.3871  list.c contains code for dict and blob
  5782  8.2.3872  Vim9: finddir() and uniq() return types can be more specific
  2208  8.2.3873  go.mod files are not recognized
 20237  8.2.3874  cannot highlight the number column for a sign
  1741  8.2.3875  gcc complains about buffer overrun
  3818  8.2.3876  'cindent' does not recognize inline namespace
  4242  8.2.3877  function does not abort after a type error in compare
  3027  8.2.3878  Vim9: debugger tries to read more lines than there are
  5441  8.2.3879  getreg() and getregtype() contain dead code
  2622  8.2.3880  Solution filter files are not recognized
  1717  8.2.3881  QNX: crash when compiled with GUI but using terminal
  2663  8.2.3882  more duplicated code in f_getreginfo()
  1458  8.2.3883  crash when switching to other regexp engine fails
  2221  8.2.3884  crash when clearing the argument list while using it
  2482  8.2.3885  arglist test fails
  2742  8.2.3886  can define autocmd for every event by using "au!"
  3081  8.2.3887  E1135 is used for two different errors
  8825  8.2.3888  the argument list may contain duplicates
  8565  8.2.3889  duplicate code for translating script-local function name
 21602  8.2.3890  Vim9: type check for using v: variables is basic
  3403  8.2.3891  github CI: workflows may overlap
  2929  8.2.3892  when modifyOtherKeys is used CTRL-C is not recognized
  9453  8.2.3893  Vim9: many local variables are initialized with an instruction
  4422  8.2.3894  Vim9: no proper type check for first argument of call()
  2498  8.2.3895  Vim9: confusing error when using function() with a number
  1758  8.2.3896  Vim9: no test for nested function not available later
 12739  8.2.3897  Vim9: second argument of map() and filter() not checked
  1828  8.2.3898  Vim9: not sufficient testing for variable initialization
  1840  8.2.3899  Vim9: test for map() on string fails
 15848  8.2.3900  it is not easy to use a script-local function for an option
  7256  8.2.3901  Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 script
 11364  8.2.3902  Vim9: double free with nested :def function
  2529  8.2.3903  "gM" does not count tabs as expected
  9163  8.2.3904  Vim9: skip expression type is not checked at compile time
  3524  8.2.3905  Dockerfile using prefix name not recognized
 24344  8.2.3906  Vim9 help still contains "under development" warnings
 14768  8.2.3907  error messages are spread out
  8028  8.2.3908  cannot use a script-local function for 'foldtext'
  3338  8.2.3909  Containerfile using prefix name not recognized
  2753  8.2.3910  when compare function of sort() fails it does not abort
  2189  8.2.3911  Vim9: type check for filter() does not accept unknown
 21615  8.2.3912  the ins_complete() function is much too long
162180  8.2.3913  help for expressions does not mention Vim9 syntax
 65120  8.2.3914  various spelling mistakes in comments
  2771  8.2.3915  illegal memory access when completing with invalid bytes
 10413  8.2.3916  no error for passing an invalid line number to append()
823192  8.2.3917  the eval.txt help file is way too big
  2640  8.2.3918  function list test fails
 11535  8.2.3919  Vim9: wrong argument for append() results in two errors
  3333  8.2.3920  restoring directory after using another window is inefficient
 18213  8.2.3921  the way xdiff is used is inefficient
 18191  8.2.3922  cannot build with dynamic Ruby 3.1
  2845  8.2.3923  Vim9: double free with split argument list in nested function
  7513  8.2.3924  Vim9: no error if something follows :enddef
 10477  8.2.3925  diff mode confused by NUL bytes
  2444  8.2.3926  build failure without the 'autochdir' option
  1561  8.2.3927  Vim9: double free when using lambda
  2045  8.2.3928  heredoc test fails
  1366  8.2.3929  using unititialized variable
  5002  8.2.3930  getcmdline() argument has a misleading type
  1366  8.2.3931  Coverity reports a memory leak
  3968  8.2.3932  C line comment not formatted properly
  3882  8.2.3933  after ":cd" fails ":cd -" is incorrect
  3057  8.2.3934  repeating line comment is undesired for "O" command
  3298  8.2.3935  CTRL-U in Insert mode does not fix the indent
  2701  8.2.3936  no proper test for maintaining change mark in diff mode
 32906  8.2.3937  Insert mode completion function is too long
  6557  8.2.3938  line comment start is also found in a string
  2583  8.2.3939  MS-Windows: fnamemodify('', ':p') does not work
  3530  8.2.3940  match highlight disappears when doing incsearch for ":s/pat"
  8650  8.2.3941  SIGTSTP is not handled
  1484  8.2.3942  Coverity reports a possible memory leak
  1711  8.2.3943  compiler warning from gcc for uninitialized variable
 54405  8.2.3944  insert mode completion functions are too long
  4232  8.2.3945  Vim9: partial variable argument types are wrong
  2179  8.2.3946  when an internal error makes Vim exit the error is not seen
  1784  8.2.3947  unnecessary check for NULL pointer
  2451  8.2.3948  Vim9: failure with partial with unknown argument count
  2849  8.2.3949  using freed memory with /\%V
  2358  8.2.3950  going beyond the end of the line with /\%V
  2292  8.2.3951  Vim9: memory leak when text after a nested function
  3572  8.2.3952  first line not redrawn when adding lines to an empty buffer
 59209  8.2.3953  insert completion code is too complicated
  4073  8.2.3954  Vim9: no error for shadowing if script var is declared later
 15000  8.2.3955  error messages are spread out
  1374  8.2.3956  duplicate assignment
 23475  8.2.3957  error messages are spread out
  1385  8.2.3958  build failure compiling xxd with "-std=c2x"
 21377  8.2.3959  error messages are spread out
 26297  8.2.3960  error messages are spread out
157333  8.2.3961  error messages are spread out
  1549  8.2.3962  build fails for missing error message
  3112  8.2.3963  build failure with tiny and small features
  4778  8.2.3964  some common lisp and scheme files not recognized
  3301  8.2.3965  Vim9: no easy way to check if Vim9 script is supported
  2045  8.2.3966  when using feedkeys() abbreviations may be blocked
119487  8.2.3967  error messages are spread out
  2354  8.2.3968  build failure
 10938  8.2.3969  value of MAXCOL not available in Vim script
 51600  8.2.3970  error messages are spread out
  1537  8.2.3971  build fails
 16994  8.2.3972  error messages are spread out
  1712  8.2.3973  tiny build fails
  2675  8.2.3974  Vim9: LISTAPPEND instruction does not check for a locked list
 18997  8.2.3975  error messages are spread out
  2182  8.2.3976  FEARG_LAST is never used
 23509  8.2.3977  error messages are spread out
  1943  8.2.3978  build error when using dynamycally loaded Python 3
  3979  8.2.3979  Vim9: the feature is not mentioned in the right places
  7671  8.2.3980  if 'operatorfunc' invokes an operator Visual mode is changed
  5702  8.2.3981  Vim9: debugging a for loop doesn't stop before it starts
  7859  8.2.3982  some lines of code not covered by tests
 31328  8.2.3983  error messages are spread out
  4689  8.2.3984  debugger test fails
 52749  8.2.3985  error messages are spread out
 34478  8.2.3986  error messages are spread out
 41304  8.2.3987  error messages are spread out
  1857  8.2.3988  tiny build fails
 11465  8.2.3989  some insert completion code is not tested
  1748  8.2.3990  testing wrong operator
 14814  8.2.3991  Vim9: error when extending dict<any>
  5195  8.2.3992  wrong local-additions in the help with language mix
  7095  8.2.3993  when recording a change in Select mode char appears twice
  7044  8.2.3994  Vim9: extend() complains about type when it was not declared
  3139  8.2.3995  not all sshconfig files are detected as such
107295  8.2.3996  Vim9: type checking lacks information about declared type
  7317  8.2.3997  Vim9: not enough testing for extend() and map()
  2012  8.2.3998  asan error for adding zero to NULL
  1444  8.2.3999  redundant check for NUL byte
  1498  8.2.4000  Coverity warns for checking for NULL pointer after using it
 62871  8.2.4001  insert complete code uses global variables
  4592  8.2.4002  first char typed in Select mode can be wrong
 37303  8.2.4003  error messages are spread out
  1692  8.2.4004  old compiler complains about struct init with variable
 40104  8.2.4005  error messages are spread out
  3612  8.2.4006  Vim9: crash when declaring variable on the command line
  3970  8.2.4007  session does not restore help buffer properly
 39471  8.2.4008  error messages are spread out
  2899  8.2.4009  reading one byte beyond the end of the line
 43654  8.2.4010  error messages are spread out
  3509  8.2.4011  test fails because of changed error number
 74670  8.2.4012  error messages are spread out
  1732  8.2.4013  build failure without the spell feature
  6605  8.2.4014  git and gitcommit file types not properly recognized
  1592  8.2.4015  build failure with tiny features
  2674  8.2.4016  Vim9: incorrect error for argument that is shadowing var
  1546  8.2.4017  gcc warns for misleading indent in Athena menu code
 25881  8.2.4018  ml_get error when win_execute redraws with Visual selection
 84094  8.2.4019  Vim9: import mechanism is too complicated
  1865  8.2.4020  debugger test fails
  2065  8.2.4021  missing part of the :import changes
  2673  8.2.4022  two error messages in the wrong file
  1464  8.2.4023  using uninitialized variable
  7716  8.2.4024  confusing error message if imported name is used directly
  5010  8.2.4025  error for import not ending in .vim does not work for .vimrc
  2435  8.2.4026  ml_get error with specific win_execute() command
  2900  8.2.4027  import test fails on MS-Windows
  3059  8.2.4028  ml_get error with :doautoall and Visual area
  9539  8.2.4029  debugging NFA regexp my crash, cached indent may be wrong
  5434  8.2.4030  a script local funcref is not found from a mapping
  2376  8.2.4031  crash in xterm with only two lines
  2645  8.2.4032  ATTRIBUTE_NORETURN is not needed
  1522  8.2.4033  running filetype tests leaves directory behind
  1626  8.2.4034  Coverity warns for possibly using a NULL pointer
  1756  8.2.4035  timer triggered at the debug prompt may cause trouble
 61715  8.2.4036  Vim9: script test file is getting too long
 14084  8.2.4037  Insert mode completion is insufficiently tested
 32031  8.2.4038  various code not used when features are disabled
  4337  8.2.4039  the xdiff library is linked in even when not used
 19049  8.2.4040  keeping track of allocated lines is too complicated
  1378  8.2.4041  using unitialized pointer
  1923  8.2.4042  Vim9: build error
 32565  8.2.4043  using int for second argument of ga_init2()
  6675  8.2.4044  Vim9: no error when importing the same script twice
 15109  8.2.4045  some global functions are only used in one file
  5088  8.2.4046  some error messages not in the right place
 78927  8.2.4047  depending on the build features error messages are unused
  3998  8.2.4048  gcc complains about use of "%p" in printf
  2021  8.2.4049  Vim9: reading before the start of the line with "$"
 37193  8.2.4050  Vim9: need to prefix every item in an autoload script
  2076  8.2.4051  compiler complains about possibly uninitialized variable
 11122  8.2.4052  not easy to resize a window from a plugin
 16742  8.2.4053  Vim9: autoload mechanism doesn't fully work yet
  1720  8.2.4054  Vim9 script test fails
  3728  8.2.4055  Vim9: line break in expression causes v:errmsg to be filled
  1576  8.2.4056  Vim9: memory leak when exporting function in autoload script
 14028  8.2.4057  Vim9: not fully implementing the autoload mechanism
  1841  8.2.4058  Vim9: import test failure in wrong line
  7290  8.2.4059  Vim9: an expression of a map cannot access script-local items
  2331  8.2.4060  win_execute() slow on systems where getcwd()/chdir() is slow
  6060  8.2.4061  codecov bash script is deprecated
  3058  8.2.4062  match highlighting of tab too short
  5501  8.2.4063  Vim9: exported function in autoload script not found
  4238  8.2.4064  foam files are not detected
  2373  8.2.4065  computation overflow with large count for :yank
  5488  8.2.4066  Vim9: imported autoload script loaded again
  3367  8.2.4067  Vim9: cannot call imported function with :call
  1901  8.2.4068  Vim9: import test fails
  3439  8.2.4069  Vim9: import test fails on MS-Windows
  2529  8.2.4070  using uninitialized memory when reading empty file
  5105  8.2.4071  Vim9: no detection of return in try/endtry
  5913  8.2.4072  Vim9: compiling function fails when autoload is not loaded
  2166  8.2.4073  Coverity warns for using NULL pointer
  2291  8.2.4074  going over the end of NameBuff
  1980  8.2.4075  test failures
  1741  8.2.4076  memory leak in autoload import
  2706  8.2.4077  not all Libsensors files are recognized
  8917  8.2.4078  terminal test for current directory not used on FreeBSD
  1858  8.2.4079  MS-Windows: "gvim --version" didn't work with VIMDLL
  4361  8.2.4080  not sufficient test coverage for xxd
 13570  8.2.4081  CodeQL reports problem in if_cscope causing it to fail
  2580  8.2.4082  check for autoload file name and prefix fails
  5159  8.2.4083  Vim9: no test for "vim9script autoload' using script variable
  1507  8.2.4084  memory leak when looking for autoload prefixed variable
  3364  8.2.4085  Vim9: no test for using import in legacy script
 21033  8.2.4086  "cctx" argument of find_func_even_dead() is unused
  6306  8.2.4087  cannot test items from an autoload script easily
  8759  8.2.4088  xxd cannot output everything in one line
  1437  8.2.4089  terminal test for current directory fails on FreeBSD
  5227  8.2.4090  after restoring a session buffer order can be quite different
  2940  8.2.4091  virtcol is recomputed for statusline unnecessarily
  1640  8.2.4092  MacOS CI: unnecessarily doing "Install packages"
  7312  8.2.4093  cached breakindent values not initialized properly
  2200  8.2.4094  'virtualedit' is window-local but using buffer-local enum
  2341  8.2.4095  sed script not recognized by the first line
  2989  8.2.4096  Linux CI: unnecessarily installing packages
  1863  8.2.4097  wrong number in error message on 32 bit system
  1604  8.2.4098  typing "interrupt" at debug prompt may keep exception around
 16380  8.2.4099  Vim9: cannot use Vim9 syntax in mapping
  2483  8.2.4100  early return when getting the 'formatlistpat' value
  1556  8.2.4101  warning for unused argument in tiny version
  5024  8.2.4102  Vim9: import cannot be used after method
  5117  8.2.4103  Vim9: variable declared in for loop not initialzed
  2003  8.2.4104  Vim9: lower casing the autoload prefix causes problems
  3727  8.2.4105  translation related comment in the wrong place
  1417  8.2.4106  going over the end of the w_lines array
  5512  8.2.4107  script context not restored after using <ScriptCmd>
  2421  8.2.4108  going over the end of the w_lines array
 39048  8.2.4109  MS-Windows: high dpi support is outdated
  2484  8.2.4110  Coverity warns for using NULL pointer
  1503  8.2.4111  potential proglem when map is deleted while executing
  1420  8.2.4112  function not deleted at end of test
  2878  8.2.4113  typo on DOCMD_RANGEOK results in not recognizing command
  7275  8.2.4114  Vim9: type checking for a funcref does not work for method
  7069  8.2.4115  cannot use a method with a complex expression
  6459  8.2.4116  Vim9: cannot use a method with a complex expression in :def
  2614  8.2.4117  Vim9: wrong white space error after using imported item
  2036  8.2.4118  using UNUSED for argument that is used
  1634  8.2.4119  build failure when disabling the channel feature
  4746  8.2.4120  block insert goes over the end of the line
  1834  8.2.4121  Visual test fails on MS-Windows
  2710  8.2.4122  ":command Cmd" does not show custom completion argument
  8364  8.2.4123  complete function cannot be import.Name
 20838  8.2.4124  Vim9: method in compiled function may not see script item
  1341  8.2.4125  completion tests fail
  1963  8.2.4126  crash on exit when built with dynamic Tcl
  1759  8.2.4127  build failure without the +eval feature
  2612  8.2.4128  crash when method cannot be found
 15638  8.2.4129  building with +sound but without +eval fails
  3907  8.2.4130  MS-Windows: MSVC build may have libraries duplicated
  4784  8.2.4131  Vim9: calling function in autoload import does not work
  3043  8.2.4132  Vim9: wrong error message when autoload script can't be found
  2559  8.2.4133  output of ":scriptnames" goes into the message history
  1940  8.2.4134  MS-Windows: test for import with absolute path fails
  3579  8.2.4135  Vim9: ":scriptnames" shows unloaded imported autoload script
 13612  8.2.4136  Vim9: the "autoload" argument of ":vim9script" is not useful
 10508  8.2.4137  Vim9: calling import with and without method is inconsistent
  2805  8.2.4138  Vim9: no error for return with argument when invalid
  5024  8.2.4139  using freed memory in expression abbreviation
  8053  8.2.4140  maparg() does not indicate the type of script
  1492  8.2.4141  Vim9 builtin functions test fails
  1926  8.2.4142  build failure with normal features without persistent undo
  7140  8.2.4143  MS-Windows: IME support for Win9x is obsolete
  9765  8.2.4144  cannot load libsodium dynamically
  8349  8.2.4145  confusing error when using name of import for a function
  2198  8.2.4146  Vim9: shadowed function can be used in compiled function
  3822  8.2.4147  E464 does not always include the offending command
  3360  8.2.4148  deleting any mapping may cause <ScriptCmd> to fail
  1954  8.2.4149  test override not restored, autocommand left behind
  1506  8.2.4150  Coverity warns for using pointer after free
  2743  8.2.4151  reading beyond the end of a line
  1557  8.2.4152  block insert with double wide character fails
 55571  8.2.4153  MS-Windows: Global IME is no longer supported
  2366  8.2.4154  ml_get error when exchanging windows in Visual mode
  1357  8.2.4155  translating strftime() argument results in check error
  3719  8.2.4156  fileinfo message overwrites echo'ed message
  3856  8.2.4157  terminal test fails because Windows sets the title
  2356  8.2.4158  MS-Windows: memory leak in :browse
 13903  8.2.4159  MS-Windows: _WndProc() is very long
  7609  8.2.4160  cannot change the register used for Select mode delete
  2671  8.2.4161  Vim9: warning for missing white space after imported variable
  7400  8.2.4162  Vim9: no error for redefining function with export
  2659  8.2.4163  no error for omitting function name after autoload prefix
  1667  8.2.4164  error in legacy code for function shadowing variable
 24710  8.2.4165  the nv_g_cmd() function is too long
  3076  8.2.4166  undo synced when switching buffer in another window
  2782  8.2.4167  Vim9: error message for old style import
  3107  8.2.4168  disallowing empty function name breaks existing plugins
  5895  8.2.4169  MS-Windows: unnessary casts and other minor things
  7782  8.2.4170  MS-Windows: still using old message API calls
  7232  8.2.4171  cannot invoke option function using autoload import
  6862  8.2.4172  filetype detection for BASIC is not optimal
  7651  8.2.4173  cannot use an import in 'foldexpr'
  3268  8.2.4174  Vim9: can use an autoload name in normal script
  8617  8.2.4175  MS-Windows: runtime check for multi-line balloon is obsolete
  3062  8.2.4176  Vim9: cannot use imported function with call()
  3430  8.2.4177  Vim9: autoload script not loaded after "vim9script noclear"
  1808  8.2.4178  Vim9: invalid error for return type of lambda when debugging
  8019  8.2.4179  'foldtext' is evaluated in the current script context
  7065  8.2.4180  'balloonexpr' is evaluated in the current script context
  4125  8.2.4181  Vim9: cannot use an import in 'diffexpr'
  1715  8.2.4182  memory leak when evaluating 'diffexpr'
  2895  8.2.4183  cannot use an import in 'formatexpr'
  2999  8.2.4184  cannot use an import in 'includeexpr'
  3225  8.2.4185  cannot use an import in 'indentexpr'
  3522  8.2.4186  cannot use an import in 'patchexpr'
  2432  8.2.4187  gnuplot file not recognized
  4077  8.2.4188  not all gitconfig files are recognized
 11092  8.2.4189  MS-Windows: code for "old look" is obsolete
  2392  8.2.4190  all conceal tests are skipped without the screendumps feature
  2252  8.2.4191  json5 files are not recognized
  2777  8.2.4192  cannot use an import in 'printexpr'
  4024  8.2.4193  cannot use an import in 'charconvert'
  3254  8.2.4194  MS-Windows: code for calculating font size is duplicated
  2052  8.2.4195  resizing terminal may cause to behave like CTRL-Z
 12907  8.2.4196  various file types not recognized
  3039  8.2.4197  cannot use an import in the "expr" part of 'spellsuggest'
 31109  8.2.4198  Vim9: the switch for executing instructions is too long
 17791  8.2.4199  MS-Windows: Support for MSVC 2003 is not useful
  2852  8.2.4200  some tests do not clean up properly
  2091  8.2.4201  when using the GUI CTRL-Z does not stop gvim
  9077  8.2.4202  Vim9: cannot export function that exists globally
  3714  8.2.4203  entering a character with CTRL-V may include modifiers
  2853  8.2.4204  screenpos() has non-zero row for invisible text
 26296  8.2.4205  the normal_cmd() function is too long
  4584  8.2.4206  condition with many "(" causes a crash
  1808  8.2.4207  recursion test fails with MSVC
  2789  8.2.4208  using setbufvar() may change the window title
  4149  8.2.4209  partial in 'opfunc' cannot use an imported function
  1512  8.2.4210  window title test fails in some configurations
  1761  8.2.4211  window title test still fails in some configurations
  1550  8.2.4212  window title test still fails in some configurations
 31824  8.2.4213  too much code for supporting old MSVC versions
  2179  8.2.4214  illegal memory access with large 'tabstop' in Ex mode
  1983  8.2.4215  illegal memory access when copying lines in Visual mode
 12777  8.2.4216  Vim9: cannot use a function from an autoload import directly
  2030  8.2.4217  illegal memory access when undo makes Visual area invalid
  2219  8.2.4218  illegal memory access with bracketed paste in Ex mode
  2128  8.2.4219  reading before the start of the line
 10811  8.2.4220  MS-Windows: some old compiler support remains
 58674  8.2.4221  some functions in normal.c are very long
  6030  8.2.4222  MS-Windows: clumsy way to suppress progress on CI
  2691  8.2.4223  long/int compiler warnings; function arguments swapped
  6660  8.2.4224  Vim9: no error when using a number for map() second argument
 10277  8.2.4225  Vim9: depth argument of :lockvar not parsed in :def function
  1472  8.2.4226  filter-map test fails
  2294  8.2.4227  Vim9: using "lockvar!" in :def function does not work
 11345  8.2.4228  no tests for clicking in the GUI tabline
  2666  8.2.4229  possible crash when invoking timer callback fails
  2838  8.2.4230  MS-Windows: set_guifontwide() is included but won't work
  9144  8.2.4231  Vim9: map() gives type error when type was not declared
  1702  8.2.4232  some compilers don't like a goto label without statement
  2278  8.2.4233  crash when recording and using Select mode
  3174  8.2.4234  test_garbagecollect_now() does not check v:testing
  1728  8.2.4235  invalid check for NULL pointer
  1219  8.2.4236  accessing freed memory
  2531  8.2.4237  record buffer wrong if character in Select mode was not typed
  3697  8.2.4238  *.tf file could be fileytpe "tf" or "terraform"
  1878  8.2.4239  build fails with unusual configuration
  2052  8.2.4240  error for using flatten() in Vim9 script is unclear
 40029  8.2.4241  some type casts are redundant
  5233  8.2.4242  put in Visual mode cannot be repeated
  5989  8.2.4243  Lua tests fail with Lua 5.4.4
  8390  8.2.4244  MS-Windows: warning from MSVC on debug build
  5296  8.2.4245  ":retab 0" may cause illegal memory access
  3496  8.2.4246  one error message not in errors.h
  4153  8.2.4247  stack corruption when looking for spell suggestions
  3477  8.2.4248  no proper test for moving the window separator
  5391  8.2.4249  the timeout limit for spell suggestions is always 5000
  5124  8.2.4250  channel out callback test is flaky on Mac
  2315  8.2.4251  vala files are not recognized
 24504  8.2.4252  generating the normal command table at runtime is inefficient
  3402  8.2.4253  using freed memory when substitute with function call
  2676  8.2.4254  using short instead of int
 13626  8.2.4255  theoretical computation overflow
  4383  8.2.4256  MS-Windows: compiler warnings when compiled with /W4
1006854 8.2.4257  Vim9: finding global function without g: prefix inconsistent
  2271  8.2.4258  Coverity warns for array overrun
 46621  8.2.4259  number of test functions for GUI events is growing
 31265  8.2.4260  Vim9: can still use a global function without g:
  2676  8.2.4261  accessing invalid memory in a regular expression
  1714  8.2.4262  some search tests fail
 12994  8.2.4263  no test for the GUI find/replace dialog
 11194  8.2.4264  Vim9: can use old style autoload function name
  3322  8.2.4265  autoload tests fails
  1485  8.2.4266  compiler warning for uninitialized variable
  2531  8.2.4267  unused entry in keymap enum
  3390  8.2.4268  CI log output is long
  1757  8.2.4269  Coverity warns for using a NULL pointer
 43239  8.2.4270  generating nv_cmdidxs.h requires building Vim twice
  2846  8.2.4271  MS-Windows: cannot build with Ruby 3.1.0
  2186  8.2.4272  Vim9 expr test fails without the channel feature
112433  8.2.4273  the EBCDIC support is outdated
  4403  8.2.4274  Basic and form filetype detection is incomplete
  2501  8.2.4275  cannot use an autoload function from a package under start
 14964  8.2.4276  separate test function for the GUI scrollbar
  3580  8.2.4277  Vim9: an import does not shadow a command modifier
  2116  8.2.4278  build with Athena GUI fails
 24714  8.2.4279  Vim9: cannot change item type with map() after range()
  1971  8.2.4280  list-dict test crashes
  3868  8.2.4281  using freed memory with :lopen and :bwipe
  3205  8.2.4282  restricted mode requires the -Z command line option
  4328  8.2.4283  using a variable for the return value is not needed
269515  8.2.4284  old mac resources files are no longer used
  4966  8.2.4285  Vim9: type of item in for loop not checked properly
 20342  8.2.4286  Vim9: strict type checking after copy() and deepcopy()
  3724  8.2.4287  cannot assign empty list with type to variable with list type
 11548  8.2.4288  preprocessor indents are inconsistent
  7194  8.2.4289  warnings reported by MSVC
  9604  8.2.4290  MS-Windows: using type casts for timer IDs
  2312  8.2.4291  error number used twice
  1685  8.2.4292  test fails
  2430  8.2.4293  Vim9: when copying a list it gets type list<any>
  7846  8.2.4294  MS-Windows: #ifdefs for Cygwin are too complicated
  2436  8.2.4295  Vim9: concatenating two lists may result in wrong type
  3344  8.2.4296  Vim9: not all code covered by tests
  3028  8.2.4297  Vim9: not all code covered by tests
  2237  8.2.4298  divide by zero with huge tabstop value
  1602  8.2.4299  SafeState autocommand interferes with debugging
  1429  8.2.4300  cannot build tiny version
  2296  8.2.4301  Vim9: type error for copy of dict
 15982  8.2.4302  Vim9: return type of getline() is too strict
  2487  8.2.4303  a few messages should not be translated
  3128  8.2.4304  Vim9: slice() makes a copy but doesn't change the type
 49537  8.2.4305  tex filetype detection fails
 23565  8.2.4306  no test for fixed perl filetype check
  2584  8.2.4307  a few more messages should not be translated
  2206  8.2.4308  Vim9: cannot list autoload function
  3522  8.2.4309  Vim9: crash when using a partial in the wrong context
  6346  8.2.4310  Vim9: constant list and dict get a declaration type
  2289  8.2.4311  Vim9: changing script variable type not caught compile time
  1981  8.2.4312  no error for using :vim9script in a :def function
  2164  8.2.4313  Vim9: cannot change type of list after making a slice
  2288  8.2.4314  test fails where lines are skipped
  3323  8.2.4315  put in Visual mode not fully tested
  3067  8.2.4316  __CYGWIN32__ is not defined on 64 bit systems
 11108  8.2.4317  MS-Windows: Vim exits when Python 3 initialisation fails
  4850  8.2.4318  various comment and indent mistakes, returning wrong zero
  2287  8.2.4319  :put does not work properly in compiled function
  3525  8.2.4320  Athena and Motif: when maximized scrollbar position is wrong
  2352  8.2.4321  Vim9: crash when using a funcref to a closure
  5730  8.2.4322  Vim9: crash when using funcref with closure
  3197  8.2.4323  Vim9: nested function name can start with "_"
  6857  8.2.4324  Vim9: script-local function name can start with "_"
 43467  8.2.4325  'wildmenu' only shows few matches
  2747  8.2.4326  "o" and "O" copying comment not sufficiently tested
  4258  8.2.4327  may end up with no current buffer
  3384  8.2.4328  command line complete matches cleard when typing character
 10052  8.2.4329  no support for end line number and column in 'errorformat'
  3246  8.2.4330  Vim9: no error if script imports itself
  2243  8.2.4331  Vim9: no test for existing script variable in block
 15051  8.2.4332  Vim9: incomplete test for existing script variable in block
  8557  8.2.4333  cstack not always passed to where it is needed
  3167  8.2.4334  command line popup menu not positioned correctly
  9222  8.2.4335  no autocommand event triggered before changing directory
  2319  8.2.4336  using :filter for :scriptnames does not work
  1691  8.2.4337  part of condition is always true
  5152  8.2.4338  an error from an expression mapping messes up the display
 44361  8.2.4339  CTRL-A does not work properly with the cmdline popup menu
  2759  8.2.4340  Amiga: mch_can_exe() is not implemented
  2598  8.2.4341  command line not redrawn when finishing popup menu
  2440  8.2.4342  CI will soon switch to other windows version
 12277  8.2.4343  when reloading not all properties are detected
  1332  8.2.4344  Amiga: header file included twice
  3869  8.2.4345  <amatch> is expanded like a file name for DirChangedPre
  3523  8.2.4346  a custom statusline may cause Esc to work like Enter
  2242  8.2.4347  in some build setups UNUSED is not defined
  5512  8.2.4348  "legacy exe cmd" does not do what one would expect
  1562  8.2.4349  FileChangedShell test fails on MS-Windows
  1740  8.2.4350  FEAT_GUI_ENABLED defined but never used
  6474  8.2.4351  no coverage is measured on MS-Windows CI
  2123  8.2.4352  ReScript files are not recognized
  2549  8.2.4353  CI does not use the latest Lua and Python
 10740  8.2.4354  dynamic loading of libsodium not handled properly
  2200  8.2.4355  unnecessary call to check_colorcolumn()
 43552  8.2.4356  command line completion functions are very long
  2718  8.2.4357  sticky command modifiers are too sticky
  1920  8.2.4358  Vim9: line number of exception is not set
  2489  8.2.4359  crash when repeatedly using :retab
 25360  8.2.4360  Vim9: allowing use of "s:" leads to inconsistencies
  6471  8.2.4361  Vim9: some tests fail
  2481  8.2.4362  :retab may allocate too much memory
  1856  8.2.4363  MS-Windows: running out of memory for a very long line
  1654  8.2.4364  MS-Windows: still running out of memory for a very long line
  3161  8.2.4365  sticky command modifiers are too sticky
  4626  8.2.4366  not enough tests for command line completion
 24020  8.2.4367  calling in_vim9script() multiple times
  4298  8.2.4368  Amiga: a few compiler warnings
  2121  8.2.4369  redundant #ifdef argument
  1513  8.2.4370  MS-Windows: libsodium.dll not included with the installer
  2987  8.2.4371  Vim9: can create a script variable from a legacy function
 26680  8.2.4372  filetype detection from file contents is in legacy script
  3504  8.2.4373  expression test fails
  2188  8.2.4374  unreachable code
 15435  8.2.4375  ctx_imports is not used
  9114  8.2.4376  not enough tests for command line completion
  9512  8.2.4377  CI steps for Windows are a bit unorganized
  5748  8.2.4378  incsearch HL broken when calling searchcount in 'tabLine'
  4288  8.2.4379  an empty change is reported to a listener
  2162  8.2.4380  small differences between Chinese translation files
  1307  8.2.4381  translation file listed twice
  3933  8.2.4382  a custom 'tabline' may cause Esc to work like Enter
  4345  8.2.4383  Vim9: unused code lines
  6166  8.2.4384  Vim9: error message not tested, some code not tested
  1563  8.2.4385  cannot build tiny version
  1584  8.2.4386  still cannot build tiny version
 12093  8.2.4387  command line completion doesn't always work properly
  3031  8.2.4388  dead code in op_insert()
  5300  8.2.4389  screenpos() does not handle a position in a closed fold
  8295  8.2.4390  Vim9: list from declaration with inferred type not set
  2388  8.2.4391  command line executed when typing Esc in the GUI
  1824  8.2.4392  MS-Windows with VIMDLL: Escaping CSI is wrong
  1963  8.2.4393  possible number overflow with nested folds
  1812  8.2.4394  UTF8 select mode test fails on MS-Windows
  5954  8.2.4395  some code lines not covered by tests
  1616  8.2.4396  Python3 test fails
  2175  8.2.4397  crash when using many composing characters in error message
 33025  8.2.4398  some command completion functions are too long
  1528  8.2.4399  crash after ml_get error
  2648  8.2.4400  MS-Windows: cannot use the mouse in the console with VIMDLL
  3008  8.2.4401  map listing does not clear the rest of the command line
 26109  8.2.4402  missing parenthesis may cause unexpected problems
  2973  8.2.4403  ml_get error with nested folds and deleting lines
  5854  8.2.4404  Vim9: some code not covered by tests
  1720  8.2.4405  compiler warning for unused variable without +folding
 42532  8.2.4406  expand functions use confusing argument names
 10688  8.2.4407  Vim9: some code not covered by tests
  6630  8.2.4408  Vim9: some code not covered by tests
  4188  8.2.4409  Vim9: some code not covered by tests
  6614  8.2.4410  Vim9: some code not covered by tests
  3237  8.2.4411  bicep files are not recognized
  1558  8.2.4412  translation cleanup script does not remove empty lines at end
  1651  8.2.4413  Vim9: Coverity warns for using NULL pointer
  2189  8.2.4414  solidity files are not recognized
  3778  8.2.4415  function argument name conflicts with C++ keyword
  5532  8.2.4416  Vim9: using a script-local function requires using "s:"
  1682  8.2.4417  using NULL pointer
  3144  8.2.4418  crash when using special multi-byte character
  3696  8.2.4419  illegal memory access when using 20 highlights
197229  8.2.4420  menu translations are inconsistent
  5212  8.2.4421  some installed files and directories have wrong permissions
  1616  8.2.4422  autochdir test fails on MS-Windows
  3149  8.2.4423  "make nvcmdidxs" fails
  2535  8.2.4424  ".gts" and ".gjs" files are not recognized
 10855  8.2.4425  map() function does not check function arguments
  7453  8.2.4426  map() function on string and blob does not check types
  2145  8.2.4427  getchar() may return modifiers if no character is available
  7424  8.2.4428  crash when switching tabpage while in the cmdline window
  6717  8.2.4429  using script-local function from the wrong script
  1790  8.2.4430  GTK: crash when using 'guiligatures' and reading from stdin
 12231  8.2.4431  unnecessary condition when assigning to a variable
  1671  8.2.4432  cannot use settabvar() while the cmdline window is open
  1804  8.2.4433  CI: cannot see interface versions for MS-Windows
  1348  8.2.4434  duplicate check for cmdline window
  1397  8.2.4435  dead code in checking map() arguments
  1978  8.2.4436  crash with weird 'vartabstop' value
  1697  8.2.4437  vartabs test fails on MS-Windows
  2203  8.2.4438  crash on exit when using cmdline window
  2810  8.2.4439  accepting "iso8859" 'encoding' as "iso-8859-"
  2503  8.2.4440  crash with specific regexp pattern and string
 12438  8.2.4441  Vim9: function argument of filter() not checked like map()
  1404  8.2.4442  test for error reading input fails on MS-Windows
  1521  8.2.4443  regexp pattern test fails on Mac
  2022  8.2.4444  beep caused by test
  1352  8.2.4445  exit test fails on MS-Windows anyway
  3667  8.2.4446  Vim9: cannot refer to a global function like a local one
  8264  8.2.4447  Vim9: can still use s:var in a compiled function
  4021  8.2.4448  filetype detection is failing
  6401  8.2.4449  Vim9: function argument of sort() not checked at compile time
  3468  8.2.4450  list sort test fails
  3903  8.2.4451  sort() fails when ignoring case
  1744  8.2.4452  test for what 8.2.4436 fixes does not check for regression
  3964  8.2.4453  :helpgrep may free an option that was not allocated
  2308  8.2.4454  resetting cmdwin_type only for one situation
  9011  8.2.4455  accepting one and zero for second sort() argument is strange
  1823  8.2.4456  terminal test may fail on some machines
  9281  8.2.4457  the GPM library can only be linked statically
  3074  8.2.4458  Vim9: compiling filter() call fails with unknown arguments
  2226  8.2.4459  Vim9: compiling sort() call fails with unknown arguments
  5152  8.2.4460  Vim9: wrong error for defining dict function
  1490  8.2.4461  MS-Windows: garbage characters on stdout with VIMDLL
 13080  8.2.4462  not enough testing for quickfix code
 49472  8.2.4463  completion only uses strict matching
  3891  8.2.4464  Dtrace files are recognized as filetype D
  5160  8.2.4465  fuzzy completion does not order matches properly
  1681  8.2.4466  MS-Windows: illegal memory access in installer
  1389  8.2.4467  running filetype test leaves file behind
  1464  8.2.4468  Coverity warns for uninitialized struct member
  1466  8.2.4469  Coverity warns for uninitialized variable
  1790  8.2.4470  Coverity warns for uninitialized variable
  1484  8.2.4471  Coverity warns for uninitialized variable
  1584  8.2.4472  Coverity warns for use of a freed function name
  1514  8.2.4473  Coverity warnds for not checking return value of ftell()
 15183  8.2.4474  memory allocation failures not tested in quickfix code
  4213  8.2.4475  fuzzy cmdline completion does not work for lower case
  3808  8.2.4476  operator name spelled wrong
  2918  8.2.4477  crash when using fuzzy completion
  3247  8.2.4478  crash when using fuzzy completion
 13518  8.2.4479  no fuzzy completieon for maps and abbreviations
  1716  8.2.4480  suspending with CTRL-Z does not work on Android
  3197  8.2.4481  cmdline popup menu not removed when 'lazyredraw' is set
 35263  8.2.4482  no fuzzy cmdline completion for user defined completion
 17881  8.2.4483  command completion makes two rounds to collect matches
  6453  8.2.4484  Vim9: some error messages are not tested
  1578  8.2.4485  compiler warning for uninitialized variable
  2649  8.2.4486  MS-Windows GUI: slow scrolling with maximized window
 13926  8.2.4487  Vim9: cannot compare with v:null
  1774  8.2.4488  build error with +eval but without +channel or +job
  2486  8.2.4489  failing test for comparing v:null with number
  4199  8.2.4490  terminal focus reporting only works for xterm-like terminals
  3659  8.2.4491  MS-Windows makefile dependencies are outdated
  2597  8.2.4492  no error if an option is given a value with ":let &opt = val"
  1635  8.2.4493  options test fails in the GUI
 76631  8.2.4494  the find_tags() function is much too long
  1598  8.2.4495  help test fails in 24 line terminal
 11538  8.2.4496  Coverity gives warnings after tags code refactoring
  4007  8.2.4497  wrong color for half of wide character next to pum scrollbar
  4808  8.2.4498  using <Plug> with "noremap" does not work
  3590  8.2.4499  Vim9: at the script level declarations leak to next block
  7864  8.2.4500  Vim9: can declare a global variable on the command line
  3923  8.2.4501  with 'showbreak' set cursor displayed in wrong position
  2669  8.2.4502  in the GUI a modifier is not recognized after CTRL-X
  3501  8.2.4503  Vim9: there is no point in supporting :Print and :mode
  2842  8.2.4504  when there is a partially matching map full map may not work
  3946  8.2.4505  Vim9: outdated "autocmd nested" still works
  3511  8.2.4506  "pattern not found" for :global is not an error message
  1875  8.2.4507  test fails because of new error message
  4382  8.2.4508  Vim9: cannot assign to a global variable on the command line
  4386  8.2.4509  Vim9: can declare a variable with ":va"
 14332  8.2.4510  Vim9: shortening commands leads to confusing script
  1857  8.2.4511  filetype test fails
 51302  8.2.4512  the find_tags_in_file() function is much too long
  3797  8.2.4513  window-local directory is not applied if 'acd' fails
  8670  8.2.4514  Vim9: some flow commands can be shortened
  2504  8.2.4515  old subsitute syntax is still supported
  2080  8.2.4516  build failure without the +eval feature
  3458  8.2.4517  MS-Windows: cannot specify location of sodium library
 14914  8.2.4518  the binary tag search feature is always enabled
  2087  8.2.4519  Vim9: Can still use ":fini" and ":finis" for ":finish"
  6682  8.2.4520  using wrong highlight for cursor line number
  2739  8.2.4521  build failure without the +diff feature
  1560  8.2.4522  GUI test fails with Motif
  1951  8.2.4523  when gvim is started maximized the 'window' option isn't set
  6912  8.2.4524  MS-Windows: cannot build with some sodium libraries
  2153  8.2.4525  some GUI tests don't work on Athena
 22082  8.2.4526  Vim9: cannot set variables to a null value
 25454  8.2.4527  the Athena GUI is old and does not work well
  3092  8.2.4528  crash when using null_function for a partial
 10832  8.2.4529  Vim9: comparing partial with function fails
  3213  8.2.4530  making comparison with null work changes legacy behavior
  2136  8.2.4531  LGTM warnings for condition and buffer size
  1747  8.2.4532  suspending with CTRL-Z does not work on OpenBSD
  2308  8.2.4533  Vim9: no test that after assigning null type is still checked
  3622  8.2.4534  Vim9: "is" operator with empty string and null returns true
  2114  8.2.4535  filename modifer ":8" removes the filename
  1716  8.2.4536  debugger test fails when breaking on expression
  1491  8.2.4537  output from linter and language server shows up in git
 64981  8.2.4538  the find_tags_in_file() function is too long
 13138  8.2.4539  when comparing special v:none and v:null are handled the same
  2439  8.2.4540  line number for error is off by one
  2967  8.2.4541  Crash in debugger when a variable is not available
  4438  8.2.4542  Vim9: "break" inside try/catch not handled correctly
 12623  8.2.4543  Coverity warning for refactored tag search code
  4153  8.2.4544  Coverity warnings for not using returned value
 85961  8.2.4545  MS-Windows: the installed icon is low resolution
  1280  8.2.4546  duplicate #undef
 15376  8.2.4547  the neXTaw GUI is old and does not work well
  3121  8.2.4548  script-local function is deleted when used in a funcref
  2147  8.2.4549  cannot build with Motif and editres
  1431  8.2.4550  Motif: cannot set the color of the scrollbar thumb
  2713  8.2.4551  when mapping <Esc> terminal codes are not recognized
  2130  8.2.4552  in a :def function "put = expr" does not work
  2722  8.2.4553  linear tag search is a bit slow
  6114  8.2.4554  Vim9: using null values not sufficiently tested
  3050  8.2.4555  getmousepos() returns the wrong column
  3567  8.2.4556  test fails without the +job or +channel feature
  2694  8.2.4557  confusing comment about 'cursorlineopt'
  4630  8.2.4558  Motif: using default colors does not work as expected
  4210  8.2.4559  getmousepos() returns the screen column
  1853  8.2.4560  suspending with CTRL-Z does not work on DragonFlyBSD
  1651  8.2.4561  build failure with some combination of features
 23260  8.2.4562  linear tag search is not optimal
  2338  8.2.4563  "z=" in Visual mode may go beyond the end of the line
  4227  8.2.4564  running test leaves file behind
 19690  8.2.4565  no command line completion for :breakadd and :breakdel
  3152  8.2.4566  check for existing buffer in session file may not work
  6086  8.2.4567  bracketed paste doesn't work well in Visual linewise mode
  2815  8.2.4568  getmousepos() does not compute the column below the last line
  1667  8.2.4569  Coverity warning for not using a return value
  7599  8.2.4570  no command line completion for :profile and :profdel
  2416  8.2.4571  not all gdb files are recognized
  2718  8.2.4572  Vim9: return type "any" is changed to first returned type
  4326  8.2.4573  a nested function is compiled for debugging without context
  2214  8.2.4574  Vim9: test for profiling fails
 13010  8.2.4575  Vim9: test for profiling still fails
  5033  8.2.4576  Vim9: error for comparing with null can be annoying
  2112  8.2.4577  message test is flaky
  4449  8.2.4578  no warning when autoload script for completion has an error
 18516  8.2.4579  cannot use page-up and page-down in the cmdline popup menu
  2732  8.2.4580  Vim9: incorrect error for shadowing variable
  2092  8.2.4581  null types not fully tested
  5596  8.2.4582  useless code handling a type declaration
  1944  8.2.4583  screendump test fails
  3102  8.2.4584  error for using autoload function in custom completion
  5621  8.2.4585  cannot use keypad page-up/down for completion menu
  3032  8.2.4586  Vim9: no error for using lower case name for "func" argument
  2262  8.2.4587  Vim9: double free after unpacking a list
  3664  8.2.4588  mapping with key after other matching mapping does not work
  5322  8.2.4589  cannot index the g: dictionary
  6095  8.2.4590  Vim9: range type check has wrong offset
  6534  8.2.4591  cursor line not updated when a callback moves the cursor
  1636  8.2.4592  search continues after giving E1204
  1678  8.2.4593  unnecessary call to redraw_later()
 23264  8.2.4594  need to write script to a file to be able to source them
  2667  8.2.4595  X11: using --remote-wait may keep the CPU busy
  1945  8.2.4596  installing tutor binary may fail
  2371  8.2.4597  LuaV_debug() not covered by tests
  1510  8.2.4598  profile completion test sometimes fails
  1429  8.2.4599  GTK: get assertion errors when scrolling a split window
  7622  8.2.4600  Vim9: not enough test coverage for executing :def function
  2749  8.2.4601  Vim9: not enough test coverage for executing :def function
 12007  8.2.4602  Vim9: not enough test coverage for executing :def function
 30470  8.2.4603  sourcing buffer lines is too complicated
  1867  8.2.4604  error for redefining a script item may be confusing
  2458  8.2.4605  error for arguments when +clientserver feature not included
  2173  8.2.4606  test fails because of changed error message
 11069  8.2.4607  sourcing buffer lines may lead to errors for conflicts
  3583  8.2.4608  getcompletion() does not work when 'wildoptions' has "fuzzy"
  4883  8.2.4609  :unhide does not check for failing to close a window
  8995  8.2.4610  some conditions are always true
 17683  8.2.4611  typos in tests; one lua line not covered by test
  6720  8.2.4612  Vim9: cannot use a recursive call in a nested function
  1754  8.2.4613  return type of swapfile_unchanged() is wrong
  6081  8.2.4614  redrawing too much when 'cursorline' is set
  6073  8.2.4615  mapping with escaped bar does not work in :def function
  4367  8.2.4616  Vim9: Declarations in a {} block of a user command remain
 11608  8.2.4617  no completion for :scriptnames
  4723  8.2.4618  cmdline completion does not recognize single letter commands
  3817  8.2.4619  mapping is cancelled when mouse moves and popup is visible
  1664  8.2.4620  two letter substitute commands don't work
  4371  8.2.4621  crash when using the tabline right-click menu
  2904  8.2.4622  Vim9: crash with :execute and :finish
  1493  8.2.4623  Coverity warns for using uninitialized field
  1523  8.2.4624  old Coverity warning for resource leak
  2263  8.2.4625  old Coverity warning for resource leak
  3918  8.2.4626  Visual area not updated when removing sign in Visual mode
  5336  8.2.4627  flatten() does not use maxdepth correctly
  9683  8.2.4628  not enough testing for 2/3 letter substitute commands
  2239  8.2.4629  flattennew() makes a deep copy unnecessarily
  4465  8.2.4630  'cursorline' not always updated with 'culopt' is "screenline"
  4833  8.2.4631  crash when switching window in BufWipeout autocommand
  2052  8.2.4632  using freed memory in flatten()
  3520  8.2.4633  Visual range does not work before command modifiers
 21793  8.2.4634  Vim9: cannot initialize a variable to null_list
  2589  8.2.4635  tests using null list or dict fail
  2406  8.2.4636  not using Visual range
  1590  8.2.4637  warning for using uninitialized variable
  9531  8.2.4638  superfluous check if a redraw is needed for 'cursorline'
 24450  8.2.4639  not sufficient parenthesis in preprocessor macros
  2819  8.2.4640  some boolean options use "long" instead of "int"
  1906  8.2.4641  may mark the wrong window for redrawing
  9450  8.2.4642  Vim9: in :def function script var cannot be null
  1911  8.2.4643  Vim9: variable may be locked unintentionally
  3704  8.2.4644  redrawing too often when 'relativenumber' is set
  4286  8.2.4645  'shortmess' changed when session does not store options
  2538  8.2.4646  using buffer line after it has been freed
  1849  8.2.4647  "source" can read past end of copied line
 52794  8.2.4648  handling LSP messages is a bit slow
  7282  8.2.4649  various formatting problems
 38268  8.2.4650  "import autoload" only works with using 'runtimepath'
  1998  8.2.4651  test fails because path differs
  1791  8.2.4652  leaking memory if assignment fails
  6735  8.2.4653  "import autoload" does not check the file name
  1842  8.2.4654  missing changes for import check
 10318  8.2.4655  cmdline completion popup menu positioned wrong
  6651  8.2.4656  Vim9: can't use item from "import autoload" with autoload dir
 12878  8.2.4657  errors for functions are sometimes hard to read
  2505  8.2.4658  org-mode files are not recognized
  1580  8.2.4659  invalid memory access when using printable function name
  4324  8.2.4660  cursorcolumn is sometimes not correct
  1545  8.2.4661  Coverity warning for using uninitialized variable
  7965  8.2.4662  no error for using out of range list index
  4600  8.2.4663  occasional crash when running the GUI tests
  2539  8.2.4664  Elvish files are not recognized
 22281  8.2.4665  popup with "minwidth" and scrollbar not updated properly
 10948  8.2.4666  Vim9: assignment not recognized in skipped block
  6207  8.2.4667  expandcmd() fails on an error
  6314  8.2.4668  buffer allocation failures insufficiently tested
  5419  8.2.4669  in compiled code len('string') is not inlined
 13344  8.2.4670  memory allocation failures for new tab page not tested
  2736  8.2.4671  'wildignorecase' is sometimes not used for glob()
  2006  8.2.4672  using :normal with Ex mode may make :substitute hang
  3260  8.2.4673  redrawing a split window is slow when using CTRL-F and CTRL-B
 13478  8.2.4674  cannot force getting MouseMove events
  2541  8.2.4675  no error for missing expression after :elseif
  2943  8.2.4676  test fails with different error
237533  8.2.4677  the Athena GUI support is outdated
  6317  8.2.4678  Vim9: not all code is tested
  8717  8.2.4679  cannot have expandcmd() give an error message for mistakes
  2092  8.2.4680  build failure without +postscript
  1461  8.2.4681  build fails with a combination of features
  8950  8.2.4682  Vim9: can use :unlockvar for const variable
 28642  8.2.4683  verbose check with dict_find() to see if a key is present
 26702  8.2.4684  cannot open a channel on a Unix domain socket
 13706  8.2.4685  when a swap file is found for a popup there is no dialog
  4036  8.2.4686  configure doesn't find the Motif library with Cygwin
  2595  8.2.4687  "vimgrep /\%v/ *" may cause a crash
  4469  8.2.4688  new regexp engine does not give an error for "\%v"
  7117  8.2.4689  using <Cmd> in a mapping does not work for mouse keys
  3937  8.2.4690  channel tests fail on MS-Windows
  7637  8.2.4691  solution for <Cmd> in a mapping causes trouble
  5739  8.2.4692  no test for what 8.2.4691 fixes
  4290  8.2.4693  new regexp does not accept pattern "\%>0v"
 12783  8.2.4694  avoidance of #elif causes more preproc nesting
  5981  8.2.4695  JSON encoding could be faster
  2717  8.2.4696  delete() with "rf" argument does not report a failure
  3026  8.2.4697  Vim9: crash when adding a duplicate key to a dictionary
 15120  8.2.4698  Vim9: script variable has no flag that it was set
  1568  8.2.4699  hard to reproduce hang when reading from a channel
  2427  8.2.4700  buffer remains active if WinClosed event throws an exception
  4334  8.2.4701  Kuka Robot Language files not recognized
 13241  8.2.4702  C++ scope labels are hard-coded
  3018  8.2.4703  memory leak in handling 'cinscopedecls'
 14619  8.2.4704  using "else" after return or break increases indent
  6991  8.2.4705  jump list marker disappears
  2556  8.2.4706  buffer remains active with WinClosed and tabpages
  5665  8.2.4707  redrawing could be a bit more efficient
  3102  8.2.4708  PHP test files are not recognized
  1659  8.2.4709  after :redraw the statusline highlight might be used
  2134  8.2.4710  smart indenting does not work after completion
  2661  8.2.4711  when 'insermode' is set :edit from <Cmd> mapping misbehaves
 13673  8.2.4712  only get profiling information after exiting
 15859  8.2.4713  plugins cannot track text scrolling
  3720  8.2.4714  using g:filetype_dat and g:filetype_src not tested
  2512  8.2.4715  Vagrantfile not recognized
  5046  8.2.4716  memory allocation failure not tested when defining a function
  7974  8.2.4717  for TextYankPost v:event does not contain all information
  7336  8.2.4718  @@@ in the last line sometimes drawn in the wrong place
  6488  8.2.4719  ">" marker sometimes not displayed in the jumplist
 19764  8.2.4720  ABB Rapid files are not recognized properly
  2157  8.2.4721  cooklang files are not recognized
  2922  8.2.4722  ending recording with mapping records too much
 19131  8.2.4723  the ModeChanged autocmd event is inefficient
 13699  8.2.4724  current instance of last search pattern not easily spotted
  1362  8.2.4725  unused variable in tiny build
 10603  8.2.4726  cannot use expand() to get the script name
 15997  8.2.4727  unused code
  1954  8.2.4728  no test that v:event cannot be modified
  4015  8.2.4729  HEEx and Surface templates do not need a separate filetype
  1653  8.2.4730  MS-Windows GUI: cannot use CTRL-/
  6103  8.2.4731  the changelist index is not remembered per buffer
  3479  8.2.4732  duplicate code to free fuzzy matches
  4600  8.2.4733  HEEx and Surface do need a separate filetype
  4612  8.2.4734  getcharpos() may change a mark position
 25158  8.2.4735  quickfix tests can be a bit hard to read
  1571  8.2.4736  build problem for Cygwin with Motif
  2928  8.2.4737  // in JavaScript string recognized as comment
  4395  8.2.4738  Esc on commandline executes command instead of abandoning it
  7352  8.2.4739  accessing freed memory after WinScrolled autocmd event
  4545  8.2.4740  when expand() fails there is no error message
  6453  8.2.4741  startup test fails
  8240  8.2.4742  there is no way to start logging very early in startup
  2989  8.2.4743  clang 14 is available on CI
  5277  8.2.4744  a terminal window can't use the bell
  1889  8.2.4745  using wrong flag for using bell in the terminal
  8230  8.2.4746  supercollider filetype not recognized
  3580  8.2.4747  no filetype override for .sys files
  9803  8.2.4748  cannot use an imported function in a mapping
 16888  8.2.4749  <script> is not expanded in autocmd context
  7191  8.2.4750  small pieces of dead code
  6830  8.2.4751  mapping <SID>name.Func does not work for autoload script
  4553  8.2.4752  wrong 'statusline' value can cause illegal memory access
 49217  8.2.4753  error from setting an option is silently ignored
  6969  8.2.4754  using cached values after unsetting some environment variables
  2858  8.2.4755  cannot use <SID>FuncRef in completion spec
  1479  8.2.4756  build error without the +eval feature
  1375  8.2.4757  list of libraries to suppress lsan errors is outdated
 23780  8.2.4758  when using an LSP channel want to get the message ID
  9238  8.2.4759  CurSearch highlight does not work for multi-line match
  6961  8.2.4760  using matchfuzzy() on a long list can take a while
  9835  8.2.4761  documentation for using LSP messages is incomplete
  2609  8.2.4762  using freed memory using synstack() and synID() in WinEnter
  3730  8.2.4763  using invalid pointer with "V:" in Ex mode
  3645  8.2.4764  CI uses an older gcc version
  8760  8.2.4765  function matchfuzzy() sorts too many items
  3881  8.2.4766  KRL files using "deffct" not recognized
  2009  8.2.4767  openscad files are not recognized
  1685  8.2.4768  CI: codecov upload sometimes does not work
  1590  8.2.4769  build warning with UCRT
 15935  8.2.4770  cannot easily mix expression and heredoc
  1458  8.2.4771  Coverity warns for not checking return value
  2154  8.2.4772  old Coverity warning for not checking ftell() return value
  4767  8.2.4773  build failure without the +eval feature
  3236  8.2.4774  crash when using a number for lambda name
  2627  8.2.4775  SpellBad highlighting does not work in Konsole
  9582  8.2.4776  GTK: 'lines' and 'columns' may change during startup
  3312  8.2.4777  screendump tests fail because of a redraw
  5012  8.2.4778  pacman files use dosini filetype
  1700  8.2.4779  lsan suppression is too version specific
  8285  8.2.4780  parsing an LSP message fails when it is split
  2593  8.2.4781  Maxima files are not recognized
  2771  8.2.4782  accessing freed memory
  2728  8.2.4783  Coverity warns for leaking memory
  1798  8.2.4784  lamba test with timer is flaky
  5442  8.2.4785  Visual mode not stopped if win_gotoid() goes to other buffer
  2022  8.2.4786  test for win_gotoid() in Visual mode fails on Mac
  6010  8.2.4787  prop_find() does not find the right property
 10867  8.2.4788  large payload for LSP message not tested
  3545  8.2.4789  cursor pos wrong when using :redraw while editing the cmdline
  2406  8.2.4790  lilypond filetype not recognized
  4360  8.2.4791  events triggered in different order when reusing buffer
  4788  8.2.4792  indent operator creates an undo entry for every line
  4210  8.2.4793  recognizing Maxima filetype even though it might be another
  1472  8.2.4794  compiler warning for not initialized variable
 10161  8.2.4795  'cursorbind' scrolling depends on whether 'cursorline' is set
  1539  8.2.4796  file left behind after running cursorline tests
  2324  8.2.4797  getwininfo() may get oudated values
  2153  8.2.4798  t_8u option was reset even when set by the user
  2524  8.2.4799  popup does not use correct topline
  3482  8.2.4800  missing test update for adjusted t_8u behavior
  3526  8.2.4801  fix for cursorbind fix not fully tested
  2002  8.2.4802  test is not cleaned up
  3462  8.2.4803  WinScrolled not always triggered when scrolling with mouse
 15570  8.2.4804  expression in heredoc doesn't work for compiled function
  7799  8.2.4805  CurSearch used for all matches in current line
  1820  8.2.4806  a mapping using <LeftDrag> does not start Select mode
  8584  8.2.4807  processing key eveints in Win32 GUI is not ideal
  1932  8.2.4808  unused item in engine struct
 15384  8.2.4809  various things not properly tested
  1476  8.2.4810  missing changes in one file
  1506  8.2.4811  Win32 GUI: caps lock doesn't work
  3138  8.2.4812  unused struct item
  3325  8.2.4813  pasting text while indent folding may mess up folds
  2302  8.2.4814  possible to leave a popup window with win_gotoid()
  9467  8.2.4815  cannot build with older GTK version
  2707  8.2.4816  still using older codecov app in some places of CI
  7209  8.2.4817  Win32 GUI: modifiers are not always used
  1928  8.2.4818  no test for what 8.2.4806 fixes
  2523  8.2.4819  unmapping simplified keys also deletes other mapping
 11908  8.2.4820  not simple programmatic way to find a specific mapping
  2864  8.2.4821  crash when imported autoload script was deleted
  2249  8.2.4822  setting ufunc to NULL twice
 13709  8.2.4823  concat more than 2 strings in :def function is inefficient
  3225  8.2.4824  expression is evaluated multiple times
 34616  8.2.4825  can only get a list of mappings
  2100  8.2.4826  .cshtml files are not recognized
  3355  8.2.4827  typo in variable name
  2392  8.2.4828  fix for unmapping simplified key not fully tested
  2918  8.2.4829  a key may be simplified to NUL
  5375  8.2.4830  possible endless loop if there is unused typahead
  3315  8.2.4831  crash when using maparg() and unmapping simplified keys
  3501  8.2.4832  passing zero instead of NULL to a pointer argument
  4677  8.2.4833  failure of mapping not checked for
  8582  8.2.4834  Vim9: some lines not covered by tests
  4260  8.2.4835  Vim9: some lines not covered by tests
  6854  8.2.4836  Vim9: some lines not covered by tests
  6128  8.2.4837  modifiers not simplified when timed out
  5956  8.2.4838  checking for absolute path is not trivial
  1654  8.2.4839  compiler warning for unused argument
  2997  8.2.4840  heredoc expression evaluated even when skipping
  6694  8.2.4841  empty string considered an error for expand()
  2811  8.2.4842  expand("%:p") is not empty when there is no buffer name
  4442  8.2.4843  treating CTRL + ALT as AltGr is not backwards compatible
  1965  8.2.4844  <C-S-I> is simplified to <S-Tab>
  1840  8.2.4845  duplicate code
  3380  8.2.4846  termcodes test fails
  2658  8.2.4847  crash when using uninitialized function pointer
  3679  8.2.4848  local completion with mappings and simplification not working
  1971  8.2.4849  Gleam filetype not detected
  6873  8.2.4850  mksession mixes up "tabpages" and "curdir" arguments
  2122  8.2.4851  compiler warning for uninitialized variable
  3299  8.2.4852  ANSI color index to RGB value not correct
  1692  8.2.4853  CI with FreeBSD is a bit outdated
  1576  8.2.4854  array size does not match usage
  1840  8.2.4855  robot files are not recognized
  2523  8.2.4856  MinGW compiler complains about unknown escape sequence
  2823  8.2.4857  Yaml indent for multiline is wrong
 10208  8.2.4858  K_SPECIAL may be escaped twice
  1900  8.2.4859  wget2 files are not recognized
  4204  8.2.4860  MS-Windows: always uses current directory for executables
 23826  8.2.4861  it is not easy to restore saved mappings
  2030  8.2.4862  Vim9: test may fail when run with valgrind
  6191  8.2.4863  accessing freed memory in test without the +channel feature
  1591  8.2.4864  Vim9: script test fails
  2200  8.2.4865  :startinsert right after :stopinsert may not work
 10425  8.2.4866  duplicate code in "get" functions
  4298  8.2.4867  listing of mapping with K_SPECIAL is wrong
  3962  8.2.4868  when closing help window autocmds triggered for wrong window
  9465  8.2.4869  expression in command block does not look after NL
 10780  8.2.4870  Vim9: expression in :substitute is not compiled
  2375  8.2.4871  Vim9: in :def function no error for misplaced range
  2653  8.2.4872  Vim9: no error for using an expression only
  2970  8.2.4873  Vim9: using "else" differs from using "endif/if !cond"
  7449  8.2.4874  Win32 GUI: horizontal scroll wheel not handled properly
  7821  8.2.4875  MS-Windows: some .exe files are not recognized
  4369  8.2.4876  MS-Windows: Shift-BS results in strange char in powershell
  2149  8.2.4877  MS-Windows: Wrongly using Normal colors for termguicolors
  1364  8.2.4878  valgrind warning for using uninitialized variable
  4296  8.2.4879  screendump test may fail when using valgrind
  2000  8.2.4880  Vim9: misplaced elseif causes invalid memory access
 11005  8.2.4881  "P" in Visual mode still changes some registers
 10090  8.2.4882  cannot make 'breakindent' use a specific column
 30378  8.2.4883  string interpolation only works in heredoc
  1678  8.2.4884  test fails without the job/channel feature
  2489  8.2.4885  test fails with the job/channel feature
  2633  8.2.4886  Vim9: redir in skipped block seen as assignment
  1808  8.2.4887  channel log does not show invoking a timer callback
  2877  8.2.4888  line number of lambda ignores line continuation
  1826  8.2.4889  CI only tests with FreeBSD 12
 70973  8.2.4890  inconsistent capitalization in error messages
  2319  8.2.4891  Vim help presentation could be better
  9849  8.2.4892  test failures because of changed error messages
  5636  8.2.4893  distributed import files are not installed
  6306  8.2.4894  MS-Windows: not using italics
  2570  8.2.4895  buffer overflow with invalid command with composing chars
  2295  8.2.4896  expression in command block does not look after NL
  2474  8.2.4897  comment inside an expression in lambda ignores the rest
  2236  8.2.4898  Coverity complains about pointer usage
  2241  8.2.4899  with latin1 encoding CTRL-W might go before the cmdline
  2883  8.2.4900  Vim9 expression test fails without the job feature
  2177  8.2.4901  NULL pointer access when using invalid pattern
 16364  8.2.4902  mouse wheel scrolling is inconsistent
 11853  8.2.4903  cannot get the current cmdline completion type and position
  1513  8.2.4904  codecov includes MS-Windows install files
  1244  8.2.4905  codecov includes MS-Windows install header file
  4133  8.2.4906  MS-Windows: cannot use transparent background
  5837  8.2.4907  some users do not want a line comment always inserted
  2731  8.2.4908  no text formatting for // comment after a statement
 17609  8.2.4909  MODE_ enum entries names are too generic
  1797  8.2.4910  imperfect coding
157714  8.2.4911  the mode #defines are not clearly named
  4868  8.2.4912  using execute() to define a lambda doesn't work
  8594  8.2.4913  popup_hide() does not always have effect
  2568  8.2.4914  string interpolation in :def function may fail
  1768  8.2.4915  sometimes the cursor is in the wrong position
  3122  8.2.4916  mouse in Insert mode test fails
  5103  8.2.4917  fuzzy expansion of option names is not right
  3485  8.2.4918  conceal character from matchadd() displayed too many times
  3313  8.2.4919  can add invalid bytes with :spellgood
  1474  8.2.4920  MS-Windows GUI: unused variables
  1571  8.2.4921  spell test fails because of new illegal byte check
  1575  8.2.4922  mouse test fails on MS-Windows
  1500  8.2.4923  test checks for terminal feature unnecessarily
  6639  8.2.4924  maparg() may return a string that cannot be reused
  2273  8.2.4925  trailing backslash may cause reading past end of line
  2269  8.2.4926  #ifdef for crypt feature around too many lines
  2842  8.2.4927  return type of remove() incorrect when using three arguments
 56743  8.2.4928  various white space and cosmetic mistakes
  3267  8.2.4929  off-by-one error in in statusline item
 31522  8.2.4930  interpolated string expression requires escaping
  1479  8.2.4931  Crash with sequence of Perl commands
  7953  8.2.4932  not easy to filter the output of maplist()
  3742  8.2.4933  a few more capitalization mistakes in error messages
  5191  8.2.4934  string interpolation fails when not evaluating
  2528  8.2.4935  with 'foldmethod' "indent" some lines not included in fold
  3491  8.2.4936  MS-Windows: mouse coordinates for scroll event are wrong
  1631  8.2.4937  no test for what 8.2.4931 fixes
  2180  8.2.4938  crash when matching buffer with invalid pattern
  3742  8.2.4939  matchfuzzypos() with "matchseq" does not have all positions
  7317  8.2.4940  some code is never used
  3254  8.2.4941  '[ and '] marks may be wrong after undo
  2210  8.2.4942  error when setting 'filetype' in help file again
  2046  8.2.4943  changing 'switchbuf' may have no effect
  3236  8.2.4944  text properties are wrong after "cc"
 12332  8.2.4945  inconsistent use of white space
  5087  8.2.4946  Vim9: some code not covered by tests
  4236  8.2.4947  text properties not adjusted when accepting spell suggestion
  5252  8.2.4948  cannot use Perl heredoc in nested :def function
  3853  8.2.4949  Vim9: some code not covered by tests
  6732  8.2.4950  text properties position wrong after shifting text
  5117  8.2.4951  smart indenting done when not enabled
  2016  8.2.4952  GUI test will fail if color scheme changes
  2368  8.2.4953  with 'si' inserting '}' after completion goes wrong
  3735  8.2.4954  inserting line breaks text property spanning two lines
  4139  8.2.4955  text property in wrong position after auto-indent
  2621  8.2.4956  reading past end of line with "gf" in Visual block mode
  3018  8.2.4957  text properties in a wrong position after a block change
  3635  8.2.4958  a couple conditions are always true
  4546  8.2.4959  using NULL regexp program
  5137  8.2.4960  text properties that cross lines not updated for deleted line
  1838  8.2.4961  build error with a certain combination of features
  3098  8.2.4962  files show up in git status
  2793  8.2.4963  expanding path with "/**" may overrun end of buffer
  5123  8.2.4964  MS-Windows GUI: mouse event test is flaky
  6808  8.2.4965  GUI: testing mouse move event depends on screen cell size
  1628  8.2.4966  MS-Windows GUI: mouse event test gets extra event
  1703  8.2.4967  MS-Windows GUI: mouse event test sometimes fails
  1957  8.2.4968  reading past end of the line when C-indenting
  4351  8.2.4969  changing text in Visual mode may cause invalid memory access
  2536  8.2.4970  "eval 123" gives an error, "eval 'abc'" does not
  3385  8.2.4971  Vim9: interpolated string seen as range
  2264  8.2.4972  Vim9: compilation fails when using dict member when skipping
  9008  8.2.4973  Vim9: type error for list unpack mentions argument
  2483  8.2.4974  ":so" command may read after end of buffer
  2834  8.2.4975  recursive command line loop may cause a crash
  2423  8.2.4976  Coverity complains about not restoring a saved value
  2965  8.2.4977  memory access error when substitute expression changes window
  4255  8.2.4978  no error if engine selection atom is not at the start
  2131  8.2.4979  accessing freed memory when line is flushed
  3449  8.2.4980  when 'shortmess' contains 'A' loading session may still warn
 34666  8.2.4981  it is not possible to manipulate autocommands
 16643  8.2.4982  colors in terminal window are not 100% correct
  1448  8.2.4983  colors test fails in the GUI
  2768  8.2.4984  dragging statusline fails for window with winbar
  1656  8.2.4985  PVS warns for possible array underrun
  4881  8.2.4986  some github actions are outdated
  3415  8.2.4987  after deletion a small fold may be closable
  2604  8.2.4988  textprop in wrong position when replacing multi-byte chars
 11452  8.2.4989  cannot specify a function name for :defcompile
  1344  8.2.4990  memory leak when :defcompile fails
  1860  8.2.4991  no test for hwat patch 8.1.0535 fixes
  2764  8.2.4992  compiler warning for possibly uninitialized variable
 83075  8.2.4993  smart/C/lisp indenting is optional
 64949  8.2.4994  tests are using legacy functions
  1802  8.2.4995  still a compiler warning for possibly uninitialized variable
  2612  8.2.4996  setbufline() may change Visual selection
  3665  8.2.4997  Python: changing hidden buffer can cause display mess up
  2934  8.2.4998  Vim9: crash when using multiple funcref()
 30614  8.2.4999  filetype test table is not properly sorted
2656941 8.2.5000  no patch for documentation updates
  2437  8.2.5001  checking translations affects the search pattern history
  2482  8.2.5002  deletebufline() may change Visual selection
 67169  8.2.5003  cannot do bitwise shifts
  6338  8.2.5004  right shift on negative number does not work as documented
  3248  8.2.5005  compiler warning for uninitialized variable
  3168  8.2.5006  asan warns for undefined behavior
  5244  8.2.5007  spell suggestion may use uninitialized memory
  5067  8.2.5008  when 'formatoptions' contains "/" wrongly wrapping comment
  2589  8.2.5009  fold may not be closeable after appending
 60550  8.2.5010  the terminal debugger uses various global variables
  7824  8.2.5011  Replacing an autocommand requires several lines
  2935  8.2.5012  cannot select one character inside ()
  2104  8.2.5013  after text formatting cursor may be in an invalid position
  6973  8.2.5014  byte offsets are wrong when using text properties
  4714  8.2.5015  Hoon and Moonscript files are not recognized
  2246  8.2.5016  access before start of text with a put command
  1416  8.2.5017  gcc 12.1 warns for uninitialized variable
 12929  8.2.5018  Vim9: some code is not covered by tests
 13880  8.2.5019  cannot get the first screen column of a character
  3191  8.2.5020  using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen'
  5287  8.2.5021  build fails with normal features and +terminal
  2838  8.2.5022  'completefunc'/'omnifunc' error does not end completion 
  4441  8.2.5023  substitute overwrites allocated buffer
  2470  8.2.5024  using freed memory with "]d"
  4217  8.2.5025  Vim9: a few lines not covered by tests
 13559  8.2.5026  Vim9: a few lines not covered by tests
  2699  8.2.5027  error for missing :endif when an exception was thrown
  4026  8.2.5028  syntax regexp matching can be slow
 25453  8.2.5029  "textlock" is always zero
 16379  8.2.5030  autocmd_add() can only handle one event and pattern
  2198  8.2.5031  cannot easily run the benchmarks
  2503  8.2.5032  Python 3 test fails without the GUI
  2493  8.2.5033  build error with +eval but without +quickfix
  7771  8.2.5034  there is no way to get the byte index from a virtual column
  4072  8.2.5035  when splitting a window the changelist position moves
  4407  8.2.5036  using two counters for timeout check in NFA engine
  4971  8.2.5037  cursor position may be invalid after "0;" range
  9439  8.2.5038  a finished terminal in a popup window does not show scrollbar
  4652  8.2.5039  confusing error if first argument of popup_create() is wrong
  4319  8.2.5040  scrollbar thumb in scrolled popup not visible
  5442  8.2.5041  cannot close a terminal popup with "NONE" job
  4310  8.2.5042  scrollbar thumb in tall scrolled popup not visible
  6536  8.2.5043  can open a cmdline window from a substitute expression
  2925  8.2.5044  command line test fails
 10091  8.2.5045  can escape a terminal popup window when the job is finished
 16602  8.2.5046  vim_regsub() can overwrite the destination
  5646  8.2.5047  CurSearch highlight is often wrong
  2146  8.2.5048  when using XIM the gui test may fail
  6710  8.2.5049  insufficient tests for autocommands
  3792  8.2.5050  using freed memory when searching for pattern in path
  2264  8.2.5051  check for autocmd_add() event argument is confusing
  4098  8.2.5052  CI checkout step title is a bit cryptic
  3353  8.2.5053  cannot have a comment halfway an expression in a block
  6439  8.2.5054  no good filetype for conf files similar to dosini
  1508  8.2.5055  statusline is not updated when terminal title changes
 16416  8.2.5056  the channel log only contains some of the raw terminal output
 72118  8.2.5057  using gettimeofday() for timeout is very inefficient
  2160  8.2.5058  input() does not handle composing characters properly
 64852  8.2.5059  autoconf 2.71 produces many obsolete warnings
  2471  8.2.5060  running configure fails
 22776  8.2.5061  C89 requires signal handlers to return void
  2130  8.2.5062  Coverity warns for dead code
  2911  8.2.5063  error for a command may go over the end of IObuff
  2903  8.2.5064  no test for what 8.1.0052 fixes
  1646  8.2.5065  wrong return type for main() in tee.c
 18387  8.2.5066  can specify multispace listchars only for whole line
  1527  8.2.5067  timer_create is not available on every Mac system
  2015  8.2.5068  gcc 12.1 warning when building tee
  4543  8.2.5069  various warnings from clang on MS-Windows
  4353  8.2.5070  unnecessary code
  1759  8.2.5071  with some Mac OS version clockid_t is redefined
  3342  8.2.5072  using uninitialized value and freed memory in spell command
 27828  8.2.5073  clang on MS-Windows produces warnings
  1478  8.2.5074  spell test fails on MS-Windows
  1628  8.2.5075  clang gives an out of bounds warning
  3916  8.2.5076  unnecessary code
  6618  8.2.5077  various warnings from clang on MS-Windows
  3442  8.2.5078  substitute test has a one second delay
  2798  8.2.5079  DirChanged autocommand may use freed memory
  1416  8.2.5080  when indenting gets out of hand it is hard to stop
  1740  8.2.5081  autocmd test fails on MS-Windows
  2031  8.2.5082  retab test fails
  2069  8.2.5083  autocmd test still fails on MS-Windows
 20215  8.2.5084  when the GUI shows a dialog tests get stuck
  2373  8.2.5085  gcc gives warning for signed/unsigned difference
  3430  8.2.5086  CI runs on Windows 2019
  5162  8.2.5087  cannot build with clang on MS-Windows
  5225  8.2.5088  value of cmod_verbose is a bit complicated to use
  3921  8.2.5089  some functions return a different value on failure
  3335  8.2.5090  MS-Windows: vim.def is no longer used
  2166  8.2.5091  terminal test fails with some shell commands
  5193  8.2.5092  using "'<,'>" in Ex mode may compare unrelated pointers
  1994  8.2.5093  error message for unknown command may have the command twice
  2147  8.2.5094  MS-Windows GUI: empty command may cause a dialog
  2432  8.2.5095  terminal test still fails with some shell commands
  1897  8.2.5096  terminal test still fails with some shell commands
  1722  8.2.5097  using uninitialized memory when using 'listchars'
  5489  8.2.5098  spelldump test sometimes hangs
  2618  8.2.5099  some terminal tests are not retried
  1730  8.2.5100  memory usage tests are not retried
  2633  8.2.5101  MS-Windows with MinGW: $CC may be "cc" instead of "gcc"
  4573  8.2.5102  interrupt not caught in test
  2143  8.2.5103  build fails with small features
  1959  8.2.5104  test hangs on MS-Windows
  2491  8.2.5105  test still hangs on MS-Windows
 14002  8.2.5106  default cmdwin mappings are re-mappable
 18635  8.2.5107  some callers of rettv_list_alloc() check for not OK
  4118  8.2.5108  retab test disabled because it hangs on MS-Windows
  4116  8.2.5109  mode not updated after CTRL-O CTRL-C in Insert mode
  1810  8.2.5110  icon filetype not recognized from the first line
  2558  8.2.5111  no test for --gui-dialog-file
  1886  8.2.5112  gui test hangs on MS-Windows
  2786  8.2.5113  timer becomes invalid after fork/exec, :gui gives errors
  4886  8.2.5114  time limit on searchpair() does not work properly
 10904  8.2.5115  search timeout is overrun with some patterns
  3848  8.2.5116  "limit" option of matchfuzzy() not always respected
  2815  8.2.5117  crash when calling a Lua callback from a :def function
  8798  8.2.5118  MS-Windows: sending a message to another Vim may hang
  2329  8.2.5119  CI uses cache v2
  1644  8.2.5120  searching for quotes may go over the end of the line
  2296  8.2.5121  interrupt test sometimes fails
  1906  8.2.5122  lisp indenting my run over the end of the line
  2734  8.2.5123  using invalid index when looking for spell suggestions
  2487  8.2.5124  when syntax timeout test fails it does not show the time
  2733  8.2.5125  MS-Windows: warnings from MinGW compiler
  2452  8.2.5126  substitute may overrun destination buffer
  2987  8.2.5127  using assert_true() does not show value on failure
  3212  8.2.5128  syntax disabled when using synID() in searchpair() skip expr
  3047  8.2.5129  timeout handling is not optimal
  3276  8.2.5130  edit test for mode message fails when using valgrind
 14078  8.2.5131  timeout implementation is not optimal
  2765  8.2.5132  :mkview test doesn't test much
  1604  8.2.5133  MacOS: build fails
  3334  8.2.5134  function has confusing name
 12556  8.2.5135  running configure gives warnings for main() return type
  3504  8.2.5136  debugger test fails when run with valgrind
  2401  8.2.5137  cannot build without the +channel feature
  6145  8.2.5138  various small issues
  1514  8.2.5139  TIME_WITH_SYS_TIME is no longer supported by autoconf
  1767  8.2.5140  seachpair timeout test is flaky
  8036  8.2.5141  using "volatile int" in a signal handler might be wrong
  2828  8.2.5142  startup test fails if there is a status bar
  9762  8.2.5143  some tests fail when using valgrind
  1635  8.2.5144  with 'lazyredraw' set completion menu may be wrong
  2672  8.2.5145  exit test causes spurious valgrind reports
 10665  8.2.5146  memory leak when substitute expression nests
  1784  8.2.5147  flaky test always fails on retry
  2663  8.2.5148  invalid memory access when using expression on command line
  1780  8.2.5149  cannot build without the +eval feature
  2673  8.2.5150  read past the end of the first line with ":0;'{"
  2304  8.2.5151  reading beyond the end of the line with lisp indenting
  4181  8.2.5152  search() gets stuck with "c" and skip evaluates to true
  1574  8.2.5153  "make uninstall" does not remove colors/lists
  6854  8.2.5154  still mentioning version8, some cosmetic issues
  6896  8.2.5155  in diff mode windows may get out of sync
  1528  8.2.5156  search timeout test often fails with FreeBSD
  3517  8.2.5157  MS-Windows GUI: CTRL-key combinations do not always work
  4021  8.2.5158  TSTP and INT signal tests are not run with valgrind
  3611  8.2.5159  fix for CTRL-key combinations causes problems
  1454  8.2.5160  accessing invalid memory after changing terminal size
  1710  8.2.5161  might still access invalid memory
  1642  8.2.5162  reading before the start of the line with BS in Replace mode
  2549  8.2.5163  crash when deleting buffers in diff mode
  2799  8.2.5164  invalid memory access after diff buffer manipulations
  1418  8.2.5165  import test fails because 'diffexpr' isn't reset
  1689  8.2.5166  test for DiffUpdated fails
  3302  8.2.5167  get(Fn, 'name') on funcref returns special byte code
  1686  8.2.5168  cannot build with Python 3.11
  4395  8.2.5169  nested :source may use NULL pointer
  2985  8.2.5170  tiny issues
105199  8.2.5171  dependencies and proto files are outdated
  5171  8.2.5172  "make menu" still uses legacy script

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [TXT] 8.2.0001 13-Dec-2019 18:27 1.5K [   ] 8.2.0002 13-Dec-2019 19:37 2.4K [TXT] 8.2.0003 14-Dec-2019 16:19 16K [TXT] 8.2.0004 14-Dec-2019 16:19 16K [TXT] 8.2.0005 14-Dec-2019 17:26 4.0K [TXT] 8.2.0006 14-Dec-2019 17:56 1.8K [TXT] 8.2.0007 14-Dec-2019 19:27 4.6K [   ] 8.2.0008 14-Dec-2019 20:35 11K [   ] 8.2.0009 15-Dec-2019 12:55 3.9K [   ] 8.2.0010 15-Dec-2019 13:40 86K [TXT] 8.2.0011 15-Dec-2019 14:56 5.0K [   ] 8.2.0012 15-Dec-2019 18:10 3.3K [TXT] 8.2.0013 16-Dec-2019 17:11 17K [   ] 8.2.0014 16-Dec-2019 22:44 27K [   ] 8.2.0015 17-Dec-2019 20:36 4.6K [   ] 8.2.0016 17-Dec-2019 20:36 1.7K [   ] 8.2.0017 17-Dec-2019 21:28 48K [   ] 8.2.0018 17-Dec-2019 22:11 2.6K [   ] 8.2.0019 17-Dec-2019 22:41 2.9K [TXT] 8.2.0020 18-Dec-2019 19:37 15K [TXT] 8.2.0021 18-Dec-2019 20:11 3.4K [TXT] 8.2.0022 18-Dec-2019 21:34 2.0K [   ] 8.2.0023 18-Dec-2019 22:27 8.2K [   ] 8.2.0024 19-Dec-2019 16:03 2.1K [TXT] 8.2.0025 20-Dec-2019 19:23 1.7K [TXT] 8.2.0026 21-Dec-2019 18:26 285K [TXT] 8.2.0027 21-Dec-2019 18:48 21K [   ] 8.2.0028 21-Dec-2019 22:01 9.6K [   ] 8.2.0029 21-Dec-2019 22:23 3.2K [TXT] 8.2.0030 22-Dec-2019 15:38 3.9K [   ] 8.2.0031 22-Dec-2019 16:10 2.5K [   ] 8.2.0032 22-Dec-2019 18:30 2.8K [   ] 8.2.0033 22-Dec-2019 19:41 1.8K [   ] 8.2.0034 23-Dec-2019 18:20 1.8K [TXT] 8.2.0035 23-Dec-2019 23:00 18K [   ] 8.2.0036 24-Dec-2019 15:18 3.1K [TXT] 8.2.0037 24-Dec-2019 15:44 1.4K [   ] 8.2.0038 25-Dec-2019 13:38 7.6K [TXT] 8.2.0039 25-Dec-2019 13:56 2.6K [   ] 8.2.0040 25-Dec-2019 14:00 1.7K [TXT] 8.2.0041 25-Dec-2019 14:14 2.3K [   ] 8.2.0042 25-Dec-2019 15:13 1.9K [   ] 8.2.0043 25-Dec-2019 15:47 1.8K [TXT] 8.2.0044 25-Dec-2019 18:15 16K [   ] 8.2.0045 25-Dec-2019 19:34 5.2K [   ] 8.2.0046 27-Dec-2019 13:50 9.3K [TXT] 8.2.0047 27-Dec-2019 13:50 6.8K [   ] 8.2.0048 27-Dec-2019 17:16 1.8K [TXT] 8.2.0049 27-Dec-2019 17:21 6.5K [TXT] 8.2.0050 27-Dec-2019 17:34 3.7K [   ] 8.2.0051 28-Dec-2019 14:07 1.9K [   ] 8.2.0052 28-Dec-2019 17:11 5.8K [TXT] 8.2.0053 29-Dec-2019 13:44 2.4K [   ] 8.2.0054 29-Dec-2019 13:57 6.5K [TXT] 8.2.0055 29-Dec-2019 15:21 2.3K [   ] 8.2.0056 29-Dec-2019 23:05 61K [TXT] 8.2.0057 29-Dec-2019 23:54 2.6K [TXT] 8.2.0058 30-Dec-2019 00:09 1.8K [TXT] 8.2.0059 30-Dec-2019 10:59 1.7K [TXT] 8.2.0060 30-Dec-2019 17:58 2.3K [TXT] 8.2.0061 30-Dec-2019 19:21 1.9K [TXT] 8.2.0062 30-Dec-2019 20:00 1.6K [TXT] 8.2.0063 30-Dec-2019 20:43 1.7K [   ] 8.2.0064 30-Dec-2019 22:00 6.2K [TXT] 8.2.0065 30-Dec-2019 22:34 3.9K [TXT] 8.2.0066 31-Dec-2019 19:29 7.5K [TXT] 8.2.0067 31-Dec-2019 21:28 11K [   ] 8.2.0068 31-Dec-2019 22:00 2.1K [TXT] 8.2.0069 31-Dec-2019 22:37 15K [   ] 8.2.0070 01-Jan-2020 15:05 2.1K [TXT] 8.2.0071 01-Jan-2020 15:18 2.5K [TXT] 8.2.0072 01-Jan-2020 15:27 1.6K [TXT] 8.2.0073 01-Jan-2020 15:47 5.3K [TXT] 8.2.0074 01-Jan-2020 17:10 4.0K [TXT] 8.2.0075 01-Jan-2020 17:10 1.7K [   ] 8.2.0076 01-Jan-2020 17:45 1.7K [TXT] 8.2.0077 02-Jan-2020 14:02 6.4K [TXT] 8.2.0078 02-Jan-2020 14:32 2.7K [   ] 8.2.0079 02-Jan-2020 22:58 1.5K [TXT] 8.2.0080 02-Jan-2020 22:58 3.9K [TXT] 8.2.0081 03-Jan-2020 19:13 2.0K [   ] 8.2.0082 03-Jan-2020 21:00 2.4K [   ] 8.2.0083 03-Jan-2020 21:26 4.1K [   ] 8.2.0084 04-Jan-2020 14:34 19K [TXT] 8.2.0085 04-Jan-2020 16:14 3.8K [TXT] 8.2.0086 04-Jan-2020 19:01 2.7K [   ] 8.2.0087 05-Jan-2020 14:43 4.2K [TXT] 8.2.0088 05-Jan-2020 21:52 16K [   ] 8.2.0089 05-Jan-2020 22:07 1.9K [TXT] 8.2.0090 05-Jan-2020 22:11 1.6K [TXT] 8.2.0091 06-Jan-2020 19:59 1.8K [   ] 8.2.0092 06-Jan-2020 21:04 8.1K [TXT] 8.2.0093 06-Jan-2020 21:04 2.2K [TXT] 8.2.0094 06-Jan-2020 21:23 1.5K [TXT] 8.2.0095 06-Jan-2020 21:48 4.4K [   ] 8.2.0096 06-Jan-2020 23:09 13K [   ] 8.2.0097 07-Jan-2020 20:12 2.8K [   ] 8.2.0098 07-Jan-2020 21:00 9.2K [   ] 8.2.0099 07-Jan-2020 21:12 2.3K [TXT] 8.2.0100 07-Jan-2020 21:33 33K [   ] 8.2.0101 08-Jan-2020 18:57 2.3K [   ] 8.2.0102 08-Jan-2020 19:28 1.6K [   ] 8.2.0103 08-Jan-2020 19:32 3.8K [   ] 8.2.0104 08-Jan-2020 20:09 2.5K [TXT] 8.2.0105 08-Jan-2020 21:43 6.5K [   ] 8.2.0106 09-Jan-2020 16:32 8.6K [TXT] 8.2.0107 09-Jan-2020 16:32 1.6K [   ] 8.2.0108 09-Jan-2020 21:03 5.0K [TXT] 8.2.0109 09-Jan-2020 21:36 5.4K [   ] 8.2.0110 10-Jan-2020 19:57 16K [   ] 8.2.0111 11-Jan-2020 16:06 22K [TXT] 8.2.0112 12-Jan-2020 13:54 2.2K [   ] 8.2.0113 12-Jan-2020 15:47 3.8K [TXT] 8.2.0114 12-Jan-2020 17:43 9.7K [TXT] 8.2.0115 13-Jan-2020 20:41 5.0K [TXT] 8.2.0116 13-Jan-2020 20:55 4.6K [   ] 8.2.0117 14-Jan-2020 19:06 2.3K [   ] 8.2.0118 14-Jan-2020 20:43 5.4K [   ] 8.2.0119 14-Jan-2020 22:03 1.8K [TXT] 8.2.0120 15-Jan-2020 20:38 4.1K [TXT] 8.2.0121 15-Jan-2020 20:52 4.2K [TXT] 8.2.0122 16-Jan-2020 19:41 8.2K [TXT] 8.2.0123 17-Jan-2020 18:59 3.9K [   ] 8.2.0124 17-Jan-2020 19:12 1.9K [TXT] 8.2.0125 17-Jan-2020 19:33 6.3K [   ] 8.2.0126 17-Jan-2020 21:01 1.6K [   ] 8.2.0127 18-Jan-2020 15:07 3.1K [   ] 8.2.0128 18-Jan-2020 15:54 12K [TXT] 8.2.0129 18-Jan-2020 16:12 4.4K [   ] 8.2.0130 19-Jan-2020 13:58 2.9K [TXT] 8.2.0131 19-Jan-2020 20:18 4.0K [TXT] 8.2.0132 19-Jan-2020 20:18 3.1K [TXT] 8.2.0133 20-Jan-2020 20:34 2.4K [   ] 8.2.0134 20-Jan-2020 20:42 4.3K [TXT] 8.2.0135 20-Jan-2020 21:13 2.2K [TXT] 8.2.0136 20-Jan-2020 21:33 1.8K [TXT] 8.2.0137 20-Jan-2020 21:45 3.2K [TXT] 8.2.0138 20-Jan-2020 22:00 2.2K [TXT] 8.2.0139 20-Jan-2020 22:06 2.0K [TXT] 8.2.0140 21-Jan-2020 22:14 9.7K [   ] 8.2.0141 22-Jan-2020 22:11 2.6K [   ] 8.2.0142 23-Jan-2020 15:34 5.4K [   ] 8.2.0143 23-Jan-2020 15:49 1.7K [   ] 8.2.0144 23-Jan-2020 16:20 13K [   ] 8.2.0145 23-Jan-2020 16:52 2.7K [   ] 8.2.0146 23-Jan-2020 20:01 3.2K [   ] 8.2.0147 23-Jan-2020 20:58 4.7K [TXT] 8.2.0148 24-Jan-2020 20:22 7.9K [TXT] 8.2.0149 26-Jan-2020 15:57 534K [TXT] 8.2.0150 26-Jan-2020 16:50 2.9K [TXT] 8.2.0151 26-Jan-2020 17:39 5.8K [TXT] 8.2.0152 26-Jan-2020 18:36 2.3K [   ] 8.2.0153 26-Jan-2020 18:57 2.1K [TXT] 8.2.0154 26-Jan-2020 19:29 21K [TXT] 8.2.0155 26-Jan-2020 21:43 5.6K [TXT] 8.2.0156 26-Jan-2020 22:07 35K [TXT] 8.2.0157 26-Jan-2020 22:07 1.8K [TXT] 8.2.0158 26-Jan-2020 22:44 8.2K [TXT] 8.2.0159 27-Jan-2020 22:11 19K [   ] 8.2.0160 27-Jan-2020 22:38 1.9K [   ] 8.2.0161 27-Jan-2020 22:47 2.6K [TXT] 8.2.0162 27-Jan-2020 23:02 1.7K [   ] 8.2.0163 28-Jan-2020 20:49 2.7K [   ] 8.2.0164 28-Jan-2020 22:31 6.6K [   ] 8.2.0165 28-Jan-2020 22:31 1.5K [   ] 8.2.0166 28-Jan-2020 22:40 1.7K [TXT] 8.2.0167 28-Jan-2020 22:47 2.0K [   ] 8.2.0168 28-Jan-2020 22:53 1.9K [   ] 8.2.0169 28-Jan-2020 23:01 1.5K [TXT] 8.2.0170 28-Jan-2020 23:04 2.4K [TXT] 8.2.0171 28-Jan-2020 23:10 1.5K [TXT] 8.2.0172 28-Jan-2020 23:14 1.9K [TXT] 8.2.0173 29-Jan-2020 21:28 28K [TXT] 8.2.0174 29-Jan-2020 22:00 15K [TXT] 8.2.0175 29-Jan-2020 22:18 2.9K [TXT] 8.2.0176 29-Jan-2020 22:31 1.4K [TXT] 8.2.0177 29-Jan-2020 22:39 1.5K [TXT] 8.2.0178 30-Jan-2020 11:54 4.2K [   ] 8.2.0179 30-Jan-2020 15:01 17K [TXT] 8.2.0180 30-Jan-2020 16:10 1.7K [   ] 8.2.0181 30-Jan-2020 16:28 17K [TXT] 8.2.0182 30-Jan-2020 16:40 2.2K [TXT] 8.2.0183 30-Jan-2020 18:25 59K [TXT] 8.2.0184 30-Jan-2020 19:39 1.6K [TXT] 8.2.0185 31-Jan-2020 20:11 16K [   ] 8.2.0186 31-Jan-2020 21:14 2.3K [   ] 8.2.0187 31-Jan-2020 21:21 1.8K [TXT] 8.2.0188 31-Jan-2020 22:13 8.3K [   ] 8.2.0189 31-Jan-2020 22:42 2.0K [TXT] 8.2.0190 31-Jan-2020 22:59 2.5K [   ] 8.2.0191 01-Feb-2020 22:19 31K [TXT] 8.2.0192 01-Feb-2020 22:19 3.5K [   ] 8.2.0193 01-Feb-2020 22:40 1.9K [   ] 8.2.0194 01-Feb-2020 23:05 11K [TXT] 8.2.0195 02-Feb-2020 13:53 2.8K [TXT] 8.2.0196 02-Feb-2020 15:26 5.2K [   ] 8.2.0197 02-Feb-2020 15:33 10K [   ] 8.2.0198 02-Feb-2020 15:56 3.1K [   ] 8.2.0199 02-Feb-2020 17:23 5.7K [TXT] 8.2.0200 02-Feb-2020 22:25 26K [   ] 8.2.0201 03-Feb-2020 20:51 18K [TXT] 8.2.0202 03-Feb-2020 21:30 1.4K [   ] 8.2.0203 03-Feb-2020 21:40 11K [   ] 8.2.0204 03-Feb-2020 22:16 3.3K [TXT] 8.2.0205 03-Feb-2020 22:59 2.1K [   ] 8.2.0206 04-Feb-2020 21:25 4.1K [TXT] 8.2.0207 04-Feb-2020 21:55 4.6K [TXT] 8.2.0208 04-Feb-2020 22:23 6.8K [   ] 8.2.0209 04-Feb-2020 22:33 4.7K [TXT] 8.2.0210 04-Feb-2020 23:09 1.7K [   ] 8.2.0211 05-Feb-2020 20:12 2.7K [   ] 8.2.0212 05-Feb-2020 20:40 9.9K [TXT] 8.2.0213 05-Feb-2020 20:45 3.4K [   ] 8.2.0214 05-Feb-2020 21:14 4.5K [   ] 8.2.0215 05-Feb-2020 21:14 2.6K [   ] 8.2.0216 05-Feb-2020 22:10 5.2K [   ] 8.2.0217 05-Feb-2020 22:21 1.8K [   ] 8.2.0218 05-Feb-2020 22:56 6.5K [TXT] 8.2.0219 05-Feb-2020 23:02 2.1K [TXT] 8.2.0220 06-Feb-2020 11:55 2.0K [   ] 8.2.0221 06-Feb-2020 13:16 3.2K [TXT] 8.2.0222 06-Feb-2020 17:52 16K [   ] 8.2.0223 06-Feb-2020 19:26 19K [   ] 8.2.0224 06-Feb-2020 20:40 5.5K [   ] 8.2.0225 06-Feb-2020 21:27 4.7K [   ] 8.2.0226 06-Feb-2020 22:07 3.7K [   ] 8.2.0227 06-Feb-2020 22:41 3.8K [TXT] 8.2.0228 07-Feb-2020 20:51 2.8K [   ] 8.2.0229 07-Feb-2020 22:10 12K [   ] 8.2.0230 07-Feb-2020 22:21 1.8K [TXT] 8.2.0231 08-Feb-2020 14:23 1.9K [TXT] 8.2.0232 08-Feb-2020 16:01 2.6K [TXT] 8.2.0233 08-Feb-2020 16:41 13K [   ] 8.2.0234 08-Feb-2020 17:15 2.5K [TXT] 8.2.0235 08-Feb-2020 18:41 2.9K [TXT] 8.2.0236 10-Feb-2020 22:07 1.7K [TXT] 8.2.0237 10-Feb-2020 20:34 2.2K [   ] 8.2.0238 10-Feb-2020 21:33 2.7K [TXT] 8.2.0239 10-Feb-2020 22:07 3.0K [TXT] 8.2.0240 10-Feb-2020 22:45 3.8K [   ] 8.2.0241 10-Feb-2020 22:57 2.0K [   ] 8.2.0242 11-Feb-2020 21:45 2.1K [   ] 8.2.0243 11-Feb-2020 22:04 22K [TXT] 8.2.0244 11-Feb-2020 22:38 1.9K [TXT] 8.2.0245 11-Feb-2020 22:50 1.7K [TXT] 8.2.0246 11-Feb-2020 23:02 5.2K [TXT] 8.2.0247 12-Feb-2020 21:04 1.8K [TXT] 8.2.0248 12-Feb-2020 21:16 5.4K [TXT] 8.2.0249 12-Feb-2020 21:53 2.6K [TXT] 8.2.0250 12-Feb-2020 22:28 7.0K [   ] 8.2.0251 12-Feb-2020 22:28 4.0K [   ] 8.2.0252 13-Feb-2020 20:32 2.0K [   ] 8.2.0253 13-Feb-2020 21:30 3.4K [   ] 8.2.0254 13-Feb-2020 21:43 1.7K [TXT] 8.2.0255 13-Feb-2020 22:03 2.6K [   ] 8.2.0256 14-Feb-2020 13:23 67K [TXT] 8.2.0257 14-Feb-2020 14:33 8.3K [   ] 8.2.0258 14-Feb-2020 16:54 5.9K [TXT] 8.2.0259 15-Feb-2020 00:01 2.9K [TXT] 8.2.0260 15-Feb-2020 23:08 16K [   ] 8.2.0261 16-Feb-2020 13:35 11K [TXT] 8.2.0262 16-Feb-2020 15:05 1.6K [TXT] 8.2.0263 16-Feb-2020 15:05 3.1K [TXT] 8.2.0264 16-Feb-2020 15:10 1.8K [   ] 8.2.0265 16-Feb-2020 16:23 1.9K [TXT] 8.2.0266 16-Feb-2020 17:05 1.4K [   ] 8.2.0267 16-Feb-2020 19:44 2.1K [   ] 8.2.0268 17-Feb-2020 10:02 1.7K [TXT] 8.2.0269 17-Feb-2020 21:12 2.8K [   ] 8.2.0270 17-Feb-2020 21:34 24K [TXT] 8.2.0271 17-Feb-2020 22:13 14K [   ] 8.2.0272 17-Feb-2020 22:40 5.4K [TXT] 8.2.0273 17-Feb-2020 22:54 3.6K [TXT] 8.2.0274 18-Feb-2020 21:33 2.8K [   ] 8.2.0275 18-Feb-2020 21:55 7.9K [TXT] 8.2.0276 19-Feb-2020 12:42 3.4K [   ] 8.2.0277 19-Feb-2020 14:20 4.9K [   ] 8.2.0278 19-Feb-2020 14:32 1.9K [   ] 8.2.0279 19-Feb-2020 15:48 2.1K [   ] 8.2.0280 19-Feb-2020 17:06 2.1K [TXT] 8.2.0281 19-Feb-2020 17:13 4.7K [   ] 8.2.0282 19-Feb-2020 18:15 4.0K [   ] 8.2.0283 19-Feb-2020 20:23 3.6K [TXT] 8.2.0284 19-Feb-2020 21:13 1.5K [TXT] 8.2.0285 19-Feb-2020 22:32 6.6K [TXT] 8.2.0286 20-Feb-2020 20:13 7.2K [TXT] 8.2.0287 20-Feb-2020 20:41 2.9K [TXT] 8.2.0288 20-Feb-2020 22:15 8.0K [TXT] 8.2.0289 20-Feb-2020 22:18 1.4K [   ] 8.2.0290 20-Feb-2020 22:36 2.4K [   ] 8.2.0291 20-Feb-2020 22:55 7.8K [   ] 8.2.0292 20-Feb-2020 23:09 2.2K [   ] 8.2.0293 21-Feb-2020 17:55 14K [TXT] 8.2.0294 21-Feb-2020 18:43 13K [   ] 8.2.0295 21-Feb-2020 21:31 17K [TXT] 8.2.0296 22-Feb-2020 14:27 19K [TXT] 8.2.0297 22-Feb-2020 15:02 2.1K [   ] 8.2.0298 22-Feb-2020 18:37 5.5K [   ] 8.2.0299 22-Feb-2020 19:16 5.8K [   ] 8.2.0300 22-Feb-2020 20:34 1.7K [TXT] 8.2.0301 22-Feb-2020 21:22 8.0K [TXT] 8.2.0302 22-Feb-2020 22:46 3.0K [TXT] 8.2.0303 22-Feb-2020 23:09 1.4K [TXT] 8.2.0304 23-Feb-2020 13:30 1.8K [TXT] 8.2.0305 23-Feb-2020 13:38 3.3K [   ] 8.2.0306 23-Feb-2020 14:36 2.8K [   ] 8.2.0307 23-Feb-2020 15:11 2.9K [   ] 8.2.0308 23-Feb-2020 15:18 2.5K [   ] 8.2.0309 23-Feb-2020 15:30 5.8K [TXT] 8.2.0310 23-Feb-2020 16:17 2.8K [TXT] 8.2.0311 23-Feb-2020 18:44 2.5K [   ] 8.2.0312 23-Feb-2020 21:28 12K [   ] 8.2.0313 24-Feb-2020 21:39 5.4K [TXT] 8.2.0314 24-Feb-2020 21:39 1.8K [TXT] 8.2.0315 25-Feb-2020 21:34 2.9K [   ] 8.2.0316 25-Feb-2020 21:48 8.9K [TXT] 8.2.0317 25-Feb-2020 22:05 1.8K [   ] 8.2.0318 25-Feb-2020 22:59 4.4K [   ] 8.2.0319 26-Feb-2020 16:18 3.5K [   ] 8.2.0320 26-Feb-2020 16:18 217K [   ] 8.2.0321 26-Feb-2020 18:25 8.4K [   ] 8.2.0322 26-Feb-2020 20:16 5.6K [TXT] 8.2.0323 26-Feb-2020 21:25 8.3K [TXT] 8.2.0324 26-Feb-2020 22:06 8.6K [TXT] 8.2.0325 27-Feb-2020 21:33 11K [   ] 8.2.0326 27-Feb-2020 21:49 1.7K [TXT] 8.2.0327 28-Feb-2020 19:12 2.9K [TXT] 8.2.0328 28-Feb-2020 22:21 15K [TXT] 8.2.0329 28-Feb-2020 22:45 3.6K [TXT] 8.2.0330 28-Feb-2020 22:52 1.3K [   ] 8.2.0331 29-Feb-2020 13:44 3.1K [   ] 8.2.0332 29-Feb-2020 14:46 4.4K [TXT] 8.2.0333 29-Feb-2020 16:10 3.9K [TXT] 8.2.0334 29-Feb-2020 17:38 6.0K [TXT] 8.2.0335 29-Feb-2020 22:07 4.1K [   ] 8.2.0336 29-Feb-2020 23:25 12K [   ] 8.2.0337 01-Mar-2020 01:06 1.5K [TXT] 8.2.0338 01-Mar-2020 13:02 1.4K [TXT] 8.2.0339 01-Mar-2020 14:05 73K [TXT] 8.2.0340 01-Mar-2020 15:37 5.0K [TXT] 8.2.0341 01-Mar-2020 16:23 3.1K [   ] 8.2.0342 01-Mar-2020 16:53 5.6K [   ] 8.2.0343 01-Mar-2020 17:56 4.7K [TXT] 8.2.0344 01-Mar-2020 20:04 1.4K [TXT] 8.2.0345 01-Mar-2020 20:35 1.5K [   ] 8.2.0346 01-Mar-2020 23:33 7.7K [   ] 8.2.0347 02-Mar-2020 20:55 10K [   ] 8.2.0348 02-Mar-2020 22:54 11K [   ] 8.2.0349 03-Mar-2020 19:02 3.0K [TXT] 8.2.0350 03-Mar-2020 21:54 22K [TXT] 8.2.0351 03-Mar-2020 22:57 1.5K [TXT] 8.2.0352 03-Mar-2020 23:07 4.1K [TXT] 8.2.0353 04-Mar-2020 21:51 2.6K [TXT] 8.2.0354 04-Mar-2020 22:06 1.4K [   ] 8.2.0355 04-Mar-2020 23:22 4.3K [   ] 8.2.0356 04-Mar-2020 23:22 6.6K [TXT] 8.2.0357 05-Mar-2020 21:53 3.9K [   ] 8.2.0358 06-Mar-2020 20:36 8.8K [TXT] 8.2.0359 06-Mar-2020 21:44 2.2K [TXT] 8.2.0360 06-Mar-2020 22:28 1.9K [   ] 8.2.0361 07-Mar-2020 17:00 3.1K [   ] 8.2.0362 07-Mar-2020 17:26 2.1K [   ] 8.2.0363 08-Mar-2020 05:15 22K [   ] 8.2.0364 08-Mar-2020 18:44 2.5K [   ] 8.2.0365 09-Mar-2020 08:20 4.7K [   ] 8.2.0366 09-Mar-2020 12:15 7.2K [TXT] 8.2.0367 09-Mar-2020 16:44 2.1K [   ] 8.2.0368 09-Mar-2020 19:27 7.3K [   ] 8.2.0369 10-Mar-2020 07:50 34K [TXT] 8.2.0370 11-Mar-2020 13:03 2.4K [TXT] 8.2.0371 11-Mar-2020 14:21 6.6K [TXT] 8.2.0372 11-Mar-2020 19:17 4.4K [   ] 8.2.0373 11-Mar-2020 19:31 2.5K [   ] 8.2.0374 12-Mar-2020 19:17 1.5K [TXT] 8.2.0375 13-Mar-2020 14:38 3.3K [TXT] 8.2.0376 13-Mar-2020 14:56 1.4K [   ] 8.2.0377 13-Mar-2020 15:09 2.9K [TXT] 8.2.0378 13-Mar-2020 21:38 2.6K [TXT] 8.2.0379 14-Mar-2020 07:47 1.8K [   ] 8.2.0380 14-Mar-2020 15:28 5.6K [TXT] 8.2.0381 14-Mar-2020 17:23 2.7K [   ] 8.2.0382 15-Mar-2020 14:20 11K [   ] 8.2.0383 15-Mar-2020 14:55 1.6K [TXT] 8.2.0384 15-Mar-2020 15:10 3.6K [   ] 8.2.0385 15-Mar-2020 16:14 38K [   ] 8.2.0386 15-Mar-2020 16:53 1.7K [TXT] 8.2.0387 15-Mar-2020 18:16 2.3K [   ] 8.2.0388 15-Mar-2020 18:28 6.5K [   ] 8.2.0389 15-Mar-2020 19:18 1.6K [   ] 8.2.0390 15-Mar-2020 20:35 6.6K [TXT] 8.2.0391 16-Mar-2020 12:10 2.6K [TXT] 8.2.0392 16-Mar-2020 20:05 3.0K [   ] 8.2.0393 16-Mar-2020 20:08 2.2K [   ] 8.2.0394 16-Mar-2020 21:09 1.6K [   ] 8.2.0395 16-Mar-2020 21:09 1.8K [   ] 8.2.0396 16-Mar-2020 21:26 13K [TXT] 8.2.0397 16-Mar-2020 22:09 2.4K [   ] 8.2.0398 17-Mar-2020 20:58 4.9K [TXT] 8.2.0399 18-Mar-2020 15:24 4.7K [TXT] 8.2.0400 18-Mar-2020 19:19 4.1K [TXT] 8.2.0401 18-Mar-2020 19:33 17K [   ] 8.2.0402 18-Mar-2020 21:11 3.4K [TXT] 8.2.0403 19-Mar-2020 12:39 2.8K [   ] 8.2.0404 19-Mar-2020 13:09 2.0K [   ] 8.2.0405 19-Mar-2020 13:37 3.0K [   ] 8.2.0406 19-Mar-2020 13:55 2.2K [   ] 8.2.0407 19-Mar-2020 14:38 3.9K [TXT] 8.2.0408 19-Mar-2020 14:53 1.3K [TXT] 8.2.0409 19-Mar-2020 15:06 13K [   ] 8.2.0410 19-Mar-2020 16:23 2.0K [TXT] 8.2.0411 19-Mar-2020 16:29 1.8K [TXT] 8.2.0412 19-Mar-2020 17:14 2.8K [TXT] 8.2.0413 19-Mar-2020 18:52 21K [TXT] 8.2.0414 19-Mar-2020 19:45 5.4K [TXT] 8.2.0415 19-Mar-2020 20:32 3.1K [TXT] 8.2.0416 19-Mar-2020 20:34 1.6K [   ] 8.2.0417 20-Mar-2020 18:12 8.5K [   ] 8.2.0418 20-Mar-2020 18:21 20K [TXT] 8.2.0419 20-Mar-2020 18:40 18K [TXT] 8.2.0420 20-Mar-2020 19:38 3.0K [   ] 8.2.0421 20-Mar-2020 20:49 3.9K [   ] 8.2.0422 20-Mar-2020 21:16 2.5K [TXT] 8.2.0423 21-Mar-2020 15:20 5.4K [TXT] 8.2.0424 22-Mar-2020 13:45 2.4K [   ] 8.2.0425 22-Mar-2020 14:10 50K [   ] 8.2.0426 22-Mar-2020 14:42 5.5K [TXT] 8.2.0427 22-Mar-2020 16:18 37K [TXT] 8.2.0428 22-Mar-2020 19:26 2.8K [TXT] 8.2.0429 22-Mar-2020 20:14 1.5K [TXT] 8.2.0430 22-Mar-2020 21:24 5.1K [TXT] 8.2.0431 23-Mar-2020 19:18 1.9K [TXT] 8.2.0432 23-Mar-2020 19:29 6.0K [   ] 8.2.0433 23-Mar-2020 20:55 5.0K [TXT] 8.2.0434 23-Mar-2020 21:46 1.4K [   ] 8.2.0435 23-Mar-2020 22:02 2.0K [TXT] 8.2.0436 23-Mar-2020 22:13 13K [TXT] 8.2.0437 23-Mar-2020 22:17 6.5K [TXT] 8.2.0438 23-Mar-2020 22:47 2.6K [TXT] 8.2.0439 24-Mar-2020 10:24 5.0K [TXT] 8.2.0440 24-Mar-2020 10:33 3.3K [TXT] 8.2.0441 24-Mar-2020 12:13 2.8K [TXT] 8.2.0442 24-Mar-2020 20:36 2.7K [   ] 8.2.0443 24-Mar-2020 21:43 135K [TXT] 8.2.0444 24-Mar-2020 21:45 3.2K [   ] 8.2.0445 25-Mar-2020 20:17 2.3K [   ] 8.2.0446 25-Mar-2020 21:14 2.4K [TXT] 8.2.0447 25-Mar-2020 21:28 2.3K [   ] 8.2.0448 25-Mar-2020 22:24 24K [   ] 8.2.0449 26-Mar-2020 13:16 2.9K [   ] 8.2.0450 26-Mar-2020 14:12 11K [TXT] 8.2.0451 26-Mar-2020 15:40 1.6K [   ] 8.2.0452 26-Mar-2020 16:05 2.2K [   ] 8.2.0453 26-Mar-2020 16:28 3.2K [TXT] 8.2.0454 26-Mar-2020 16:51 6.3K [TXT] 8.2.0455 26-Mar-2020 20:34 19K [   ] 8.2.0456 26-Mar-2020 20:52 2.6K [TXT] 8.2.0457 26-Mar-2020 21:12 2.4K [TXT] 8.2.0458 26-Mar-2020 22:10 1.6K [   ] 8.2.0459 26-Mar-2020 22:17 47K [   ] 8.2.0460 26-Mar-2020 23:14 2.6K [   ] 8.2.0461 27-Mar-2020 19:41 1.5K [TXT] 8.2.0462 27-Mar-2020 20:25 3.3K [TXT] 8.2.0463 27-Mar-2020 20:53 2.5K [TXT] 8.2.0464 27-Mar-2020 21:00 5.5K [   ] 8.2.0465 28-Mar-2020 14:54 5.7K [TXT] 8.2.0466 28-Mar-2020 18:08 4.4K [   ] 8.2.0467 28-Mar-2020 19:42 8.0K [TXT] 8.2.0468 28-Mar-2020 20:45 7.0K [TXT] 8.2.0469 28-Mar-2020 21:38 4.3K [   ] 8.2.0470 28-Mar-2020 21:49 1.9K [TXT] 8.2.0471 28-Mar-2020 22:07 1.7K [TXT] 8.2.0472 28-Mar-2020 22:37 1.4K [TXT] 8.2.0473 29-Mar-2020 15:12 3.5K [   ] 8.2.0474 29-Mar-2020 16:07 3.3K [   ] 8.2.0475 29-Mar-2020 16:19 2.1K [   ] 8.2.0476 29-Mar-2020 17:52 2.3K [   ] 8.2.0477 29-Mar-2020 18:41 3.2K [TXT] 8.2.0478 29-Mar-2020 20:09 4.5K [   ] 8.2.0479 29-Mar-2020 20:52 4.5K [   ] 8.2.0480 29-Mar-2020 21:39 3.4K [   ] 8.2.0481 30-Mar-2020 19:14 6.9K [   ] 8.2.0482 30-Mar-2020 19:41 31K [TXT] 8.2.0483 30-Mar-2020 21:06 2.6K [   ] 8.2.0484 30-Mar-2020 21:23 2.8K [   ] 8.2.0485 30-Mar-2020 21:29 2.4K [   ] 8.2.0486 30-Mar-2020 22:52 7.8K [TXT] 8.2.0487 31-Mar-2020 23:14 9.3K [TXT] 8.2.0488 31-Mar-2020 23:33 5.2K [TXT] 8.2.0489 01-Apr-2020 16:35 6.1K [   ] 8.2.0490 01-Apr-2020 18:30 1.7K [TXT] 8.2.0491 01-Apr-2020 19:23 4.7K [TXT] 8.2.0492 01-Apr-2020 21:19 8.7K [TXT] 8.2.0493 01-Apr-2020 22:11 10K [TXT] 8.2.0494 01-Apr-2020 22:37 1.6K [TXT] 8.2.0495 01-Apr-2020 23:06 4.7K [   ] 8.2.0496 02-Apr-2020 13:51 3.3K [TXT] 8.2.0497 02-Apr-2020 15:18 2.5K [TXT] 8.2.0498 02-Apr-2020 16:01 1.7K [TXT] 8.2.0499 02-Apr-2020 18:35 9.0K [TXT] 8.2.0500 02-Apr-2020 18:52 65K [   ] 8.2.0501 02-Apr-2020 19:12 1.9K [   ] 8.2.0502 02-Apr-2020 21:14 19K [TXT] 8.2.0503 02-Apr-2020 22:34 7.8K [TXT] 8.2.0504 02-Apr-2020 22:58 2.3K [   ] 8.2.0505 03-Apr-2020 12:57 3.6K [TXT] 8.2.0506 03-Apr-2020 18:14 1.6K [TXT] 8.2.0507 03-Apr-2020 18:44 2.7K [   ] 8.2.0508 03-Apr-2020 22:00 30K [   ] 8.2.0509 04-Apr-2020 14:01 24K [   ] 8.2.0510 04-Apr-2020 14:51 2.4K [   ] 8.2.0511 05-Apr-2020 15:37 16K [TXT] 8.2.0512 05-Apr-2020 17:09 58K [TXT] 8.2.0513 05-Apr-2020 21:39 2.9K [TXT] 8.2.0514 05-Apr-2020 18:57 7.7K [   ] 8.2.0515 05-Apr-2020 19:09 3.2K [   ] 8.2.0516 05-Apr-2020 20:21 61K [   ] 8.2.0517 05-Apr-2020 21:39 20K [   ] 8.2.0518 05-Apr-2020 21:42 2.1K [TXT] 8.2.0519 05-Apr-2020 22:16 3.5K [   ] 8.2.0520 05-Apr-2020 23:05 1.6K [TXT] 8.2.0521 06-Apr-2020 21:13 3.3K [   ] 8.2.0522 06-Apr-2020 21:35 19K [   ] 8.2.0523 06-Apr-2020 22:13 24K [TXT] 8.2.0524 06-Apr-2020 22:57 4.1K [TXT] 8.2.0525 06-Apr-2020 23:50 2.2K [   ] 8.2.0526 09-Apr-2020 12:55 1.9K [   ] 8.2.0527 07-Apr-2020 20:54 11K [TXT] 8.2.0528 07-Apr-2020 22:05 4.8K [   ] 8.2.0529 07-Apr-2020 22:45 4.0K [TXT] 8.2.0530 08-Apr-2020 11:32 2.1K [   ] 8.2.0531 08-Apr-2020 19:49 18K [TXT] 8.2.0532 08-Apr-2020 20:04 3.7K [TXT] 8.2.0533 08-Apr-2020 21:51 79K [   ] 8.2.0534 08-Apr-2020 22:57 1.9K [   ] 8.2.0535 09-Apr-2020 18:43 16K [TXT] 8.2.0536 09-Apr-2020 20:11 7.0K [   ] 8.2.0537 09-Apr-2020 20:11 2.8K [   ] 8.2.0538 09-Apr-2020 21:08 6.3K [TXT] 8.2.0539 09-Apr-2020 21:34 2.6K [   ] 8.2.0540 11-Apr-2020 17:10 27K [   ] 8.2.0541 11-Apr-2020 18:03 12K [   ] 8.2.0542 11-Apr-2020 18:37 2.8K [TXT] 8.2.0543 11-Apr-2020 20:51 22K [TXT] 8.2.0544 11-Apr-2020 21:36 1.6K [TXT] 8.2.0545 11-Apr-2020 21:45 8.7K [TXT] 8.2.0546 11-Apr-2020 22:32 8.0K [TXT] 8.2.0547 11-Apr-2020 22:39 3.4K [   ] 8.2.0548 11-Apr-2020 23:19 5.9K [   ] 8.2.0549 12-Apr-2020 12:55 3.9K [TXT] 8.2.0550 12-Apr-2020 13:39 3.6K [   ] 8.2.0551 12-Apr-2020 13:51 8.9K [   ] 8.2.0552 12-Apr-2020 14:40 4.5K [TXT] 8.2.0553 12-Apr-2020 14:51 1.8K [TXT] 8.2.0554 12-Apr-2020 15:11 2.8K [TXT] 8.2.0555 12-Apr-2020 16:40 7.5K [   ] 8.2.0556 12-Apr-2020 17:12 1.9K [   ] 8.2.0557 12-Apr-2020 17:54 56K [   ] 8.2.0558 12-Apr-2020 18:02 2.3K [TXT] 8.2.0559 12-Apr-2020 19:38 78K [TXT] 8.2.0560 12-Apr-2020 20:03 2.7K [TXT] 8.2.0561 12-Apr-2020 20:20 7.1K [TXT] 8.2.0562 12-Apr-2020 20:56 17K [TXT] 8.2.0563 12-Apr-2020 21:53 8.2K [   ] 8.2.0564 12-Apr-2020 22:23 3.5K [   ] 8.2.0565 12-Apr-2020 22:54 48K [   ] 8.2.0566 12-Apr-2020 23:10 2.2K [TXT] 8.2.0567 13-Apr-2020 14:42 15K [TXT] 8.2.0568 13-Apr-2020 15:00 4.2K [TXT] 8.2.0569 13-Apr-2020 15:07 1.4K [TXT] 8.2.0570 13-Apr-2020 17:21 6.8K [TXT] 8.2.0571 13-Apr-2020 17:45 2.1K [   ] 8.2.0572 13-Apr-2020 18:14 1.4K [   ] 8.2.0573 13-Apr-2020 18:26 3.9K [   ] 8.2.0574 13-Apr-2020 19:05 2.4K [   ] 8.2.0575 13-Apr-2020 19:47 2.1K [   ] 8.2.0576 13-Apr-2020 19:56 3.1K [TXT] 8.2.0577 13-Apr-2020 21:17 11K [TXT] 8.2.0578 14-Apr-2020 20:16 166K [   ] 8.2.0579 14-Apr-2020 20:57 1.9K [TXT] 8.2.0580 15-Apr-2020 20:06 3.3K [TXT] 8.2.0581 15-Apr-2020 21:06 3.3K [   ] 8.2.0582 15-Apr-2020 21:45 3.8K [TXT] 8.2.0583 16-Apr-2020 13:01 5.5K [TXT] 8.2.0584 16-Apr-2020 21:05 1.8K [TXT] 8.2.0585 16-Apr-2020 22:11 9.1K [   ] 8.2.0586 16-Apr-2020 23:00 2.9K [TXT] 8.2.0587 16-Apr-2020 23:02 1.5K [TXT] 8.2.0588 17-Apr-2020 16:41 2.8K [   ] 8.2.0589 17-Apr-2020 19:23 2.6K [TXT] 8.2.0590 17-Apr-2020 19:42 10K [   ] 8.2.0591 17-Apr-2020 20:49 2.0K [TXT] 8.2.0592 17-Apr-2020 21:14 1.4K [TXT] 8.2.0593 18-Apr-2020 17:46 3.4K [   ] 8.2.0594 18-Apr-2020 19:09 5.4K [   ] 8.2.0595 18-Apr-2020 19:54 14K [TXT] 8.2.0596 18-Apr-2020 20:52 2.5K [   ] 8.2.0597 18-Apr-2020 21:57 12K [TXT] 8.2.0598 18-Apr-2020 23:21 2.0K [TXT] 8.2.0599 19-Apr-2020 14:03 39K [   ] 8.2.0600 19-Apr-2020 16:29 15K [TXT] 8.2.0601 19-Apr-2020 16:29 18K [TXT] 8.2.0602 19-Apr-2020 17:25 5.2K [   ] 8.2.0603 19-Apr-2020 17:47 3.4K [TXT] 8.2.0604 19-Apr-2020 18:13 2.5K [   ] 8.2.0605 19-Apr-2020 18:28 5.4K [   ] 8.2.0606 19-Apr-2020 18:32 6.4K [TXT] 8.2.0607 19-Apr-2020 22:59 3.2K [TXT] 8.2.0608 20-Apr-2020 16:12 1.8K [TXT] 8.2.0609 20-Apr-2020 16:22 2.6K [   ] 8.2.0610 20-Apr-2020 16:50 20K [   ] 8.2.0611 20-Apr-2020 18:43 4.8K [TXT] 8.2.0612 20-Apr-2020 19:42 11K [TXT] 8.2.0613 20-Apr-2020 22:43 19K [TXT] 8.2.0614 21-Apr-2020 22:02 13K [   ] 8.2.0615 21-Apr-2020 22:20 20K [TXT] 8.2.0616 21-Apr-2020 22:45 1.6K [   ] 8.2.0617 22-Apr-2020 17:37 2.5K [   ] 8.2.0618 22-Apr-2020 19:15 2.4K [TXT] 8.2.0619 23-Apr-2020 13:39 14K [   ] 8.2.0620 23-Apr-2020 13:58 5.6K [   ] 8.2.0621 23-Apr-2020 14:42 2.5K [TXT] 8.2.0622 23-Apr-2020 15:43 12K [   ] 8.2.0623 23-Apr-2020 15:47 1.5K [TXT] 8.2.0624 23-Apr-2020 17:08 8.4K [TXT] 8.2.0625 23-Apr-2020 18:14 4.6K [TXT] 8.2.0626 23-Apr-2020 22:17 14K [TXT] 8.2.0627 23-Apr-2020 22:24 1.4K [   ] 8.2.0628 23-Apr-2020 23:55 79K [TXT] 8.2.0629 24-Apr-2020 20:58 2.9K [TXT] 8.2.0630 24-Apr-2020 21:22 1.2K [   ] 8.2.0631 24-Apr-2020 22:17 250K [TXT] 8.2.0632 24-Apr-2020 22:20 1.4K [   ] 8.2.0633 24-Apr-2020 22:48 13K [   ] 8.2.0634 25-Apr-2020 15:25 19K [   ] 8.2.0635 25-Apr-2020 15:36 1.6K [TXT] 8.2.0636 25-Apr-2020 15:46 1.5K [TXT] 8.2.0637 25-Apr-2020 15:54 3.2K [TXT] 8.2.0638 25-Apr-2020 16:42 1.5K [TXT] 8.2.0639 25-Apr-2020 17:14 3.4K [   ] 8.2.0640 25-Apr-2020 20:03 41K [TXT] 8.2.0641 26-Apr-2020 13:51 5.0K [   ] 8.2.0642 26-Apr-2020 14:30 2.4K [TXT] 8.2.0643 26-Apr-2020 15:35 2.9K [   ] 8.2.0644 26-Apr-2020 16:00 17K [   ] 8.2.0645 26-Apr-2020 16:06 1.8K [TXT] 8.2.0646 26-Apr-2020 16:53 3.0K [TXT] 8.2.0647 26-Apr-2020 19:01 2.1K [TXT] 8.2.0648 27-Apr-2020 19:29 2.8K [   ] 8.2.0649 27-Apr-2020 20:19 2.8K [   ] 8.2.0650 27-Apr-2020 22:48 35K [TXT] 8.2.0651 27-Apr-2020 23:18 1.5K [TXT] 8.2.0652 27-Apr-2020 23:18 2.1K [   ] 8.2.0653 27-Apr-2020 23:40 4.7K [   ] 8.2.0654 28-Apr-2020 00:03 1.5K [   ] 8.2.0655 28-Apr-2020 20:29 26K [TXT] 8.2.0656 28-Apr-2020 20:45 3.3K [TXT] 8.2.0657 28-Apr-2020 21:30 6.0K [   ] 8.2.0658 28-Apr-2020 21:59 1.7K [   ] 8.2.0659 28-Apr-2020 22:50 3.9K [TXT] 8.2.0660 29-Apr-2020 21:05 115K [TXT] 8.2.0661 29-Apr-2020 22:02 24K [   ] 8.2.0662 29-Apr-2020 22:31 4.7K [   ] 8.2.0663 29-Apr-2020 23:04 3.8K [TXT] 8.2.0664 29-Apr-2020 23:17 8.5K [TXT] 8.2.0665 30-Apr-2020 19:10 5.9K [TXT] 8.2.0666 30-Apr-2020 19:20 3.2K [   ] 8.2.0667 30-Apr-2020 19:55 26K [   ] 8.2.0668 30-Apr-2020 20:22 1.5K [TXT] 8.2.0669 30-Apr-2020 21:00 16K [   ] 8.2.0670 30-Apr-2020 22:32 20K [TXT] 8.2.0671 30-Apr-2020 22:51 3.3K [   ] 8.2.0672 01-May-2020 14:11 5.4K [   ] 8.2.0673 01-May-2020 14:14 1.7K [   ] 8.2.0674 01-May-2020 14:27 78K [TXT] 8.2.0675 01-May-2020 15:45 22K [   ] 8.2.0676 01-May-2020 16:08 1.6K [TXT] 8.2.0677 01-May-2020 19:29 23K [   ] 8.2.0678 02-May-2020 14:53 1.7K [TXT] 8.2.0679 02-May-2020 17:53 27K [TXT] 8.2.0680 02-May-2020 18:15 6.7K [TXT] 8.2.0681 02-May-2020 18:34 1.5K [   ] 8.2.0682 02-May-2020 19:05 1.8K [   ] 8.2.0683 02-May-2020 23:13 6.2K [TXT] 8.2.0684 03-May-2020 15:39 12K [TXT] 8.2.0685 03-May-2020 15:54 2.0K [   ] 8.2.0686 03-May-2020 16:05 7.4K [TXT] 8.2.0687 03-May-2020 16:30 5.1K [   ] 8.2.0688 03-May-2020 17:02 2.7K [TXT] 8.2.0689 03-May-2020 17:04 2.2K [TXT] 8.2.0690 03-May-2020 17:20 3.3K [   ] 8.2.0691 03-May-2020 17:56 2.0K [   ] 8.2.0692 03-May-2020 18:21 2.0K [TXT] 8.2.0693 03-May-2020 22:31 6.0K [TXT] 8.2.0694 03-May-2020 22:58 7.7K [TXT] 8.2.0695 04-May-2020 23:25 16K [TXT] 8.2.0696 05-May-2020 18:06 5.8K [   ] 8.2.0697 05-May-2020 19:47 3.0K [   ] 8.2.0698 05-May-2020 19:58 7.7K [TXT] 8.2.0699 05-May-2020 22:09 9.0K [   ] 8.2.0700 05-May-2020 22:09 2.6K [   ] 8.2.0701 05-May-2020 23:33 2.0K [   ] 8.2.0702 06-May-2020 19:38 1.5K [   ] 8.2.0703 06-May-2020 21:07 9.0K [   ] 8.2.0704 06-May-2020 22:19 2.7K [TXT] 8.2.0705 06-May-2020 22:37 1.8K [   ] 8.2.0706 07-May-2020 14:08 3.1K [   ] 8.2.0707 07-May-2020 14:38 1.6K [TXT] 8.2.0708 07-May-2020 16:59 24K [   ] 8.2.0709 07-May-2020 17:49 1.5K [TXT] 8.2.0710 07-May-2020 18:17 1.5K [TXT] 8.2.0711 07-May-2020 18:37 6.5K [   ] 8.2.0712 07-May-2020 18:44 5.1K [TXT] 8.2.0713 07-May-2020 22:20 2.1K [TXT] 8.2.0714 07-May-2020 22:20 13K [TXT] 8.2.0715 07-May-2020 22:24 1.4K [TXT] 8.2.0716 07-May-2020 23:21 2.7K [TXT] 8.2.0717 08-May-2020 19:11 20K [TXT] 8.2.0718 09-May-2020 13:07 1.6K [TXT] 8.2.0719 09-May-2020 15:45 45K [   ] 8.2.0720 09-May-2020 16:12 2.1K [   ] 8.2.0721 09-May-2020 16:45 1.7K [TXT] 8.2.0722 09-May-2020 17:40 13K [TXT] 8.2.0723 09-May-2020 18:30 5.1K [   ] 8.2.0724 09-May-2020 18:45 1.9K [TXT] 8.2.0725 09-May-2020 22:51 19K [TXT] 8.2.0726 09-May-2020 23:21 2.3K [TXT] 8.2.0727 10-May-2020 13:43 1.9K [TXT] 8.2.0728 10-May-2020 14:14 2.9K [TXT] 8.2.0729 10-May-2020 15:25 5.9K [   ] 8.2.0730 10-May-2020 19:11 32K [TXT] 8.2.0731 10-May-2020 21:21 2.2K [   ] 8.2.0732 10-May-2020 21:48 2.2K [TXT] 8.2.0733 10-May-2020 22:54 5.5K [TXT] 8.2.0734 10-May-2020 23:12 1.7K [TXT] 8.2.0735 10-May-2020 23:20 2.0K [   ] 8.2.0736 11-May-2020 19:47 2.7K [TXT] 8.2.0737 11-May-2020 20:56 3.6K [TXT] 8.2.0738 11-May-2020 22:14 22K [TXT] 8.2.0739 11-May-2020 23:21 4.7K [   ] 8.2.0740 11-May-2020 23:21 12K [TXT] 8.2.0741 12-May-2020 13:08 50K [TXT] 8.2.0742 12-May-2020 14:42 2.8K [   ] 8.2.0743 12-May-2020 22:03 2.6K [TXT] 8.2.0744 12-May-2020 23:46 1.9K [   ] 8.2.0745 12-May-2020 23:46 2.4K [TXT] 8.2.0746 13-May-2020 01:05 4.6K [TXT] 8.2.0747 13-May-2020 13:40 14K [TXT] 8.2.0748 13-May-2020 16:34 7.6K [TXT] 8.2.0749 13-May-2020 17:16 1.7K [   ] 8.2.0750 13-May-2020 17:16 2.5K [   ] 8.2.0751 13-May-2020 23:32 26K [   ] 8.2.0752 13-May-2020 23:32 2.1K [TXT] 8.2.0753 14-May-2020 22:42 44K [   ] 8.2.0754 14-May-2020 23:21 1.9K [TXT] 8.2.0755 15-May-2020 18:18 5.2K [TXT] 8.2.0756 15-May-2020 18:22 1.8K [   ] 8.2.0757 15-May-2020 19:22 11K [   ] 8.2.0758 15-May-2020 21:43 22K [TXT] 8.2.0759 15-May-2020 21:43 10K [   ] 8.2.0760 15-May-2020 21:45 2.7K [   ] 8.2.0761 15-May-2020 22:02 5.7K [TXT] 8.2.0762 15-May-2020 22:31 2.3K [TXT] 8.2.0763 15-May-2020 22:47 1.5K [   ] 8.2.0764 15-May-2020 23:41 3.9K [TXT] 8.2.0765 16-May-2020 14:02 12K [TXT] 8.2.0766 16-May-2020 14:08 3.2K [   ] 8.2.0767 16-May-2020 15:05 1.7K [   ] 8.2.0768 16-May-2020 15:44 1.8K [TXT] 8.2.0769 16-May-2020 16:22 3.2K [TXT] 8.2.0770 16-May-2020 18:58 3.0K [   ] 8.2.0771 16-May-2020 22:36 7.9K [   ] 8.2.0772 16-May-2020 22:36 2.5K [TXT] 8.2.0773 16-May-2020 23:15 5.4K [TXT] 8.2.0774 17-May-2020 14:07 12K [TXT] 8.2.0775 17-May-2020 14:34 12K [TXT] 8.2.0776 17-May-2020 15:00 6.8K [   ] 8.2.0777 17-May-2020 15:10 2.1K [TXT] 8.2.0778 17-May-2020 16:10 8.1K [TXT] 8.2.0779 17-May-2020 16:10 2.1K [TXT] 8.2.0780 17-May-2020 16:30 44K [   ] 8.2.0781 17-May-2020 16:57 1.5K [TXT] 8.2.0782 17-May-2020 18:54 2.2K [TXT] 8.2.0783 17-May-2020 20:53 11K [TXT] 8.2.0784 17-May-2020 21:52 10K [TXT] 8.2.0785 17-May-2020 22:34 9.1K [TXT] 8.2.0786 17-May-2020 22:34 2.3K [TXT] 8.2.0787 17-May-2020 23:02 17K [   ] 8.2.0788 17-May-2020 23:35 1.7K [   ] 8.2.0789 18-May-2020 13:38 3.8K [   ] 8.2.0790 18-May-2020 14:21 3.7K [TXT] 8.2.0791 18-May-2020 19:47 11K [TXT] 8.2.0792 18-May-2020 20:12 1.3K [TXT] 8.2.0793 18-May-2020 20:18 2.1K [TXT] 8.2.0794 18-May-2020 21:13 15K [TXT] 8.2.0795 18-May-2020 21:51 23K [   ] 8.2.0796 18-May-2020 23:28 1.6K [   ] 8.2.0797 19-May-2020 10:33 1.5K [TXT] 8.2.0798 19-May-2020 21:30 49K [   ] 8.2.0799 19-May-2020 21:44 2.7K [TXT] 8.2.0800 19-May-2020 23:11 8.0K [   ] 8.2.0801 19-May-2020 23:11 3.4K [TXT] 8.2.0802 20-May-2020 18:42 17K [TXT] 8.2.0803 20-May-2020 19:31 11K [TXT] 8.2.0804 21-May-2020 20:14 45K [   ] 8.2.0805 21-May-2020 20:40 4.0K [TXT] 8.2.0806 21-May-2020 21:51 2.5K [   ] 8.2.0807 22-May-2020 13:11 18K [TXT] 8.2.0808 22-May-2020 13:34 10K [   ] 8.2.0809 22-May-2020 13:41 3.1K [   ] 8.2.0810 22-May-2020 14:46 2.3K [   ] 8.2.0811 22-May-2020 14:46 3.2K [   ] 8.2.0812 22-May-2020 20:09 4.7K [   ] 8.2.0813 22-May-2020 22:07 52K [   ] 8.2.0814 23-May-2020 19:30 1.7K [   ] 8.2.0815 24-May-2020 13:11 14K [TXT] 8.2.0816 24-May-2020 17:24 6.9K [TXT] 8.2.0817 24-May-2020 18:46 3.2K [TXT] 8.2.0818 24-May-2020 23:15 58K [TXT] 8.2.0819 24-May-2020 23:15 1.3K [TXT] 8.2.0820 24-May-2020 23:46 9.3K [TXT] 8.2.0821 25-May-2020 00:29 2.3K [TXT] 8.2.0822 25-May-2020 20:42 8.1K [TXT] 8.2.0823 25-May-2020 22:37 18K [TXT] 8.2.0824 25-May-2020 23:02 2.4K [   ] 8.2.0825 26-May-2020 11:10 1.7K [TXT] 8.2.0826 26-May-2020 11:10 2.1K [TXT] 8.2.0827 26-May-2020 20:09 1.3K [TXT] 8.2.0828 26-May-2020 20:09 4.9K [   ] 8.2.0829 26-May-2020 20:22 2.5K [TXT] 8.2.0830 26-May-2020 22:16 1.5K [   ] 8.2.0831 27-May-2020 21:23 2.5K [   ] 8.2.0832 27-May-2020 21:30 1.6K [TXT] 8.2.0833 27-May-2020 22:09 1.4K [TXT] 8.2.0834 27-May-2020 23:19 2.1K [TXT] 8.2.0835 28-May-2020 21:04 2.6K [TXT] 8.2.0836 29-May-2020 21:41 4.7K [TXT] 8.2.0837 29-May-2020 21:48 1.9K [   ] 8.2.0838 29-May-2020 21:43 1.6K [TXT] 8.2.0839 29-May-2020 22:42 8.2K [TXT] 8.2.0840 29-May-2020 22:50 3.5K [TXT] 8.2.0841 29-May-2020 23:04 2.8K [TXT] 8.2.0842 30-May-2020 13:08 1.9K [   ] 8.2.0843 30-May-2020 13:16 2.0K [   ] 8.2.0844 30-May-2020 14:47 18K [   ] 8.2.0845 30-May-2020 15:32 28K [TXT] 8.2.0846 30-May-2020 16:18 1.4K [   ] 8.2.0847 30-May-2020 17:07 89K [TXT] 8.2.0848 30-May-2020 17:50 8.0K [TXT] 8.2.0849 30-May-2020 18:16 33K [TXT] 8.2.0850 30-May-2020 18:38 13K [TXT] 8.2.0851 30-May-2020 19:53 6.3K [   ] 8.2.0852 30-May-2020 20:05 1.6K [TXT] 8.2.0853 30-May-2020 20:31 24K [TXT] 8.2.0854 30-May-2020 21:53 6.0K [TXT] 8.2.0855 30-May-2020 21:53 16K [TXT] 8.2.0856 31-May-2020 13:12 1.9K [TXT] 8.2.0857 31-May-2020 13:53 1.9K [   ] 8.2.0858 31-May-2020 14:10 8.2K [TXT] 8.2.0859 31-May-2020 14:26 55K [TXT] 8.2.0860 31-May-2020 15:09 12K [TXT] 8.2.0861 31-May-2020 15:42 8.3K [TXT] 8.2.0862 31-May-2020 16:05 3.8K [TXT] 8.2.0863 31-May-2020 16:59 23K [TXT] 8.2.0864 31-May-2020 17:50 5.0K [TXT] 8.2.0865 31-May-2020 19:49 12K [   ] 8.2.0866 31-May-2020 21:28 20K [TXT] 8.2.0867 31-May-2020 22:07 9.3K [TXT] 8.2.0868 31-May-2020 22:21 8.3K [TXT] 8.2.0869 31-May-2020 23:12 28K [TXT] 8.2.0870 01-Jun-2020 14:09 1.6K [TXT] 8.2.0871 01-Jun-2020 14:15 4.7K [TXT] 8.2.0872 01-Jun-2020 14:35 105K [   ] 8.2.0873 01-Jun-2020 15:06 2.9K [TXT] 8.2.0874 01-Jun-2020 15:06 2.2K [   ] 8.2.0875 01-Jun-2020 16:10 30K [TXT] 8.2.0876 01-Jun-2020 16:27 4.4K [TXT] 8.2.0877 01-Jun-2020 17:29 28K [TXT] 8.2.0878 01-Jun-2020 18:40 9.2K [   ] 8.2.0879 01-Jun-2020 18:56 1.5K [TXT] 8.2.0880 01-Jun-2020 19:09 1.5K [   ] 8.2.0881 01-Jun-2020 19:15 1.5K [TXT] 8.2.0882 01-Jun-2020 20:11 4.0K [TXT] 8.2.0883 01-Jun-2020 21:14 1.3K [   ] 8.2.0884 01-Jun-2020 21:33 4.0K [TXT] 8.2.0885 02-Jun-2020 20:27 1.8K [TXT] 8.2.0886 02-Jun-2020 22:07 10K [   ] 8.2.0887 02-Jun-2020 22:07 2.5K [   ] 8.2.0888 02-Jun-2020 22:20 2.8K [TXT] 8.2.0889 02-Jun-2020 22:25 6.2K [TXT] 8.2.0890 02-Jun-2020 23:19 1.8K [   ] 8.2.0891 03-Jun-2020 10:05 1.6K [   ] 8.2.0892 03-Jun-2020 18:58 2.8K [TXT] 8.2.0893 03-Jun-2020 19:56 6.1K [TXT] 8.2.0894 03-Jun-2020 20:51 8.8K [TXT] 8.2.0895 03-Jun-2020 22:17 11K [TXT] 8.2.0896 03-Jun-2020 22:59 2.9K [TXT] 8.2.0897 04-Jun-2020 15:23 24K [TXT] 8.2.0898 04-Jun-2020 16:53 4.9K [TXT] 8.2.0899 04-Jun-2020 16:53 4.6K [TXT] 8.2.0900 04-Jun-2020 17:20 2.3K [TXT] 8.2.0901 04-Jun-2020 18:22 17K [TXT] 8.2.0902 04-Jun-2020 20:57 4.2K [   ] 8.2.0903 04-Jun-2020 21:33 1.7K [   ] 8.2.0904 04-Jun-2020 22:23 2.5K [   ] 8.2.0905 04-Jun-2020 22:46 2.6K [TXT] 8.2.0906 05-Jun-2020 19:37 2.7K [   ] 8.2.0907 05-Jun-2020 20:04 2.4K [TXT] 8.2.0908 05-Jun-2020 21:07 5.2K [TXT] 8.2.0909 05-Jun-2020 23:17 9.7K [TXT] 8.2.0910 06-Jun-2020 15:15 5.7K [TXT] 8.2.0911 06-Jun-2020 15:15 4.5K [TXT] 8.2.0912 06-Jun-2020 15:24 5.9K [TXT] 8.2.0913 06-Jun-2020 16:00 3.8K [TXT] 8.2.0914 06-Jun-2020 16:19 2.9K [   ] 8.2.0915 06-Jun-2020 18:39 15K [TXT] 8.2.0916 06-Jun-2020 22:43 8.4K [TXT] 8.2.0917 07-Jun-2020 14:11 6.4K [TXT] 8.2.0918 07-Jun-2020 14:51 12K [TXT] 8.2.0919 07-Jun-2020 15:46 4.7K [TXT] 8.2.0920 07-Jun-2020 17:04 3.5K [TXT] 8.2.0921 07-Jun-2020 17:04 3.2K [   ] 8.2.0922 07-Jun-2020 17:26 2.9K [   ] 8.2.0923 07-Jun-2020 17:59 2.3K [   ] 8.2.0924 07-Jun-2020 18:17 15K [TXT] 8.2.0925 07-Jun-2020 18:45 7.6K [TXT] 8.2.0926 07-Jun-2020 19:39 4.6K [   ] 8.2.0927 07-Jun-2020 20:08 3.0K [TXT] 8.2.0928 07-Jun-2020 20:49 12K [   ] 8.2.0929 07-Jun-2020 21:32 3.9K [TXT] 8.2.0930 07-Jun-2020 21:59 4.2K [TXT] 8.2.0931 07-Jun-2020 22:24 20K [   ] 8.2.0932 08-Jun-2020 18:55 3.2K [TXT] 8.2.0933 08-Jun-2020 19:22 7.3K [TXT] 8.2.0934 08-Jun-2020 19:36 2.8K [   ] 8.2.0935 08-Jun-2020 20:51 11K [TXT] 8.2.0936 09-Jun-2020 16:00 18K [TXT] 8.2.0937 09-Jun-2020 17:31 1.7K [   ] 8.2.0938 09-Jun-2020 19:35 6.2K [TXT] 8.2.0939 09-Jun-2020 21:36 37K [TXT] 8.2.0940 09-Jun-2020 21:36 2.3K [TXT] 8.2.0941 10-Jun-2020 12:16 17K [   ] 8.2.0942 10-Jun-2020 13:13 2.9K [TXT] 8.2.0943 10-Jun-2020 14:17 12K [TXT] 8.2.0944 10-Jun-2020 14:22 1.4K [TXT] 8.2.0945 10-Jun-2020 15:34 10K [   ] 8.2.0946 10-Jun-2020 15:46 3.4K [TXT] 8.2.0947 10-Jun-2020 15:57 3.6K [TXT] 8.2.0948 10-Jun-2020 16:40 3.1K [TXT] 8.2.0949 10-Jun-2020 16:56 1.9K [TXT] 8.2.0950 10-Jun-2020 17:14 1.5K [   ] 8.2.0951 10-Jun-2020 20:22 1.5K [TXT] 8.2.0952 10-Jun-2020 20:57 8.2K [TXT] 8.2.0953 10-Jun-2020 21:47 7.7K [TXT] 8.2.0954 10-Jun-2020 22:09 2.6K [TXT] 8.2.0955 10-Jun-2020 22:12 1.5K [TXT] 8.2.0956 10-Jun-2020 22:18 2.7K [TXT] 8.2.0957 11-Jun-2020 12:31 1.5K [TXT] 8.2.0958 11-Jun-2020 19:23 3.9K [TXT] 8.2.0959 11-Jun-2020 19:36 12K [TXT] 8.2.0960 11-Jun-2020 23:14 7.2K [TXT] 8.2.0961 12-Jun-2020 19:36 11K [   ] 8.2.0962 12-Jun-2020 20:12 1.8K [TXT] 8.2.0963 12-Jun-2020 20:20 5.2K [TXT] 8.2.0964 12-Jun-2020 22:09 4.0K [TXT] 8.2.0965 12-Jun-2020 22:16 2.0K [TXT] 8.2.0966 12-Jun-2020 22:31 4.9K [TXT] 8.2.0967 12-Jun-2020 23:00 30K [TXT] 8.2.0968 13-Jun-2020 13:21 21K [TXT] 8.2.0969 13-Jun-2020 15:14 5.7K [TXT] 8.2.0970 13-Jun-2020 15:48 16K [TXT] 8.2.0971 13-Jun-2020 16:40 1.9K [   ] 8.2.0972 13-Jun-2020 18:10 6.4K [TXT] 8.2.0973 13-Jun-2020 19:01 5.9K [TXT] 8.2.0974 13-Jun-2020 19:57 1.4K [TXT] 8.2.0975 14-Jun-2020 12:51 3.1K [   ] 8.2.0976 14-Jun-2020 13:52 15K [TXT] 8.2.0977 14-Jun-2020 14:35 4.1K [TXT] 8.2.0978 14-Jun-2020 15:37 1.8K [TXT] 8.2.0979 14-Jun-2020 16:44 2.1K [   ] 8.2.0980 14-Jun-2020 20:05 2.4K [TXT] 8.2.0981 14-Jun-2020 23:05 47K [TXT] 8.2.0982 15-Jun-2020 19:52 10K [   ] 8.2.0983 15-Jun-2020 20:26 2.7K [TXT] 8.2.0984 15-Jun-2020 21:20 3.4K [   ] 8.2.0985 15-Jun-2020 21:45 3.5K [   ] 8.2.0986 15-Jun-2020 23:19 2.0K [TXT] 8.2.0987 16-Jun-2020 11:36 12K [TXT] 8.2.0988 16-Jun-2020 20:04 32K [   ] 8.2.0989 16-Jun-2020 20:59 2.7K [TXT] 8.2.0990 16-Jun-2020 22:28 2.7K [TXT] 8.2.0991 16-Jun-2020 22:42 3.9K [TXT] 8.2.0992 16-Jun-2020 23:21 5.5K [   ] 8.2.0993 17-Jun-2020 12:05 2.3K [   ] 8.2.0994 17-Jun-2020 20:04 2.4K [TXT] 8.2.0995 17-Jun-2020 20:31 2.0K [TXT] 8.2.0996 17-Jun-2020 21:42 2.9K [TXT] 8.2.0997 17-Jun-2020 21:48 7.3K [   ] 8.2.0998 17-Jun-2020 22:59 3.4K [TXT] 8.2.0999 18-Jun-2020 17:30 2.8K [TXT] 8.2.1000 18-Jun-2020 17:30 2.8K [TXT] 8.2.1001 18-Jun-2020 18:27 5.6K [TXT] 8.2.1002 18-Jun-2020 18:35 1.9K [TXT] 8.2.1003 18-Jun-2020 18:46 2.8K [TXT] 8.2.1004 18-Jun-2020 19:16 8.5K [TXT] 8.2.1005 18-Jun-2020 19:31 12K [TXT] 8.2.1006 18-Jun-2020 20:52 13K [   ] 8.2.1007 18-Jun-2020 21:15 2.3K [   ] 8.2.1008 18-Jun-2020 22:44 2.4K [   ] 8.2.1009 18-Jun-2020 22:44 2.9K [   ] 8.2.1010 19-Jun-2020 17:22 1.8K [   ] 8.2.1011 19-Jun-2020 18:35 6.8K [   ] 8.2.1012 19-Jun-2020 19:02 3.7K [TXT] 8.2.1013 19-Jun-2020 19:11 4.1K [TXT] 8.2.1014 19-Jun-2020 19:31 5.3K [TXT] 8.2.1015 19-Jun-2020 21:47 4.6K [TXT] 8.2.1016 19-Jun-2020 22:36 1.5K [TXT] 8.2.1017 19-Jun-2020 22:38 2.9K [TXT] 8.2.1018 20-Jun-2020 13:30 4.7K [TXT] 8.2.1019 20-Jun-2020 14:44 5.2K [TXT] 8.2.1020 20-Jun-2020 15:04 1.6K [   ] 8.2.1021 20-Jun-2020 16:02 2.3K [   ] 8.2.1022 20-Jun-2020 16:06 20K [TXT] 8.2.1023 20-Jun-2020 18:20 18K [   ] 8.2.1024 20-Jun-2020 22:51 7.4K [TXT] 8.2.1025 21-Jun-2020 13:24 4.8K [TXT] 8.2.1026 21-Jun-2020 14:13 4.5K [   ] 8.2.1027 21-Jun-2020 15:10 2.9K [TXT] 8.2.1028 21-Jun-2020 15:53 10K [TXT] 8.2.1029 21-Jun-2020 16:59 9.4K [TXT] 8.2.1030 21-Jun-2020 17:58 3.4K [TXT] 8.2.1031 21-Jun-2020 20:07 2.2K [TXT] 8.2.1032 21-Jun-2020 20:39 3.1K [TXT] 8.2.1033 21-Jun-2020 20:40 2.2K [   ] 8.2.1034 21-Jun-2020 22:18 1.8K [TXT] 8.2.1035 22-Jun-2020 19:11 6.1K [   ] 8.2.1036 22-Jun-2020 19:25 1.8K [   ] 8.2.1037 22-Jun-2020 19:40 2.4K [   ] 8.2.1038 22-Jun-2020 22:10 1.8K [TXT] 8.2.1039 22-Jun-2020 20:31 2.5K [   ] 8.2.1040 22-Jun-2020 22:10 24K [TXT] 8.2.1041 22-Jun-2020 22:10 2.1K [TXT] 8.2.1042 22-Jun-2020 23:04 9.7K [   ] 8.2.1043 23-Jun-2020 20:01 1.8K [   ] 8.2.1044 23-Jun-2020 21:02 4.4K [TXT] 8.2.1045 23-Jun-2020 22:27 16K [   ] 8.2.1046 24-Jun-2020 13:39 22K [TXT] 8.2.1047 24-Jun-2020 18:38 40K [TXT] 8.2.1048 24-Jun-2020 19:06 1.3K [TXT] 8.2.1049 24-Jun-2020 20:34 27K [TXT] 8.2.1050 24-Jun-2020 21:01 1.8K [TXT] 8.2.1051 24-Jun-2020 22:08 3.0K [   ] 8.2.1052 24-Jun-2020 23:03 1.6K [   ] 8.2.1053 25-Jun-2020 19:02 5.1K [   ] 8.2.1054 25-Jun-2020 19:28 12K [   ] 8.2.1055 25-Jun-2020 19:54 3.3K [   ] 8.2.1056 25-Jun-2020 20:08 11K [TXT] 8.2.1057 25-Jun-2020 21:31 2.4K [   ] 8.2.1058 25-Jun-2020 22:24 3.1K [TXT] 8.2.1059 26-Jun-2020 19:44 3.7K [   ] 8.2.1060 26-Jun-2020 20:42 2.5K [   ] 8.2.1061 26-Jun-2020 20:42 13K [TXT] 8.2.1062 26-Jun-2020 21:29 3.5K [   ] 8.2.1063 26-Jun-2020 21:39 4.8K [   ] 8.2.1064 26-Jun-2020 22:01 3.1K [TXT] 8.2.1065 26-Jun-2020 22:47 10K [TXT] 8.2.1066 27-Jun-2020 12:33 6.2K [   ] 8.2.1067 27-Jun-2020 13:12 9.2K [   ] 8.2.1068 27-Jun-2020 14:12 8.7K [TXT] 8.2.1069 27-Jun-2020 16:36 2.0K [TXT] 8.2.1070 27-Jun-2020 17:04 1.3K [   ] 8.2.1071 27-Jun-2020 18:07 23K [   ] 8.2.1072 27-Jun-2020 18:14 2.6K [   ] 8.2.1073 27-Jun-2020 20:47 2.9K [TXT] 8.2.1074 27-Jun-2020 21:18 13K [   ] 8.2.1075 27-Jun-2020 21:56 2.1K [   ] 8.2.1076 27-Jun-2020 23:08 6.2K [TXT] 8.2.1077 28-Jun-2020 13:11 8.7K [   ] 8.2.1078 28-Jun-2020 15:52 76K [   ] 8.2.1079 28-Jun-2020 15:52 14K [TXT] 8.2.1080 28-Jun-2020 18:44 13K [TXT] 8.2.1081 28-Jun-2020 22:42 5.3K [   ] 8.2.1082 29-Jun-2020 19:56 2.6K [TXT] 8.2.1083 29-Jun-2020 20:10 3.4K [   ] 8.2.1084 29-Jun-2020 20:21 2.5K [   ] 8.2.1085 29-Jun-2020 20:24 2.6K [TXT] 8.2.1086 29-Jun-2020 20:41 3.5K [TXT] 8.2.1087 29-Jun-2020 21:15 1.7K [TXT] 8.2.1088 29-Jun-2020 21:32 2.3K [   ] 8.2.1089 29-Jun-2020 22:25 2.2K [TXT] 8.2.1090 29-Jun-2020 22:32 1.6K [TXT] 8.2.1091 29-Jun-2020 22:41 1.6K [   ] 8.2.1092 29-Jun-2020 23:03 1.5K [TXT] 8.2.1093 29-Jun-2020 23:08 1.3K [   ] 8.2.1094 29-Jun-2020 23:15 1.5K [   ] 8.2.1095 29-Jun-2020 23:19 2.2K [TXT] 8.2.1096 30-Jun-2020 13:39 4.2K [   ] 8.2.1097 30-Jun-2020 18:46 3.5K [   ] 8.2.1098 30-Jun-2020 20:56 2.7K [TXT] 8.2.1099 30-Jun-2020 21:19 4.6K [TXT] 8.2.1100 30-Jun-2020 22:02 4.9K [TXT] 8.2.1101 30-Jun-2020 22:12 2.2K [TXT] 8.2.1102 01-Jul-2020 13:05 3.5K [TXT] 8.2.1103 01-Jul-2020 13:08 1.5K [TXT] 8.2.1104 01-Jul-2020 13:16 1.8K [   ] 8.2.1105 01-Jul-2020 13:53 15K [TXT] 8.2.1106 01-Jul-2020 14:39 2.9K [TXT] 8.2.1107 01-Jul-2020 15:13 4.0K [   ] 8.2.1108 01-Jul-2020 15:50 12K [   ] 8.2.1109 01-Jul-2020 16:01 1.8K [TXT] 8.2.1110 01-Jul-2020 17:29 17K [   ] 8.2.1111 01-Jul-2020 18:31 23K [   ] 8.2.1112 01-Jul-2020 20:08 6.6K [   ] 8.2.1113 01-Jul-2020 20:20 1.7K [TXT] 8.2.1114 01-Jul-2020 21:55 102K [   ] 8.2.1115 02-Jul-2020 21:00 2.0K [   ] 8.2.1116 02-Jul-2020 21:12 3.7K [TXT] 8.2.1117 02-Jul-2020 21:18 1.3K [TXT] 8.2.1118 02-Jul-2020 21:24 1.4K [   ] 8.2.1119 02-Jul-2020 22:51 2.5K [   ] 8.2.1120 03-Jul-2020 18:00 261K [   ] 8.2.1121 03-Jul-2020 18:15 2.9K [TXT] 8.2.1122 03-Jul-2020 21:10 5.0K [   ] 8.2.1123 03-Jul-2020 21:18 298K [TXT] 8.2.1124 04-Jul-2020 14:16 17K [TXT] 8.2.1125 04-Jul-2020 14:16 7.3K [TXT] 8.2.1126 04-Jul-2020 17:39 1.9K [TXT] 8.2.1127 04-Jul-2020 19:20 2.5K [TXT] 8.2.1128 05-Jul-2020 14:12 7.6K [   ] 8.2.1129 05-Jul-2020 14:59 4.3K [TXT] 8.2.1130 05-Jul-2020 15:33 2.1K [   ] 8.2.1131 05-Jul-2020 15:54 4.0K [TXT] 8.2.1132 05-Jul-2020 16:10 3.1K [TXT] 8.2.1133 05-Jul-2020 16:10 2.5K [TXT] 8.2.1134 05-Jul-2020 16:46 2.5K [TXT] 8.2.1135 05-Jul-2020 16:52 2.8K [TXT] 8.2.1136 05-Jul-2020 17:04 3.0K [TXT] 8.2.1137 05-Jul-2020 18:20 6.8K [TXT] 8.2.1138 05-Jul-2020 18:41 3.6K [   ] 8.2.1139 05-Jul-2020 18:49 2.5K [TXT] 8.2.1140 05-Jul-2020 20:09 2.5K [TXT] 8.2.1141 05-Jul-2020 20:17 2.8K [TXT] 8.2.1142 05-Jul-2020 20:47 2.7K [TXT] 8.2.1143 05-Jul-2020 20:56 3.4K [TXT] 8.2.1144 05-Jul-2020 21:11 2.5K [TXT] 8.2.1145 05-Jul-2020 21:38 4.9K [   ] 8.2.1146 06-Jul-2020 21:04 47K [TXT] 8.2.1147 06-Jul-2020 21:25 9.2K [   ] 8.2.1148 06-Jul-2020 21:55 3.1K [TXT] 8.2.1149 06-Jul-2020 23:07 3.3K [TXT] 8.2.1150 07-Jul-2020 20:13 6.1K [   ] 8.2.1151 07-Jul-2020 20:51 6.1K [TXT] 8.2.1152 07-Jul-2020 22:51 2.9K [   ] 8.2.1153 07-Jul-2020 23:33 1.8K [TXT] 8.2.1154 08-Jul-2020 15:17 9.2K [TXT] 8.2.1155 08-Jul-2020 17:37 17K [   ] 8.2.1156 08-Jul-2020 17:48 2.3K [   ] 8.2.1157 08-Jul-2020 18:35 2.8K [   ] 8.2.1158 08-Jul-2020 18:35 1.5K [   ] 8.2.1159 08-Jul-2020 18:39 3.0K [TXT] 8.2.1160 08-Jul-2020 19:36 3.1K [   ] 8.2.1161 08-Jul-2020 22:02 12K [   ] 8.2.1162 08-Jul-2020 22:24 1.9K [   ] 8.2.1163 08-Jul-2020 22:37 1.5K [TXT] 8.2.1164 08-Jul-2020 23:10 2.6K [TXT] 8.2.1165 09-Jul-2020 18:50 6.3K [TXT] 8.2.1166 09-Jul-2020 19:17 3.1K [   ] 8.2.1167 09-Jul-2020 21:21 10K [   ] 8.2.1168 09-Jul-2020 22:54 2.0K [   ] 8.2.1169 10-Jul-2020 20:03 1.7K [   ] 8.2.1170 10-Jul-2020 20:25 2.3K [TXT] 8.2.1171 10-Jul-2020 20:32 1.5K [TXT] 8.2.1172 10-Jul-2020 20:41 1.9K [TXT] 8.2.1173 10-Jul-2020 20:46 1.7K [TXT] 8.2.1174 10-Jul-2020 21:18 1.8K [TXT] 8.2.1175 10-Jul-2020 21:51 4.4K [TXT] 8.2.1176 10-Jul-2020 22:46 4.4K [TXT] 8.2.1177 11-Jul-2020 13:10 66K [   ] 8.2.1178 11-Jul-2020 13:42 2.8K [TXT] 8.2.1179 11-Jul-2020 14:08 1.4K [   ] 8.2.1180 11-Jul-2020 14:08 1.7K [   ] 8.2.1181 11-Jul-2020 14:26 3.1K [   ] 8.2.1182 11-Jul-2020 15:21 3.2K [TXT] 8.2.1183 11-Jul-2020 22:15 69K [   ] 8.2.1184 11-Jul-2020 22:26 3.4K [   ] 8.2.1185 11-Jul-2020 22:50 4.9K [TXT] 8.2.1186 12-Jul-2020 13:48 12K [TXT] 8.2.1187 12-Jul-2020 14:10 3.6K [TXT] 8.2.1188 12-Jul-2020 14:34 2.9K [   ] 8.2.1189 12-Jul-2020 16:33 12K [TXT] 8.2.1190 12-Jul-2020 17:07 12K [   ] 8.2.1191 12-Jul-2020 17:31 2.3K [   ] 8.2.1192 12-Jul-2020 18:34 3.4K [   ] 8.2.1193 12-Jul-2020 19:24 5.4K [TXT] 8.2.1194 12-Jul-2020 19:53 2.6K [   ] 8.2.1195 12-Jul-2020 20:00 2.0K [TXT] 8.2.1196 12-Jul-2020 20:45 1.5K [   ] 8.2.1197 12-Jul-2020 20:50 2.0K [TXT] 8.2.1198 12-Jul-2020 22:07 4.6K [   ] 8.2.1199 12-Jul-2020 23:10 6.1K [   ] 8.2.1200 13-Jul-2020 18:19 2.6K [   ] 8.2.1201 13-Jul-2020 18:57 3.0K [TXT] 8.2.1202 13-Jul-2020 20:41 3.9K [TXT] 8.2.1203 13-Jul-2020 21:29 4.3K [TXT] 8.2.1204 13-Jul-2020 22:00 2.7K [TXT] 8.2.1205 13-Jul-2020 22:29 8.4K [TXT] 8.2.1206 13-Jul-2020 23:24 1.8K [TXT] 8.2.1207 14-Jul-2020 15:07 3.4K [   ] 8.2.1208 14-Jul-2020 15:49 1.5K [   ] 8.2.1209 14-Jul-2020 16:17 1.8K [TXT] 8.2.1210 14-Jul-2020 21:23 5.9K [TXT] 8.2.1211 14-Jul-2020 21:23 2.0K [TXT] 8.2.1212 14-Jul-2020 22:11 2.8K [   ] 8.2.1213 14-Jul-2020 22:11 19K [TXT] 8.2.1214 14-Jul-2020 22:25 5.0K [   ] 8.2.1215 14-Jul-2020 23:03 34K [   ] 8.2.1216 15-Jul-2020 01:38 2.9K [TXT] 8.2.1217 15-Jul-2020 12:03 4.5K [TXT] 8.2.1218 15-Jul-2020 14:25 6.2K [TXT] 8.2.1219 15-Jul-2020 17:39 5.1K [TXT] 8.2.1220 15-Jul-2020 17:39 11K [TXT] 8.2.1221 15-Jul-2020 18:28 1.4K [TXT] 8.2.1222 15-Jul-2020 18:29 1.7K [   ] 8.2.1223 15-Jul-2020 19:49 2.9K [TXT] 8.2.1224 15-Jul-2020 22:44 3.6K [   ] 8.2.1225 16-Jul-2020 22:18 6.4K [TXT] 8.2.1226 16-Jul-2020 22:31 6.0K [TXT] 8.2.1227 17-Jul-2020 20:36 59K [TXT] 8.2.1228 17-Jul-2020 20:44 11K [TXT] 8.2.1229 17-Jul-2020 20:48 2.8K [   ] 8.2.1230 17-Jul-2020 22:07 4.5K [   ] 8.2.1231 17-Jul-2020 22:17 3.5K [TXT] 8.2.1232 17-Jul-2020 22:27 2.4K [   ] 8.2.1233 17-Jul-2020 23:04 7.1K [TXT] 8.2.1234 18-Jul-2020 12:51 3.0K [TXT] 8.2.1235 18-Jul-2020 13:00 20K [TXT] 8.2.1236 18-Jul-2020 15:17 9.4K [TXT] 8.2.1237 18-Jul-2020 16:08 5.0K [   ] 8.2.1238 18-Jul-2020 18:13 7.6K [   ] 8.2.1239 18-Jul-2020 21:41 4.3K [TXT] 8.2.1240 18-Jul-2020 22:12 1.5K [TXT] 8.2.1241 18-Jul-2020 22:25 3.3K [TXT] 8.2.1242 19-Jul-2020 14:03 4.3K [TXT] 8.2.1243 19-Jul-2020 14:43 4.3K [TXT] 8.2.1244 19-Jul-2020 15:50 5.1K [   ] 8.2.1245 19-Jul-2020 16:32 2.2K [   ] 8.2.1246 19-Jul-2020 17:18 2.9K [TXT] 8.2.1247 19-Jul-2020 17:56 5.9K [TXT] 8.2.1248 19-Jul-2020 18:25 44K [   ] 8.2.1249 19-Jul-2020 18:39 2.4K [TXT] 8.2.1250 19-Jul-2020 19:52 12K [   ] 8.2.1251 19-Jul-2020 20:50 3.8K [TXT] 8.2.1252 19-Jul-2020 22:10 4.9K [   ] 8.2.1253 19-Jul-2020 23:06 1.8K [TXT] 8.2.1254 20-Jul-2020 21:22 1.5K [   ] 8.2.1255 20-Jul-2020 21:47 27K [TXT] 8.2.1256 20-Jul-2020 22:10 2.5K [TXT] 8.2.1257 20-Jul-2020 22:38 2.8K [   ] 8.2.1258 20-Jul-2020 23:11 1.6K [TXT] 8.2.1259 21-Jul-2020 19:26 2.9K [TXT] 8.2.1260 21-Jul-2020 19:45 3.5K [   ] 8.2.1261 21-Jul-2020 20:56 3.7K [   ] 8.2.1262 21-Jul-2020 21:08 84K [TXT] 8.2.1263 21-Jul-2020 21:31 5.9K [TXT] 8.2.1264 21-Jul-2020 21:49 2.0K [   ] 8.2.1265 21-Jul-2020 22:26 1.8K [TXT] 8.2.1266 21-Jul-2020 22:35 6.2K [TXT] 8.2.1267 22-Jul-2020 18:15 1.4K [TXT] 8.2.1268 22-Jul-2020 18:17 3.9K [   ] 8.2.1269 22-Jul-2020 19:12 36K [TXT] 8.2.1270 22-Jul-2020 19:30 3.0K [TXT] 8.2.1271 22-Jul-2020 20:16 2.6K [TXT] 8.2.1272 22-Jul-2020 21:45 11K [TXT] 8.2.1273 22-Jul-2020 22:24 1.6K [   ] 8.2.1274 23-Jul-2020 13:12 6.9K [TXT] 8.2.1275 23-Jul-2020 14:40 1.8K [   ] 8.2.1276 23-Jul-2020 14:51 2.6K [   ] 8.2.1277 23-Jul-2020 14:59 4.5K [   ] 8.2.1278 23-Jul-2020 15:46 4.3K [   ] 8.2.1279 23-Jul-2020 15:51 2.5K [   ] 8.2.1280 23-Jul-2020 16:37 21K [TXT] 8.2.1281 23-Jul-2020 17:17 10K [TXT] 8.2.1282 23-Jul-2020 18:27 4.0K [TXT] 8.2.1283 23-Jul-2020 19:40 2.7K [TXT] 8.2.1284 23-Jul-2020 20:10 2.1K [   ] 8.2.1285 23-Jul-2020 20:57 3.7K [TXT] 8.2.1286 23-Jul-2020 21:15 2.3K [TXT] 8.2.1287 23-Jul-2020 22:42 4.4K [TXT] 8.2.1288 24-Jul-2020 18:48 2.3K [TXT] 8.2.1289 25-Jul-2020 14:12 2.1K [TXT] 8.2.1290 25-Jul-2020 15:41 3.7K [TXT] 8.2.1291 25-Jul-2020 16:34 4.1K [   ] 8.2.1292 25-Jul-2020 16:54 1.8K [TXT] 8.2.1293 25-Jul-2020 19:40 2.9K [TXT] 8.2.1294 25-Jul-2020 19:40 99K [TXT] 8.2.1295 26-Jul-2020 12:54 11K [TXT] 8.2.1296 26-Jul-2020 13:28 2.1K [TXT] 8.2.1297 26-Jul-2020 15:37 17K [TXT] 8.2.1298 26-Jul-2020 15:51 1.4K [TXT] 8.2.1299 26-Jul-2020 15:56 2.5K [TXT] 8.2.1300 26-Jul-2020 17:57 6.8K [TXT] 8.2.1301 26-Jul-2020 18:17 2.0K [TXT] 8.2.1302 26-Jul-2020 18:34 2.9K [TXT] 8.2.1303 26-Jul-2020 22:21 2.9K [   ] 8.2.1304 27-Jul-2020 19:48 17K [TXT] 8.2.1305 27-Jul-2020 20:03 20K [   ] 8.2.1306 27-Jul-2020 21:44 7.3K [   ] 8.2.1307 27-Jul-2020 22:41 5.8K [TXT] 8.2.1308 28-Jul-2020 20:08 15K [TXT] 8.2.1309 28-Jul-2020 20:26 2.3K [TXT] 8.2.1310 28-Jul-2020 21:27 2.2K [   ] 8.2.1311 28-Jul-2020 21:27 1.7K [   ] 8.2.1312 28-Jul-2020 21:41 2.3K [   ] 8.2.1313 28-Jul-2020 22:39 9.0K [TXT] 8.2.1314 29-Jul-2020 14:41 2.7K [   ] 8.2.1315 29-Jul-2020 15:04 3.1K [TXT] 8.2.1316 29-Jul-2020 16:09 12K [   ] 8.2.1317 29-Jul-2020 16:35 13K [   ] 8.2.1318 29-Jul-2020 17:35 1.7K [TXT] 8.2.1319 29-Jul-2020 17:44 2.9K [   ] 8.2.1320 29-Jul-2020 19:18 4.9K [TXT] 8.2.1321 29-Jul-2020 19:30 1.3K [TXT] 8.2.1322 29-Jul-2020 20:01 3.5K [TXT] 8.2.1323 29-Jul-2020 21:21 5.1K [   ] 8.2.1324 29-Jul-2020 21:38 2.9K [TXT] 8.2.1325 29-Jul-2020 22:11 3.2K [   ] 8.2.1326 30-Jul-2020 20:10 14K [TXT] 8.2.1327 30-Jul-2020 20:18 5.0K [TXT] 8.2.1328 30-Jul-2020 22:18 3.4K [TXT] 8.2.1329 31-Jul-2020 22:05 15K [   ] 8.2.1330 31-Jul-2020 22:18 3.1K [   ] 8.2.1331 31-Jul-2020 22:38 2.1K [TXT] 8.2.1332 31-Jul-2020 23:47 6.8K [TXT] 8.2.1333 01-Aug-2020 00:03 3.7K [   ] 8.2.1334 01-Aug-2020 12:27 2.3K [TXT] 8.2.1335 01-Aug-2020 13:10 4.4K [   ] 8.2.1336 01-Aug-2020 13:23 1.5K [   ] 8.2.1337 01-Aug-2020 14:08 2.5K [TXT] 8.2.1338 01-Aug-2020 15:39 5.9K [   ] 8.2.1339 01-Aug-2020 15:53 3.1K [   ] 8.2.1340 01-Aug-2020 16:09 13K [TXT] 8.2.1341 01-Aug-2020 16:36 1.7K [   ] 8.2.1342 01-Aug-2020 17:00 5.7K [TXT] 8.2.1343 01-Aug-2020 18:54 5.9K [   ] 8.2.1344 01-Aug-2020 18:58 1.6K [TXT] 8.2.1345 01-Aug-2020 19:15 3.4K [   ] 8.2.1346 01-Aug-2020 19:24 1.5K [TXT] 8.2.1347 01-Aug-2020 20:46 5.0K [TXT] 8.2.1348 01-Aug-2020 21:12 1.5K [TXT] 8.2.1349 01-Aug-2020 22:17 7.4K [   ] 8.2.1350 01-Aug-2020 22:24 1.6K [   ] 8.2.1351 01-Aug-2020 22:37 2.6K [   ] 8.2.1352 01-Aug-2020 23:23 2.8K [   ] 8.2.1353 02-Aug-2020 15:05 2.6K [TXT] 8.2.1354 02-Aug-2020 16:11 50K [   ] 8.2.1355 02-Aug-2020 17:00 8.2K [TXT] 8.2.1356 02-Aug-2020 17:34 2.1K [   ] 8.2.1357 02-Aug-2020 19:00 4.5K [   ] 8.2.1358 02-Aug-2020 20:04 2.1K [TXT] 8.2.1359 02-Aug-2020 20:41 3.0K [   ] 8.2.1360 03-Aug-2020 22:41 2.1K [TXT] 8.2.1361 04-Aug-2020 15:53 1.7K [TXT] 8.2.1362 04-Aug-2020 20:18 2.6K [   ] 8.2.1363 04-Aug-2020 21:05 1.6K [   ] 8.2.1364 04-Aug-2020 21:47 1.7K [   ] 8.2.1365 05-Aug-2020 10:54 9.4K [TXT] 8.2.1366 05-Aug-2020 11:21 101K [   ] 8.2.1367 05-Aug-2020 11:52 5.0K [TXT] 8.2.1368 05-Aug-2020 11:52 5.2K [TXT] 8.2.1369 05-Aug-2020 12:03 1.6K [TXT] 8.2.1370 05-Aug-2020 12:11 1.8K [TXT] 8.2.1371 05-Aug-2020 12:33 3.7K [TXT] 8.2.1372 05-Aug-2020 12:46 5.2K [TXT] 8.2.1373 05-Aug-2020 14:34 7.0K [TXT] 8.2.1374 05-Aug-2020 15:11 3.2K [   ] 8.2.1375 05-Aug-2020 15:44 2.3K [   ] 8.2.1376 05-Aug-2020 16:20 3.4K [TXT] 8.2.1377 05-Aug-2020 22:08 1.4K [   ] 8.2.1378 06-Aug-2020 11:24 2.7K [   ] 8.2.1379 06-Aug-2020 16:39 2.4K [TXT] 8.2.1380 06-Aug-2020 21:27 3.0K [TXT] 8.2.1381 06-Aug-2020 21:49 4.5K [TXT] 8.2.1382 06-Aug-2020 22:25 3.0K [   ] 8.2.1383 07-Aug-2020 16:49 61K [TXT] 8.2.1384 07-Aug-2020 18:13 3.7K [   ] 8.2.1385 07-Aug-2020 18:34 6.5K [   ] 8.2.1386 07-Aug-2020 19:28 3.1K [TXT] 8.2.1387 07-Aug-2020 19:28 2.6K [   ] 8.2.1388 07-Aug-2020 20:47 7.7K [TXT] 8.2.1389 07-Aug-2020 20:48 1.4K [TXT] 8.2.1390 07-Aug-2020 21:29 2.1K [   ] 8.2.1391 07-Aug-2020 22:01 2.0K [TXT] 8.2.1392 08-Aug-2020 14:27 3.1K [TXT] 8.2.1393 08-Aug-2020 14:42 13K [   ] 8.2.1394 08-Aug-2020 15:11 4.4K [TXT] 8.2.1395 08-Aug-2020 15:46 7.3K [TXT] 8.2.1396 08-Aug-2020 16:48 7.0K [TXT] 8.2.1397 08-Aug-2020 17:57 2.9K [TXT] 8.2.1398 08-Aug-2020 21:34 2.3K [TXT] 8.2.1399 08-Aug-2020 22:16 5.5K [   ] 8.2.1400 09-Aug-2020 13:03 3.2K [TXT] 8.2.1401 09-Aug-2020 14:05 13K [   ] 8.2.1402 09-Aug-2020 14:08 1.7K [TXT] 8.2.1403 09-Aug-2020 14:34 4.1K [TXT] 8.2.1404 09-Aug-2020 14:44 3.4K [   ] 8.2.1405 09-Aug-2020 15:25 52K [TXT] 8.2.1406 09-Aug-2020 16:38 7.7K [TXT] 8.2.1407 09-Aug-2020 17:22 15K [TXT] 8.2.1408 09-Aug-2020 19:04 6.2K [   ] 8.2.1409 09-Aug-2020 19:33 6.9K [TXT] 8.2.1410 09-Aug-2020 20:06 3.2K [   ] 8.2.1411 09-Aug-2020 21:47 1.9K [   ] 8.2.1412 09-Aug-2020 22:18 3.7K [TXT] 8.2.1413 10-Aug-2020 19:22 5.8K [TXT] 8.2.1414 10-Aug-2020 20:40 10K [TXT] 8.2.1415 10-Aug-2020 21:20 3.2K [   ] 8.2.1416 10-Aug-2020 21:58 5.1K [   ] 8.2.1417 10-Aug-2020 22:16 120K [   ] 8.2.1418 10-Aug-2020 22:41 2.5K [TXT] 8.2.1419 10-Aug-2020 23:10 7.5K [   ] 8.2.1420 11-Aug-2020 20:43 81K [TXT] 8.2.1421 11-Aug-2020 20:57 2.0K [TXT] 8.2.1422 11-Aug-2020 21:59 225K [TXT] 8.2.1423 11-Aug-2020 22:31 2.3K [   ] 8.2.1424 11-Aug-2020 23:09 5.2K [TXT] 8.2.1425 12-Aug-2020 14:22 2.1K [TXT] 8.2.1426 12-Aug-2020 15:22 5.7K [   ] 8.2.1427 12-Aug-2020 15:49 3.5K [   ] 8.2.1428 12-Aug-2020 16:39 3.3K [TXT] 8.2.1429 12-Aug-2020 17:36 3.0K [   ] 8.2.1430 12-Aug-2020 18:02 4.3K [   ] 8.2.1431 12-Aug-2020 18:35 2.9K [   ] 8.2.1432 12-Aug-2020 18:51 149K [   ] 8.2.1433 12-Aug-2020 19:16 2.7K [TXT] 8.2.1434 12-Aug-2020 19:42 2.4K [TXT] 8.2.1435 12-Aug-2020 21:35 14K [TXT] 8.2.1436 12-Aug-2020 21:58 4.4K [TXT] 8.2.1437 12-Aug-2020 22:19 2.6K [TXT] 8.2.1438 12-Aug-2020 22:23 4.4K [TXT] 8.2.1439 13-Aug-2020 19:00 53K [   ] 8.2.1440 13-Aug-2020 19:21 12K [TXT] 8.2.1441 13-Aug-2020 19:43 2.3K [TXT] 8.2.1442 13-Aug-2020 21:06 7.0K [TXT] 8.2.1443 13-Aug-2020 21:40 2.2K [   ] 8.2.1444 13-Aug-2020 22:49 149K [TXT] 8.2.1445 14-Aug-2020 17:09 2.8K [   ] 8.2.1446 14-Aug-2020 18:36 7.6K [   ] 8.2.1447 14-Aug-2020 19:00 2.5K [TXT] 8.2.1448 14-Aug-2020 19:11 1.6K [TXT] 8.2.1449 14-Aug-2020 19:21 3.7K [   ] 8.2.1450 14-Aug-2020 20:53 2.1K [TXT] 8.2.1451 14-Aug-2020 21:28 4.5K [   ] 8.2.1452 14-Aug-2020 21:43 1.6K [TXT] 8.2.1453 14-Aug-2020 21:49 1.5K [   ] 8.2.1454 14-Aug-2020 22:17 2.9K [   ] 8.2.1455 14-Aug-2020 22:45 2.6K [TXT] 8.2.1456 14-Aug-2020 23:09 2.4K [TXT] 8.2.1457 15-Aug-2020 13:50 1.4K [   ] 8.2.1458 15-Aug-2020 14:11 2.8K [TXT] 8.2.1459 15-Aug-2020 14:32 2.7K [TXT] 8.2.1460 15-Aug-2020 16:34 78K [TXT] 8.2.1461 15-Aug-2020 18:39 9.9K [TXT] 8.2.1462 15-Aug-2020 21:11 15K [   ] 8.2.1463 15-Aug-2020 22:15 12K [TXT] 8.2.1464 15-Aug-2020 22:49 1.4K [TXT] 8.2.1465 16-Aug-2020 14:49 14K [TXT] 8.2.1466 16-Aug-2020 17:34 30K [   ] 8.2.1467 16-Aug-2020 18:30 4.1K [TXT] 8.2.1468 16-Aug-2020 18:43 1.9K [TXT] 8.2.1469 16-Aug-2020 21:29 6.2K [   ] 8.2.1470 16-Aug-2020 21:52 7.0K [TXT] 8.2.1471 16-Aug-2020 22:51 2.8K [TXT] 8.2.1472 17-Aug-2020 19:35 3.6K [TXT] 8.2.1473 17-Aug-2020 21:18 9.9K [   ] 8.2.1474 17-Aug-2020 21:18 3.4K [TXT] 8.2.1475 17-Aug-2020 21:45 7.2K [   ] 8.2.1476 17-Aug-2020 21:57 1.8K [   ] 8.2.1477 17-Aug-2020 22:22 2.1K [TXT] 8.2.1478 18-Aug-2020 13:10 5.4K [TXT] 8.2.1479 18-Aug-2020 14:11 11K [   ] 8.2.1480 18-Aug-2020 19:12 3.0K [   ] 8.2.1481 18-Aug-2020 20:35 57K [TXT] 8.2.1482 18-Aug-2020 22:33 3.7K [   ] 8.2.1483 18-Aug-2020 22:51 1.7K [   ] 8.2.1484 18-Aug-2020 23:32 1.7K [   ] 8.2.1485 19-Aug-2020 14:59 2.1K [TXT] 8.2.1486 19-Aug-2020 16:00 5.4K [   ] 8.2.1487 19-Aug-2020 19:47 3.1K [TXT] 8.2.1488 19-Aug-2020 20:20 2.9K [TXT] 8.2.1489 19-Aug-2020 21:21 4.4K [TXT] 8.2.1490 19-Aug-2020 22:03 4.3K [   ] 8.2.1491 20-Aug-2020 15:03 22K [   ] 8.2.1492 20-Aug-2020 15:25 7.1K [TXT] 8.2.1493 20-Aug-2020 15:42 18K [   ] 8.2.1494 20-Aug-2020 16:17 1.7K [   ] 8.2.1495 20-Aug-2020 16:17 1.9K [TXT] 8.2.1496 20-Aug-2020 18:04 2.3K [   ] 8.2.1497 20-Aug-2020 18:48 2.4K [   ] 8.2.1498 20-Aug-2020 18:59 17K [TXT] 8.2.1499 20-Aug-2020 22:30 3.0K [TXT] 8.2.1500 20-Aug-2020 23:05 2.8K [TXT] 8.2.1501 21-Aug-2020 20:44 2.9K [   ] 8.2.1502 21-Aug-2020 21:34 3.4K [TXT] 8.2.1503 21-Aug-2020 21:56 2.5K [TXT] 8.2.1504 21-Aug-2020 22:38 19K [   ] 8.2.1505 21-Aug-2020 22:47 4.7K [TXT] 8.2.1506 22-Aug-2020 15:20 4.2K [   ] 8.2.1507 22-Aug-2020 15:20 3.3K [TXT] 8.2.1508 22-Aug-2020 16:06 5.0K [TXT] 8.2.1509 22-Aug-2020 17:22 1.9K [TXT] 8.2.1510 22-Aug-2020 19:02 7.7K [TXT] 8.2.1511 22-Aug-2020 21:09 3.3K [TXT] 8.2.1512 22-Aug-2020 22:38 4.2K [   ] 8.2.1513 23-Aug-2020 14:29 13K [TXT] 8.2.1514 23-Aug-2020 15:10 2.1K [TXT] 8.2.1515 23-Aug-2020 15:25 2.9K [   ] 8.2.1516 23-Aug-2020 16:29 2.5K [TXT] 8.2.1517 23-Aug-2020 17:35 6.7K [TXT] 8.2.1518 23-Aug-2020 19:35 6.8K [   ] 8.2.1519 23-Aug-2020 21:06 9.1K [   ] 8.2.1520 23-Aug-2020 21:47 2.3K [TXT] 8.2.1521 24-Aug-2020 20:06 5.3K [TXT] 8.2.1522 24-Aug-2020 20:29 12K [TXT] 8.2.1523 25-Aug-2020 21:20 19K [TXT] 8.2.1524 25-Aug-2020 22:57 4.1K [TXT] 8.2.1525 26-Aug-2020 22:31 3.7K [TXT] 8.2.1526 27-Aug-2020 21:34 1.8K [   ] 8.2.1527 27-Aug-2020 21:34 4.2K [TXT] 8.2.1528 27-Aug-2020 22:43 4.5K [TXT] 8.2.1529 27-Aug-2020 23:09 2.7K [   ] 8.2.1530 27-Aug-2020 23:38 1.7K [   ] 8.2.1531 27-Aug-2020 23:58 1.6K [   ] 8.2.1532 28-Aug-2020 16:39 1.8K [   ] 8.2.1533 28-Aug-2020 16:51 2.0K [TXT] 8.2.1534 28-Aug-2020 17:19 4.4K [   ] 8.2.1535 28-Aug-2020 21:05 15K [TXT] 8.2.1536 28-Aug-2020 22:25 8.8K [   ] 8.2.1537 28-Aug-2020 23:28 4.6K [TXT] 8.2.1538 29-Aug-2020 12:58 6.3K [TXT] 8.2.1539 29-Aug-2020 13:41 10K [TXT] 8.2.1540 29-Aug-2020 16:42 2.8K [   ] 8.2.1541 29-Aug-2020 17:47 4.2K [TXT] 8.2.1542 29-Aug-2020 23:00 1.5K [TXT] 8.2.1543 30-Aug-2020 12:55 2.2K [TXT] 8.2.1544 30-Aug-2020 15:53 15K [TXT] 8.2.1545 30-Aug-2020 18:15 2.5K [TXT] 8.2.1546 30-Aug-2020 18:15 5.0K [   ] 8.2.1547 30-Aug-2020 19:27 7.8K [TXT] 8.2.1548 30-Aug-2020 19:42 1.4K [TXT] 8.2.1549 30-Aug-2020 20:47 1.8K [   ] 8.2.1550 30-Aug-2020 21:27 2.6K [TXT] 8.2.1551 30-Aug-2020 23:25 14K [   ] 8.2.1552 31-Aug-2020 19:59 4.8K [TXT] 8.2.1553 31-Aug-2020 21:15 2.9K [TXT] 8.2.1554 31-Aug-2020 21:23 1.4K [TXT] 8.2.1555 31-Aug-2020 21:31 5.5K [TXT] 8.2.1556 31-Aug-2020 22:00 8.4K [   ] 8.2.1557 31-Aug-2020 22:16 2.4K [TXT] 8.2.1558 31-Aug-2020 23:19 1.4K [   ] 8.2.1559 01-Sep-2020 17:53 1.6K [   ] 8.2.1560 01-Sep-2020 19:57 6.1K [   ] 8.2.1561 01-Sep-2020 21:22 1.8K [TXT] 8.2.1562 01-Sep-2020 23:07 5.7K [   ] 8.2.1563 01-Sep-2020 23:17 2.9K [TXT] 8.2.1564 02-Sep-2020 10:26 3.7K [TXT] 8.2.1565 02-Sep-2020 13:07 1.7K [   ] 8.2.1566 02-Sep-2020 17:09 2.9K [   ] 8.2.1567 02-Sep-2020 19:25 4.3K [TXT] 8.2.1568 02-Sep-2020 20:00 3.0K [   ] 8.2.1569 02-Sep-2020 21:03 2.7K [TXT] 8.2.1570 02-Sep-2020 21:22 5.9K [   ] 8.2.1571 02-Sep-2020 21:32 2.4K [   ] 8.2.1572 02-Sep-2020 21:39 2.7K [   ] 8.2.1573 02-Sep-2020 21:47 2.2K [   ] 8.2.1574 02-Sep-2020 21:54 2.7K [   ] 8.2.1575 02-Sep-2020 21:58 2.7K [   ] 8.2.1576 02-Sep-2020 22:11 2.4K [   ] 8.2.1577 02-Sep-2020 22:26 3.7K [   ] 8.2.1578 02-Sep-2020 22:35 2.8K [   ] 8.2.1579 03-Sep-2020 16:51 6.3K [   ] 8.2.1580 03-Sep-2020 16:51 8.4K [   ] 8.2.1581 03-Sep-2020 18:53 2.3K [TXT] 8.2.1582 03-Sep-2020 19:25 2.1K [TXT] 8.2.1583 03-Sep-2020 19:51 2.2K [   ] 8.2.1584 03-Sep-2020 22:34 3.6K [TXT] 8.2.1585 04-Sep-2020 13:53 12K [   ] 8.2.1586 04-Sep-2020 14:42 2.6K [TXT] 8.2.1587 04-Sep-2020 15:38 15K [TXT] 8.2.1588 04-Sep-2020 16:36 12K [TXT] 8.2.1589 04-Sep-2020 18:36 7.1K [   ] 8.2.1590 04-Sep-2020 18:36 2.2K [   ] 8.2.1591 04-Sep-2020 18:38 3.4K [   ] 8.2.1592 04-Sep-2020 19:51 2.1K [TXT] 8.2.1593 04-Sep-2020 21:19 68K [   ] 8.2.1594 05-Sep-2020 13:49 3.4K [TXT] 8.2.1595 05-Sep-2020 15:06 9.0K [   ] 8.2.1596 05-Sep-2020 15:06 1.9K [TXT] 8.2.1597 05-Sep-2020 15:57 110K [TXT] 8.2.1598 05-Sep-2020 16:09 3.0K [   ] 8.2.1599 05-Sep-2020 17:04 2.9K [   ] 8.2.1600 05-Sep-2020 17:20 2.7K [   ] 8.2.1601 05-Sep-2020 17:31 2.1K [   ] 8.2.1602 05-Sep-2020 17:37 2.8K [TXT] 8.2.1603 05-Sep-2020 17:52 2.1K [   ] 8.2.1604 05-Sep-2020 18:32 2.1K [TXT] 8.2.1605 05-Sep-2020 18:42 1.9K [   ] 8.2.1606 05-Sep-2020 18:46 1.9K [TXT] 8.2.1607 05-Sep-2020 18:49 1.3K [TXT] 8.2.1608 05-Sep-2020 20:00 1.8K [   ] 8.2.1609 05-Sep-2020 20:07 2.8K [   ] 8.2.1610 05-Sep-2020 20:18 2.6K [   ] 8.2.1611 05-Sep-2020 20:30 2.1K [   ] 8.2.1612 05-Sep-2020 20:51 3.3K [   ] 8.2.1613 05-Sep-2020 21:01 3.0K [   ] 8.2.1614 05-Sep-2020 21:22 2.8K [   ] 8.2.1615 05-Sep-2020 21:35 2.9K [   ] 8.2.1616 05-Sep-2020 21:43 2.5K [   ] 8.2.1617 05-Sep-2020 21:58 9.4K [TXT] 8.2.1618 05-Sep-2020 22:38 2.2K [   ] 8.2.1619 05-Sep-2020 22:46 2.2K [   ] 8.2.1620 05-Sep-2020 23:16 1.9K [   ] 8.2.1621 06-Sep-2020 15:15 1.9K [TXT] 8.2.1622 06-Sep-2020 15:54 25K [   ] 8.2.1623 06-Sep-2020 15:59 49K [   ] 8.2.1624 06-Sep-2020 16:09 3.3K [TXT] 8.2.1625 06-Sep-2020 17:10 2.0K [TXT] 8.2.1626 06-Sep-2020 17:14 1.7K [   ] 8.2.1627 06-Sep-2020 18:23 3.9K [   ] 8.2.1628 06-Sep-2020 18:40 2.2K [   ] 8.2.1629 06-Sep-2020 20:07 2.1K [   ] 8.2.1630 06-Sep-2020 21:13 2.1K [TXT] 8.2.1631 06-Sep-2020 21:48 15K [TXT] 8.2.1632 06-Sep-2020 22:27 15K [   ] 8.2.1633 07-Sep-2020 18:54 3.8K [TXT] 8.2.1634 07-Sep-2020 22:06 18K [TXT] 8.2.1635 08-Sep-2020 19:08 2.2K [TXT] 8.2.1636 08-Sep-2020 22:07 7.1K [   ] 8.2.1637 08-Sep-2020 22:57 12K [TXT] 8.2.1638 08-Sep-2020 22:57 3.5K [TXT] 8.2.1639 09-Sep-2020 13:03 47K [TXT] 8.2.1640 09-Sep-2020 13:03 1.3K [   ] 8.2.1641 09-Sep-2020 14:56 4.2K [TXT] 8.2.1642 09-Sep-2020 15:11 1.8K [TXT] 8.2.1643 09-Sep-2020 17:09 2.0K [TXT] 8.2.1644 09-Sep-2020 18:55 6.0K [   ] 8.2.1645 09-Sep-2020 19:06 2.4K [TXT] 8.2.1646 09-Sep-2020 19:27 1.9K [TXT] 8.2.1647 09-Sep-2020 20:04 4.7K [   ] 8.2.1648 09-Sep-2020 20:43 9.4K [   ] 8.2.1649 09-Sep-2020 20:59 4.7K [TXT] 8.2.1650 09-Sep-2020 22:28 11K [TXT] 8.2.1651 09-Sep-2020 22:44 5.5K [TXT] 8.2.1652 10-Sep-2020 14:26 11K [TXT] 8.2.1653 10-Sep-2020 21:27 12K [   ] 8.2.1654 11-Sep-2020 11:24 3.8K [   ] 8.2.1655 10-Sep-2020 21:36 2.3K [TXT] 8.2.1656 10-Sep-2020 22:06 2.0K [TXT] 8.2.1657 10-Sep-2020 22:29 2.7K [TXT] 8.2.1658 11-Sep-2020 18:00 3.4K [   ] 8.2.1659 11-Sep-2020 18:12 4.1K [TXT] 8.2.1660 11-Sep-2020 19:25 47K [TXT] 8.2.1661 11-Sep-2020 19:29 2.0K [TXT] 8.2.1662 11-Sep-2020 20:38 22K [TXT] 8.2.1663 11-Sep-2020 20:52 117K [TXT] 8.2.1664 11-Sep-2020 22:11 6.8K [   ] 8.2.1665 11-Sep-2020 22:25 16K [TXT] 8.2.1666 12-Sep-2020 14:54 7.0K [TXT] 8.2.1667 12-Sep-2020 18:33 9.8K [TXT] 8.2.1668 12-Sep-2020 19:12 2.6K [TXT] 8.2.1669 12-Sep-2020 19:52 5.7K [   ] 8.2.1670 12-Sep-2020 21:05 2.0K [   ] 8.2.1671 12-Sep-2020 21:28 2.1K [TXT] 8.2.1672 12-Sep-2020 22:10 1.4K [TXT] 8.2.1673 12-Sep-2020 22:53 2.5K [TXT] 8.2.1674 13-Sep-2020 18:58 2.2K [TXT] 8.2.1675 13-Sep-2020 21:04 1.9K [   ] 8.2.1676 13-Sep-2020 22:01 2.2K [TXT] 8.2.1677 13-Sep-2020 22:22 5.7K [TXT] 8.2.1678 13-Sep-2020 22:38 2.2K [   ] 8.2.1679 14-Sep-2020 16:38 7.3K [   ] 8.2.1680 14-Sep-2020 16:50 1.9K [TXT] 8.2.1681 14-Sep-2020 17:05 8.6K [TXT] 8.2.1682 14-Sep-2020 18:16 4.6K [   ] 8.2.1683 14-Sep-2020 18:36 2.7K [TXT] 8.2.1684 14-Sep-2020 19:12 2.8K [TXT] 8.2.1685 14-Sep-2020 21:40 49K [   ] 8.2.1686 14-Sep-2020 22:29 3.2K [   ] 8.2.1687 14-Sep-2020 22:40 1.6K [TXT] 8.2.1688 15-Sep-2020 20:34 5.0K [TXT] 8.2.1689 15-Sep-2020 20:53 4.9K [   ] 8.2.1690 15-Sep-2020 21:35 5.0K [TXT] 8.2.1691 16-Sep-2020 15:22 42K [TXT] 8.2.1692 16-Sep-2020 15:44 1.4K [TXT] 8.2.1693 16-Sep-2020 15:44 3.3K [TXT] 8.2.1694 16-Sep-2020 15:46 1.8K [   ] 8.2.1695 16-Sep-2020 17:31 2.6K [TXT] 8.2.1696 16-Sep-2020 17:31 1.5K [TXT] 8.2.1697 16-Sep-2020 17:56 36K [TXT] 8.2.1698 16-Sep-2020 21:09 24K [TXT] 8.2.1699 16-Sep-2020 21:51 1.3K [   ] 8.2.1700 16-Sep-2020 22:30 2.0K [   ] 8.2.1701 16-Sep-2020 23:24 2.6K [   ] 8.2.1702 17-Sep-2020 20:00 2.1K [TXT] 8.2.1703 17-Sep-2020 20:00 7.7K [TXT] 8.2.1704 17-Sep-2020 21:29 4.4K [TXT] 8.2.1705 18-Sep-2020 19:41 4.6K [TXT] 8.2.1706 18-Sep-2020 21:26 3.1K [   ] 8.2.1707 18-Sep-2020 21:57 2.3K [   ] 8.2.1708 18-Sep-2020 22:42 3.4K [TXT] 8.2.1709 18-Sep-2020 23:11 1.5K [TXT] 8.2.1710 19-Sep-2020 14:13 3.2K [TXT] 8.2.1711 19-Sep-2020 15:17 5.7K [   ] 8.2.1712 19-Sep-2020 18:21 5.7K [   ] 8.2.1713 20-Sep-2020 19:58 1.7K [TXT] 8.2.1714 20-Sep-2020 21:05 2.3K [TXT] 8.2.1715 20-Sep-2020 21:14 1.8K [TXT] 8.2.1716 20-Sep-2020 21:33 13K [   ] 8.2.1717 20-Sep-2020 21:44 19K [TXT] 8.2.1718 20-Sep-2020 22:04 2.8K [TXT] 8.2.1719 21-Sep-2020 20:36 2.9K [TXT] 8.2.1720 21-Sep-2020 20:36 2.6K [TXT] 8.2.1721 21-Sep-2020 21:30 1.6K [   ] 8.2.1722 21-Sep-2020 21:49 2.8K [   ] 8.2.1723 21-Sep-2020 22:03 2.0K [   ] 8.2.1724 21-Sep-2020 22:28 40K [   ] 8.2.1725 22-Sep-2020 19:16 4.2K [TXT] 8.2.1726 22-Sep-2020 20:34 41K [TXT] 8.2.1727 22-Sep-2020 21:57 9.4K [TXT] 8.2.1728 22-Sep-2020 22:09 1.4K [TXT] 8.2.1729 23-Sep-2020 12:30 5.2K [   ] 8.2.1730 23-Sep-2020 13:26 2.9K [TXT] 8.2.1731 23-Sep-2020 15:57 4.0K [TXT] 8.2.1732 23-Sep-2020 17:42 6.5K [TXT] 8.2.1733 23-Sep-2020 18:52 1.4K [TXT] 8.2.1734 23-Sep-2020 21:58 16K [   ] 8.2.1735 23-Sep-2020 22:28 1.9K [   ] 8.2.1736 23-Sep-2020 22:38 11K [TXT] 8.2.1737 24-Sep-2020 22:58 5.6K [TXT] 8.2.1738 24-Sep-2020 23:09 1.4K [TXT] 8.2.1739 25-Sep-2020 21:48 4.0K [TXT] 8.2.1740 25-Sep-2020 22:13 1.6K [TXT] 8.2.1741 25-Sep-2020 22:43 9.8K [TXT] 8.2.1742 25-Sep-2020 23:13 2.0K [TXT] 8.2.1743 25-Sep-2020 23:49 4.2K [   ] 8.2.1744 26-Sep-2020 15:10 102K [TXT] 8.2.1745 26-Sep-2020 15:21 1.3K [   ] 8.2.1746 26-Sep-2020 17:21 3.4K [   ] 8.2.1747 26-Sep-2020 18:47 2.7K [TXT] 8.2.1748 26-Sep-2020 19:12 3.1K [   ] 8.2.1749 26-Sep-2020 20:00 3.2K [TXT] 8.2.1750 26-Sep-2020 22:04 13K [   ] 8.2.1751 26-Sep-2020 22:40 4.1K [TXT] 8.2.1752 27-Sep-2020 13:20 4.8K [TXT] 8.2.1753 27-Sep-2020 13:51 1.5K [TXT] 8.2.1754 27-Sep-2020 13:59 2.6K [   ] 8.2.1755 27-Sep-2020 14:37 3.1K [   ] 8.2.1756 27-Sep-2020 15:20 63K [TXT] 8.2.1757 27-Sep-2020 16:04 3.6K [TXT] 8.2.1758 27-Sep-2020 17:46 2.8K [   ] 8.2.1759 27-Sep-2020 17:59 75K [   ] 8.2.1760 27-Sep-2020 18:24 2.3K [   ] 8.2.1761 27-Sep-2020 19:06 55K [   ] 8.2.1762 27-Sep-2020 20:13 2.9K [   ] 8.2.1763 27-Sep-2020 21:17 3.3K [   ] 8.2.1764 27-Sep-2020 21:28 2.2K [   ] 8.2.1765 27-Sep-2020 22:02 15K [TXT] 8.2.1766 27-Sep-2020 22:48 47K [   ] 8.2.1767 27-Sep-2020 23:35 1.5K [TXT] 8.2.1768 28-Sep-2020 22:30 4.9K [TXT] 8.2.1769 28-Sep-2020 22:30 7.9K [   ] 8.2.1770 28-Sep-2020 23:15 2.6K [TXT] 8.2.1771 29-Sep-2020 21:00 4.6K [TXT] 8.2.1772 29-Sep-2020 21:24 2.8K [   ] 8.2.1773 29-Sep-2020 21:46 1.7K [TXT] 8.2.1774 29-Sep-2020 22:17 1.7K [TXT] 8.2.1775 30-Sep-2020 10:16 3.7K [TXT] 8.2.1776 30-Sep-2020 22:50 2.2K [TXT] 8.2.1777 30-Sep-2020 23:00 10K [TXT] 8.2.1778 01-Oct-2020 13:02 4.9K [   ] 8.2.1779 01-Oct-2020 16:55 2.3K [TXT] 8.2.1780 01-Oct-2020 19:21 2.6K [TXT] 8.2.1781 01-Oct-2020 20:14 3.0K [   ] 8.2.1782 01-Oct-2020 21:38 2.0K [TXT] 8.2.1783 01-Oct-2020 22:40 3.7K [TXT] 8.2.1784 02-Oct-2020 10:30 3.9K [   ] 8.2.1785 02-Oct-2020 18:27 1.7K [   ] 8.2.1786 02-Oct-2020 18:48 12K [   ] 8.2.1787 02-Oct-2020 20:36 3.6K [TXT] 8.2.1788 03-Oct-2020 12:58 2.6K [TXT] 8.2.1789 03-Oct-2020 13:54 2.9K [TXT] 8.2.1790 03-Oct-2020 13:58 2.4K [TXT] 8.2.1791 03-Oct-2020 14:15 1.9K [   ] 8.2.1792 03-Oct-2020 14:25 2.9K [TXT] 8.2.1793 03-Oct-2020 17:05 4.8K [TXT] 8.2.1794 03-Oct-2020 20:18 20K [TXT] 8.2.1795 03-Oct-2020 22:53 37K [TXT] 8.2.1796 04-Oct-2020 13:44 3.4K [TXT] 8.2.1797 04-Oct-2020 14:18 2.6K [TXT] 8.2.1798 04-Oct-2020 16:06 20K [   ] 8.2.1799 04-Oct-2020 16:19 12K [TXT] 8.2.1800 04-Oct-2020 17:33 1.6K [TXT] 8.2.1801 04-Oct-2020 19:59 2.9K [   ] 8.2.1802 05-Oct-2020 19:24 1.9K [   ] 8.2.1803 05-Oct-2020 20:09 4.0K [TXT] 8.2.1804 05-Oct-2020 20:39 2.0K [   ] 8.2.1805 05-Oct-2020 21:40 2.4K [TXT] 8.2.1806 06-Oct-2020 19:59 2.4K [TXT] 8.2.1807 06-Oct-2020 20:47 2.4K [   ] 8.2.1808 07-Oct-2020 12:59 2.5K [TXT] 8.2.1809 07-Oct-2020 16:13 6.3K [   ] 8.2.1810 07-Oct-2020 16:55 6.2K [TXT] 8.2.1811 07-Oct-2020 17:30 5.1K [TXT] 8.2.1812 07-Oct-2020 19:08 3.3K [TXT] 8.2.1813 08-Oct-2020 21:18 7.6K [TXT] 8.2.1814 08-Oct-2020 21:31 1.6K [TXT] 8.2.1815 08-Oct-2020 23:22 2.9K [TXT] 8.2.1816 09-Oct-2020 10:22 3.4K [TXT] 8.2.1817 09-Oct-2020 22:05 3.6K [TXT] 8.2.1818 09-Oct-2020 23:06 1.6K [TXT] 8.2.1819 10-Oct-2020 14:13 12K [TXT] 8.2.1820 10-Oct-2020 15:06 1.5K [TXT] 8.2.1821 10-Oct-2020 15:39 3.4K [TXT] 8.2.1822 10-Oct-2020 16:43 1.8K [TXT] 8.2.1823 10-Oct-2020 16:46 2.5K [TXT] 8.2.1824 10-Oct-2020 19:07 9.5K [TXT] 8.2.1825 10-Oct-2020 20:32 2.4K [   ] 8.2.1826 10-Oct-2020 21:34 7.4K [   ] 8.2.1827 10-Oct-2020 21:51 47K [TXT] 8.2.1828 10-Oct-2020 22:27 1.6K [   ] 8.2.1829 10-Oct-2020 22:35 2.4K [TXT] 8.2.1830 10-Oct-2020 23:27 3.7K [TXT] 8.2.1831 11-Oct-2020 14:23 1.4K [   ] 8.2.1832 11-Oct-2020 14:31 2.2K [TXT] 8.2.1833 11-Oct-2020 14:59 2.2K [TXT] 8.2.1834 11-Oct-2020 18:05 4.5K [TXT] 8.2.1835 11-Oct-2020 19:56 5.8K [TXT] 8.2.1836 11-Oct-2020 20:09 3.7K [TXT] 8.2.1837 11-Oct-2020 20:44 4.2K [TXT] 8.2.1838 11-Oct-2020 21:35 5.7K [TXT] 8.2.1839 12-Oct-2020 20:32 3.2K [   ] 8.2.1840 12-Oct-2020 22:08 4.4K [TXT] 8.2.1841 13-Oct-2020 18:39 1.8K [TXT] 8.2.1842 13-Oct-2020 19:09 3.4K [   ] 8.2.1843 13-Oct-2020 21:12 2.1K [TXT] 8.2.1844 13-Oct-2020 22:16 3.7K [   ] 8.2.1845 14-Oct-2020 19:40 16K [TXT] 8.2.1846 15-Oct-2020 12:51 30K [   ] 8.2.1847 15-Oct-2020 13:58 1.4K [TXT] 8.2.1848 15-Oct-2020 19:12 2.5K [   ] 8.2.1849 15-Oct-2020 20:43 3.9K [TXT] 8.2.1850 15-Oct-2020 21:24 2.9K [   ] 8.2.1851 15-Oct-2020 21:55 3.6K [TXT] 8.2.1852 15-Oct-2020 22:30 3.6K [   ] 8.2.1853 16-Oct-2020 19:57 2.1K [   ] 8.2.1854 16-Oct-2020 20:26 2.9K [TXT] 8.2.1855 16-Oct-2020 23:17 3.9K [   ] 8.2.1856 17-Oct-2020 17:43 2.6K [   ] 8.2.1857 17-Oct-2020 18:52 2.4K [   ] 8.2.1858 17-Oct-2020 19:30 4.4K [TXT] 8.2.1859 17-Oct-2020 22:04 4.1K [TXT] 8.2.1860 17-Oct-2020 22:59 1.3K [   ] 8.2.1861 18-Oct-2020 18:04 4.2K [TXT] 8.2.1862 19-Oct-2020 11:23 1.3K [   ] 8.2.1863 19-Oct-2020 13:13 3.5K [TXT] 8.2.1864 19-Oct-2020 16:08 19K [TXT] 8.2.1865 19-Oct-2020 19:04 8.9K [TXT] 8.2.1866 19-Oct-2020 20:22 1.9K [TXT] 8.2.1867 19-Oct-2020 20:46 7.6K [   ] 8.2.1868 19-Oct-2020 21:46 2.0K [TXT] 8.2.1869 19-Oct-2020 23:02 1.3K [   ] 8.2.1870 20-Oct-2020 14:59 10K [   ] 8.2.1871 20-Oct-2020 14:59 2.6K [   ] 8.2.1872 20-Oct-2020 22:56 6.4K [   ] 8.2.1873 20-Oct-2020 23:12 2.2K [TXT] 8.2.1874 21-Oct-2020 12:20 7.0K [   ] 8.2.1875 21-Oct-2020 12:38 1.9K [TXT] 8.2.1876 21-Oct-2020 14:25 109K [   ] 8.2.1877 21-Oct-2020 14:50 4.5K [   ] 8.2.1878 21-Oct-2020 16:45 29K [TXT] 8.2.1879 21-Oct-2020 16:45 8.5K [TXT] 8.2.1880 21-Oct-2020 16:50 2.0K [   ] 8.2.1881 21-Oct-2020 17:29 4.7K [TXT] 8.2.1882 21-Oct-2020 21:02 3.4K [TXT] 8.2.1883 21-Oct-2020 21:02 20K [   ] 8.2.1884 22-Oct-2020 12:33 2.4K [   ] 8.2.1885 22-Oct-2020 12:34 1.5K [TXT] 8.2.1886 22-Oct-2020 13:45 3.3K [   ] 8.2.1887 22-Oct-2020 17:38 1.6K [   ] 8.2.1888 22-Oct-2020 18:24 2.5K [   ] 8.2.1889 22-Oct-2020 19:00 1.9K [TXT] 8.2.1890 22-Oct-2020 20:10 3.6K [   ] 8.2.1891 23-Oct-2020 12:20 6.3K [TXT] 8.2.1892 23-Oct-2020 15:41 1.8K [TXT] 8.2.1893 23-Oct-2020 16:51 30K [   ] 8.2.1894 23-Oct-2020 18:13 8.5K [TXT] 8.2.1895 23-Oct-2020 18:53 1.4K [TXT] 8.2.1896 24-Oct-2020 13:33 2.0K [TXT] 8.2.1897 24-Oct-2020 17:20 16K [TXT] 8.2.1898 24-Oct-2020 20:51 93K [TXT] 8.2.1899 24-Oct-2020 20:59 1.5K [   ] 8.2.1900 24-Oct-2020 23:09 19K [TXT] 8.2.1901 25-Oct-2020 13:23 3.6K [TXT] 8.2.1902 25-Oct-2020 15:03 2.1K [TXT] 8.2.1903 25-Oct-2020 16:19 1.7K [TXT] 8.2.1904 25-Oct-2020 17:10 6.8K [TXT] 8.2.1905 25-Oct-2020 17:56 3.4K [TXT] 8.2.1906 26-Oct-2020 18:48 2.9K [TXT] 8.2.1907 26-Oct-2020 19:23 6.6K [TXT] 8.2.1908 26-Oct-2020 20:18 3.3K [TXT] 8.2.1909 26-Oct-2020 21:06 26K [TXT] 8.2.1910 26-Oct-2020 21:40 2.2K [TXT] 8.2.1911 27-Oct-2020 09:13 1.8K [TXT] 8.2.1912 27-Oct-2020 20:00 3.0K [TXT] 8.2.1913 27-Oct-2020 20:44 2.1K [TXT] 8.2.1914 28-Oct-2020 13:54 8.3K [TXT] 8.2.1915 28-Oct-2020 14:33 2.7K [   ] 8.2.1916 28-Oct-2020 16:56 3.4K [   ] 8.2.1917 28-Oct-2020 17:23 1.6K [   ] 8.2.1918 28-Oct-2020 17:56 2.4K [   ] 8.2.1919 28-Oct-2020 20:21 16K [   ] 8.2.1920 28-Oct-2020 22:47 1.8K [TXT] 8.2.1921 29-Oct-2020 18:58 3.8K [TXT] 8.2.1922 29-Oct-2020 20:09 5.3K [TXT] 8.2.1923 29-Oct-2020 20:25 2.3K [   ] 8.2.1924 30-Oct-2020 18:33 3.3K [   ] 8.2.1925 30-Oct-2020 19:07 1.7K [   ] 8.2.1926 30-Oct-2020 19:25 2.6K [TXT] 8.2.1927 30-Oct-2020 20:50 5.0K [TXT] 8.2.1928 30-Oct-2020 21:50 2.5K [TXT] 8.2.1929 31-Oct-2020 13:06 1.9K [TXT] 8.2.1930 31-Oct-2020 16:34 3.1K [TXT] 8.2.1931 31-Oct-2020 19:34 6.5K [TXT] 8.2.1932 01-Nov-2020 13:35 4.7K [TXT] 8.2.1933 01-Nov-2020 13:59 10K [TXT] 8.2.1934 01-Nov-2020 17:06 7.0K [TXT] 8.2.1935 01-Nov-2020 17:21 3.8K [TXT] 8.2.1936 01-Nov-2020 17:45 2.9K [TXT] 8.2.1937 01-Nov-2020 20:05 2.7K [TXT] 8.2.1938 01-Nov-2020 21:57 3.4K [TXT] 8.2.1939 01-Nov-2020 21:57 2.8K [TXT] 8.2.1940 01-Nov-2020 22:16 1.5K [TXT] 8.2.1941 01-Nov-2020 22:32 1.4K [TXT] 8.2.1942 02-Nov-2020 20:08 18K [   ] 8.2.1943 02-Nov-2020 21:09 2.5K [   ] 8.2.1944 03-Nov-2020 11:54 1.7K [   ] 8.2.1945 03-Nov-2020 18:21 2.6K [TXT] 8.2.1946 03-Nov-2020 18:52 4.1K [TXT] 8.2.1947 03-Nov-2020 20:06 1.8K [TXT] 8.2.1948 04-Nov-2020 11:04 3.2K [TXT] 8.2.1949 04-Nov-2020 11:37 5.5K [   ] 8.2.1950 04-Nov-2020 12:01 3.4K [   ] 8.2.1951 04-Nov-2020 12:24 7.8K [   ] 8.2.1952 04-Nov-2020 13:39 2.9K [TXT] 8.2.1953 04-Nov-2020 15:08 7.1K [TXT] 8.2.1954 04-Nov-2020 18:03 3.4K [   ] 8.2.1955 04-Nov-2020 18:54 3.1K [TXT] 8.2.1956 05-Nov-2020 18:55 20K [   ] 8.2.1957 05-Nov-2020 19:08 8.6K [   ] 8.2.1958 05-Nov-2020 19:35 1.7K [TXT] 8.2.1959 05-Nov-2020 20:02 4.5K [TXT] 8.2.1960 05-Nov-2020 20:47 1.6K [TXT] 8.2.1961 05-Nov-2020 20:51 3.9K [TXT] 8.2.1962 06-Nov-2020 13:45 5.8K [TXT] 8.2.1963 06-Nov-2020 18:08 4.6K [   ] 8.2.1964 06-Nov-2020 18:53 2.8K [TXT] 8.2.1965 07-Nov-2020 16:59 4.8K [TXT] 8.2.1966 07-Nov-2020 16:59 8.4K [TXT] 8.2.1967 07-Nov-2020 19:26 13K [   ] 8.2.1968 08-Nov-2020 13:14 7.2K [TXT] 8.2.1969 09-Nov-2020 18:32 21K [TXT] 8.2.1970 09-Nov-2020 21:07 5.1K [TXT] 8.2.1971 10-Nov-2020 11:45 1.7K [   ] 8.2.1972 10-Nov-2020 18:24 1.8K [   ] 8.2.1973 10-Nov-2020 20:55 2.1K [TXT] 8.2.1974 10-Nov-2020 20:59 2.0K [TXT] 8.2.1975 10-Nov-2020 22:06 1.4K [   ] 8.2.1976 11-Nov-2020 20:53 2.5K [TXT] 8.2.1977 12-Nov-2020 12:09 16K [TXT] 8.2.1978 12-Nov-2020 14:22 33K [TXT] 8.2.1979 12-Nov-2020 15:13 3.5K [TXT] 8.2.1980 12-Nov-2020 20:17 56K [   ] 8.2.1981 13-Nov-2020 17:48 2.1K [TXT] 8.2.1982 14-Nov-2020 14:24 2.6K [TXT] 8.2.1983 14-Nov-2020 14:24 4.4K [TXT] 8.2.1984 14-Nov-2020 17:27 5.2K [   ] 8.2.1985 14-Nov-2020 20:22 2.8K [TXT] 8.2.1986 14-Nov-2020 20:58 2.3K [TXT] 8.2.1987 14-Nov-2020 21:06 3.3K [TXT] 8.2.1988 14-Nov-2020 21:35 2.4K [TXT] 8.2.1989 15-Nov-2020 14:10 2.4K [TXT] 8.2.1990 15-Nov-2020 20:33 7.9K [TXT] 8.2.1991 15-Nov-2020 21:07 1.6K [TXT] 8.2.1992 16-Nov-2020 18:40 1.3K [TXT] 8.2.1993 16-Nov-2020 18:40 2.2K [   ] 8.2.1994 16-Nov-2020 18:50 3.3K [TXT] 8.2.1995 16-Nov-2020 19:12 2.4K [TXT] 8.2.1996 16-Nov-2020 20:09 7.3K [TXT] 8.2.1997 16-Nov-2020 20:49 2.5K [   ] 8.2.1998 16-Nov-2020 21:03 2.0K [TXT] 8.2.1999 16-Nov-2020 21:23 1.7K [TXT] 8.2.2000 16-Nov-2020 22:12 4.3K [TXT] 8.2.2001 17-Nov-2020 18:24 7.3K [TXT] 8.2.2002 17-Nov-2020 18:51 2.9K [   ] 8.2.2003 17-Nov-2020 19:23 2.0K [   ] 8.2.2004 17-Nov-2020 19:57 1.6K [TXT] 8.2.2005 18-Nov-2020 11:35 4.2K [   ] 8.2.2006 18-Nov-2020 12:13 2.3K [TXT] 8.2.2007 18-Nov-2020 12:25 1.7K [TXT] 8.2.2008 18-Nov-2020 15:22 2.8K [TXT] 8.2.2009 18-Nov-2020 15:30 7.1K [   ] 8.2.2010 18-Nov-2020 16:36 3.6K [TXT] 8.2.2011 18-Nov-2020 16:54 3.9K [   ] 8.2.2012 18-Nov-2020 17:18 3.1K [   ] 8.2.2013 18-Nov-2020 17:39 2.6K [TXT] 8.2.2014 19-Nov-2020 18:47 2.9K [TXT] 8.2.2015 19-Nov-2020 18:54 12K [TXT] 8.2.2016 19-Nov-2020 18:58 2.2K [TXT] 8.2.2017 19-Nov-2020 19:02 2.6K [TXT] 8.2.2018 19-Nov-2020 21:50 2.6K [TXT] 8.2.2019 20-Nov-2020 09:11 2.4K [TXT] 8.2.2020 20-Nov-2020 19:00 3.4K [TXT] 8.2.2021 20-Nov-2020 19:27 6.5K [TXT] 8.2.2022 20-Nov-2020 21:07 2.2K [TXT] 8.2.2023 21-Nov-2020 11:46 1.6K [TXT] 8.2.2024 21-Nov-2020 12:42 6.6K [TXT] 8.2.2025 21-Nov-2020 12:45 1.7K [TXT] 8.2.2026 21-Nov-2020 13:52 1.4K [TXT] 8.2.2027 21-Nov-2020 14:00 1.2K [   ] 8.2.2028 21-Nov-2020 14:17 1.5K [   ] 8.2.2029 21-Nov-2020 14:17 1.6K [TXT] 8.2.2030 21-Nov-2020 21:42 4.6K [   ] 8.2.2031 22-Nov-2020 14:24 8.9K [   ] 8.2.2032 22-Nov-2020 18:16 4.9K [TXT] 8.2.2033 22-Nov-2020 18:16 8.5K [   ] 8.2.2034 23-Nov-2020 08:32 16K [   ] 8.2.2035 23-Nov-2020 18:48 3.2K [TXT] 8.2.2036 23-Nov-2020 20:27 4.0K [TXT] 8.2.2037 23-Nov-2020 21:26 3.0K [TXT] 8.2.2038 23-Nov-2020 21:39 1.6K [TXT] 8.2.2039 23-Nov-2020 22:02 3.0K [TXT] 8.2.2040 24-Nov-2020 19:37 2.7K [   ] 8.2.2041 24-Nov-2020 20:16 3.5K [   ] 8.2.2042 25-Nov-2020 12:26 2.0K [   ] 8.2.2043 25-Nov-2020 12:26 1.9K [TXT] 8.2.2044 25-Nov-2020 12:44 4.1K [   ] 8.2.2045 25-Nov-2020 13:50 5.2K [   ] 8.2.2046 25-Nov-2020 14:16 5.5K [TXT] 8.2.2047 25-Nov-2020 15:46 1.6K [TXT] 8.2.2048 25-Nov-2020 15:53 1.6K [TXT] 8.2.2049 25-Nov-2020 17:02 1.8K [TXT] 8.2.2050 25-Nov-2020 17:43 3.1K [TXT] 8.2.2051 25-Nov-2020 19:20 3.8K [TXT] 8.2.2052 25-Nov-2020 20:12 8.4K [TXT] 8.2.2053 25-Nov-2020 21:30 2.3K [   ] 8.2.2054 25-Nov-2020 21:56 1.9K [TXT] 8.2.2055 26-Nov-2020 19:48 2.5K [TXT] 8.2.2056 26-Nov-2020 20:12 2.5K [TXT] 8.2.2057 26-Nov-2020 20:35 4.7K [TXT] 8.2.2058 27-Nov-2020 11:02 5.2K [TXT] 8.2.2059 27-Nov-2020 19:02 2.8K [TXT] 8.2.2060 27-Nov-2020 19:14 5.1K [TXT] 8.2.2061 27-Nov-2020 20:55 3.1K [   ] 8.2.2062 28-Nov-2020 14:44 2.1K [TXT] 8.2.2063 28-Nov-2020 18:53 11K [TXT] 8.2.2064 28-Nov-2020 20:22 5.0K [TXT] 8.2.2065 28-Nov-2020 20:33 5.7K [TXT] 8.2.2066 28-Nov-2020 21:57 3.7K [TXT] 8.2.2067 28-Nov-2020 21:57 3.1K [TXT] 8.2.2068 29-Nov-2020 14:21 5.4K [TXT] 8.2.2069 29-Nov-2020 14:21 5.1K [TXT] 8.2.2070 30-Nov-2020 17:43 6.4K [   ] 8.2.2071 30-Nov-2020 21:13 3.5K [   ] 8.2.2072 30-Nov-2020 21:40 3.5K [TXT] 8.2.2073 01-Dec-2020 20:13 22K [   ] 8.2.2074 01-Dec-2020 20:13 3.4K [   ] 8.2.2075 01-Dec-2020 21:08 3.2K [TXT] 8.2.2076 01-Dec-2020 21:28 2.7K [   ] 8.2.2077 01-Dec-2020 21:48 3.2K [   ] 8.2.2078 02-Dec-2020 12:38 2.4K [   ] 8.2.2079 02-Dec-2020 13:24 2.8K [   ] 8.2.2080 02-Dec-2020 14:25 2.3K [TXT] 8.2.2081 02-Dec-2020 15:12 3.5K [TXT] 8.2.2082 02-Dec-2020 18:38 66K [TXT] 8.2.2083 02-Dec-2020 20:53 3.3K [TXT] 8.2.2084 03-Dec-2020 19:56 9.1K [TXT] 8.2.2085 03-Dec-2020 21:09 2.9K [   ] 8.2.2086 03-Dec-2020 21:34 3.8K [TXT] 8.2.2087 04-Dec-2020 12:44 1.4K [TXT] 8.2.2088 04-Dec-2020 17:38 1.4K [TXT] 8.2.2089 04-Dec-2020 18:11 2.1K [TXT] 8.2.2090 04-Dec-2020 19:13 8.4K [TXT] 8.2.2091 04-Dec-2020 19:43 2.2K [   ] 8.2.2092 05-Dec-2020 13:42 12K [TXT] 8.2.2093 05-Dec-2020 14:45 1.7K [TXT] 8.2.2094 05-Dec-2020 17:13 2.2K [TXT] 8.2.2095 05-Dec-2020 19:18 2.9K [   ] 8.2.2096 05-Dec-2020 19:18 4.8K [TXT] 8.2.2097 05-Dec-2020 21:22 5.1K [   ] 8.2.2098 05-Dec-2020 21:49 2.8K [   ] 8.2.2099 06-Dec-2020 14:37 9.3K [   ] 8.2.2100 06-Dec-2020 15:04 4.2K [TXT] 8.2.2101 06-Dec-2020 16:08 1.9K [   ] 8.2.2102 06-Dec-2020 18:51 3.3K [TXT] 8.2.2103 06-Dec-2020 20:13 2.0K [   ] 8.2.2104 06-Dec-2020 21:12 6.0K [TXT] 8.2.2105 06-Dec-2020 21:44 3.5K [   ] 8.2.2106 07-Dec-2020 18:06 2.0K [TXT] 8.2.2107 07-Dec-2020 21:50 8.8K [   ] 8.2.2108 08-Dec-2020 19:19 3.5K [TXT] 8.2.2109 08-Dec-2020 19:19 2.2K [   ] 8.2.2110 08-Dec-2020 19:37 1.9K [TXT] 8.2.2111 08-Dec-2020 20:32 3.2K [TXT] 8.2.2112 08-Dec-2020 20:40 3.8K [   ] 8.2.2113 08-Dec-2020 21:13 2.1K [   ] 8.2.2114 08-Dec-2020 21:54 1.6K [   ] 8.2.2115 08-Dec-2020 22:11 2.3K [   ] 8.2.2116 09-Dec-2020 12:01 1.9K [TXT] 8.2.2117 09-Dec-2020 12:42 11K [TXT] 8.2.2118 09-Dec-2020 13:16 1.8K [TXT] 8.2.2119 09-Dec-2020 15:54 2.2K [   ] 8.2.2120 09-Dec-2020 16:06 2.5K [TXT] 8.2.2121 09-Dec-2020 16:36 3.4K [   ] 8.2.2122 09-Dec-2020 17:17 2.3K [TXT] 8.2.2123 09-Dec-2020 18:14 2.1K [TXT] 8.2.2124 10-Dec-2020 19:44 8.1K [TXT] 8.2.2125 10-Dec-2020 20:22 1.6K [TXT] 8.2.2126 10-Dec-2020 20:51 1.3K [   ] 8.2.2127 10-Dec-2020 21:02 2.2K [TXT] 8.2.2128 11-Dec-2020 19:31 6.6K [TXT] 8.2.2129 11-Dec-2020 20:11 2.6K [   ] 8.2.2130 12-Dec-2020 13:32 4.2K [TXT] 8.2.2131 12-Dec-2020 14:34 13K [TXT] 8.2.2132 12-Dec-2020 18:19 4.9K [TXT] 8.2.2133 12-Dec-2020 19:02 11K [   ] 8.2.2134 12-Dec-2020 20:43 2.5K [   ] 8.2.2135 12-Dec-2020 21:26 2.6K [   ] 8.2.2136 13-Dec-2020 12:26 2.1K [   ] 8.2.2137 13-Dec-2020 14:25 7.3K [   ] 8.2.2138 13-Dec-2020 17:51 13K [TXT] 8.2.2139 13-Dec-2020 18:45 2.3K [   ] 8.2.2140 13-Dec-2020 19:23 1.8K [TXT] 8.2.2141 13-Dec-2020 20:43 4.1K [TXT] 8.2.2142 13-Dec-2020 21:17 1.4K [TXT] 8.2.2143 13-Dec-2020 21:27 1.8K [   ] 8.2.2144 14-Dec-2020 18:32 2.9K [   ] 8.2.2145 15-Dec-2020 21:29 3.6K [   ] 8.2.2146 15-Dec-2020 21:42 2.0K [TXT] 8.2.2147 16-Dec-2020 21:04 3.5K [   ] 8.2.2148 16-Dec-2020 21:44 2.4K [TXT] 8.2.2149 17-Dec-2020 17:47 1.7K [TXT] 8.2.2150 17-Dec-2020 20:29 36K [TXT] 8.2.2151 17-Dec-2020 20:51 2.2K [TXT] 8.2.2152 17-Dec-2020 21:42 2.5K [TXT] 8.2.2153 17-Dec-2020 21:56 1.6K [TXT] 8.2.2154 17-Dec-2020 22:28 2.4K [TXT] 8.2.2155 18-Dec-2020 13:16 1.8K [   ] 8.2.2156 18-Dec-2020 13:32 4.0K [TXT] 8.2.2157 18-Dec-2020 15:38 2.3K [   ] 8.2.2158 18-Dec-2020 16:30 2.0K [TXT] 8.2.2159 18-Dec-2020 17:24 3.2K [   ] 8.2.2160 18-Dec-2020 19:50 31K [TXT] 8.2.2161 19-Dec-2020 13:32 3.3K [   ] 8.2.2162 19-Dec-2020 16:31 14K [TXT] 8.2.2163 19-Dec-2020 17:56 2.2K [TXT] 8.2.2164 19-Dec-2020 21:24 2.9K [   ] 8.2.2165 19-Dec-2020 22:11 4.1K [   ] 8.2.2166 20-Dec-2020 13:08 2.3K [TXT] 8.2.2167 20-Dec-2020 14:50 2.0K [TXT] 8.2.2168 20-Dec-2020 15:21 3.6K [   ] 8.2.2169 20-Dec-2020 15:44 6.3K [TXT] 8.2.2170 20-Dec-2020 17:48 12K [   ] 8.2.2171 20-Dec-2020 18:00 1.8K [TXT] 8.2.2172 20-Dec-2020 21:11 5.9K [   ] 8.2.2173 20-Dec-2020 21:44 3.3K [TXT] 8.2.2174 21-Dec-2020 13:07 1.6K [   ] 8.2.2175 21-Dec-2020 13:38 4.4K [TXT] 8.2.2176 21-Dec-2020 14:02 2.0K [TXT] 8.2.2177 21-Dec-2020 14:55 2.6K [TXT] 8.2.2178 21-Dec-2020 16:06 6.6K [TXT] 8.2.2179 21-Dec-2020 17:31 16K [   ] 8.2.2180 21-Dec-2020 18:12 1.8K [TXT] 8.2.2181 21-Dec-2020 18:24 3.8K [TXT] 8.2.2182 21-Dec-2020 19:59 23K [   ] 8.2.2183 21-Dec-2020 20:33 2.0K [TXT] 8.2.2184 21-Dec-2020 21:59 3.7K [TXT] 8.2.2185 22-Dec-2020 12:21 54K [TXT] 8.2.2186 22-Dec-2020 12:21 4.4K [TXT] 8.2.2187 22-Dec-2020 12:52 4.0K [TXT] 8.2.2188 22-Dec-2020 17:37 18K [TXT] 8.2.2189 22-Dec-2020 18:00 3.1K [   ] 8.2.2190 22-Dec-2020 18:33 2.4K [TXT] 8.2.2191 22-Dec-2020 18:57 5.3K [   ] 8.2.2192 22-Dec-2020 19:06 2.4K [TXT] 8.2.2193 22-Dec-2020 20:36 5.0K [TXT] 8.2.2194 22-Dec-2020 21:20 10K [   ] 8.2.2195 22-Dec-2020 22:08 3.8K [   ] 8.2.2196 23-Dec-2020 12:36 2.6K [TXT] 8.2.2197 23-Dec-2020 12:51 1.7K [TXT] 8.2.2198 23-Dec-2020 14:36 3.8K [   ] 8.2.2199 23-Dec-2020 18:55 2.4K [TXT] 8.2.2200 23-Dec-2020 20:28 4.5K [TXT] 8.2.2201 23-Dec-2020 20:57 1.7K [TXT] 8.2.2202 23-Dec-2020 22:41 1.7K [   ] 8.2.2203 24-Dec-2020 13:34 2.6K [TXT] 8.2.2204 24-Dec-2020 15:14 26K [TXT] 8.2.2205 24-Dec-2020 16:06 1.8K [TXT] 8.2.2206 24-Dec-2020 18:40 2.6K [TXT] 8.2.2207 24-Dec-2020 18:40 7.1K [TXT] 8.2.2208 24-Dec-2020 21:57 12K [TXT] 8.2.2209 25-Dec-2020 12:39 24K [   ] 8.2.2210 25-Dec-2020 13:21 3.3K [TXT] 8.2.2211 25-Dec-2020 13:54 3.6K [TXT] 8.2.2212 25-Dec-2020 15:25 9.4K [   ] 8.2.2213 25-Dec-2020 16:13 1.7K [TXT] 8.2.2214 25-Dec-2020 17:42 6.9K [TXT] 8.2.2215 25-Dec-2020 18:37 2.5K [TXT] 8.2.2216 25-Dec-2020 19:30 3.7K [   ] 8.2.2217 25-Dec-2020 19:47 2.0K [TXT] 8.2.2218 25-Dec-2020 20:25 2.6K [   ] 8.2.2219 25-Dec-2020 21:57 7.9K [TXT] 8.2.2220 25-Dec-2020 22:31 1.4K [TXT] 8.2.2221 26-Dec-2020 12:07 3.6K [TXT] 8.2.2222 26-Dec-2020 15:41 15K [TXT] 8.2.2223 26-Dec-2020 17:44 8.0K [TXT] 8.2.2224 26-Dec-2020 20:10 14K [TXT] 8.2.2225 27-Dec-2020 13:40 12K [TXT] 8.2.2226 27-Dec-2020 14:03 1.4K [TXT] 8.2.2227 27-Dec-2020 14:44 7.8K [TXT] 8.2.2228 27-Dec-2020 16:56 7.2K [TXT] 8.2.2229 27-Dec-2020 17:36 1.6K [TXT] 8.2.2230 27-Dec-2020 18:05 2.5K [TXT] 8.2.2231 27-Dec-2020 19:01 2.5K [TXT] 8.2.2232 27-Dec-2020 19:19 1.6K [TXT] 8.2.2233 28-Dec-2020 12:57 7.0K [TXT] 8.2.2234 28-Dec-2020 13:42 2.6K [TXT] 8.2.2235 28-Dec-2020 15:08 12K [TXT] 8.2.2236 28-Dec-2020 15:42 4.7K [TXT] 8.2.2237 28-Dec-2020 15:47 1.4K [TXT] 8.2.2238 28-Dec-2020 18:30 23K [   ] 8.2.2239 28-Dec-2020 20:54 15K [TXT] 8.2.2240 28-Dec-2020 21:28 3.0K [   ] 8.2.2241 28-Dec-2020 21:37 2.5K [   ] 8.2.2242 29-Dec-2020 11:15 7.2K [   ] 8.2.2243 29-Dec-2020 11:58 2.9K [TXT] 8.2.2244 29-Dec-2020 13:03 1.9K [   ] 8.2.2245 29-Dec-2020 20:26 2.1K [TXT] 8.2.2246 29-Dec-2020 20:54 8.7K [   ] 8.2.2247 30-Dec-2020 13:15 13K [TXT] 8.2.2248 30-Dec-2020 14:09 1.9K [   ] 8.2.2249 30-Dec-2020 15:02 1.9K [TXT] 8.2.2250 30-Dec-2020 20:40 17K [   ] 8.2.2251 30-Dec-2020 21:18 1.6K [TXT] 8.2.2252 31-Dec-2020 13:32 3.0K [TXT] 8.2.2253 31-Dec-2020 13:41 1.2K [   ] 8.2.2254 31-Dec-2020 17:42 18K [   ] 8.2.2255 31-Dec-2020 18:12 3.3K [TXT] 8.2.2256 31-Dec-2020 18:29 2.8K [   ] 8.2.2257 31-Dec-2020 21:29 38K [   ] 8.2.2258 01-Jan-2021 13:54 4.3K [TXT] 8.2.2259 01-Jan-2021 14:22 2.0K [TXT] 8.2.2260 01-Jan-2021 14:39 1.7K [TXT] 8.2.2261 01-Jan-2021 14:50 2.6K [TXT] 8.2.2262 01-Jan-2021 15:12 4.3K [TXT] 8.2.2263 01-Jan-2021 16:11 6.9K [TXT] 8.2.2264 01-Jan-2021 18:44 5.1K [TXT] 8.2.2265 01-Jan-2021 18:55 2.2K [TXT] 8.2.2266 01-Jan-2021 19:18 12K [TXT] 8.2.2267 01-Jan-2021 19:44 4.0K [   ] 8.2.2268 01-Jan-2021 21:07 10K [   ] 8.2.2269 01-Jan-2021 21:35 3.5K [   ] 8.2.2270 02-Jan-2021 12:47 1.7K [   ] 8.2.2271 02-Jan-2021 13:55 2.7K [TXT] 8.2.2272 02-Jan-2021 15:43 15K [   ] 8.2.2273 02-Jan-2021 15:50 1.8K [   ] 8.2.2274 02-Jan-2021 16:07 3.8K [TXT] 8.2.2275 02-Jan-2021 16:18 2.1K [TXT] 8.2.2276 02-Jan-2021 16:53 5.9K [TXT] 8.2.2277 02-Jan-2021 17:08 1.4K [   ] 8.2.2278 02-Jan-2021 17:44 6.7K [TXT] 8.2.2279 02-Jan-2021 18:18 1.6K [TXT] 8.2.2280 02-Jan-2021 18:32 19K [   ] 8.2.2281 02-Jan-2021 19:45 2.0K [TXT] 8.2.2282 02-Jan-2021 20:15 2.0K [   ] 8.2.2283 03-Jan-2021 13:11 2.4K [   ] 8.2.2284 03-Jan-2021 14:48 2.5K [   ] 8.2.2285 03-Jan-2021 15:56 2.4K [TXT] 8.2.2286 03-Jan-2021 16:19 6.3K [   ] 8.2.2287 03-Jan-2021 17:40 5.0K [TXT] 8.2.2288 03-Jan-2021 18:33 9.2K [TXT] 8.2.2289 03-Jan-2021 20:57 8.8K [TXT] 8.2.2290 03-Jan-2021 20:57 4.6K [   ] 8.2.2291 03-Jan-2021 21:58 7.3K [   ] 8.2.2292 03-Jan-2021 22:06 1.9K [   ] 8.2.2293 03-Jan-2021 22:13 1.4K [   ] 8.2.2294 04-Jan-2021 10:49 26K [   ] 8.2.2295 04-Jan-2021 12:43 18K [TXT] 8.2.2296 04-Jan-2021 13:19 3.4K [TXT] 8.2.2297 04-Jan-2021 13:38 2.5K [TXT] 8.2.2298 04-Jan-2021 14:10 7.5K [   ] 8.2.2299 04-Jan-2021 16:16 4.9K [   ] 8.2.2300 04-Jan-2021 17:41 1.8K [TXT] 8.2.2301 04-Jan-2021 21:58 44K [   ] 8.2.2302 05-Jan-2021 17:51 2.0K [TXT] 8.2.2303 05-Jan-2021 19:25 2.1K [   ] 8.2.2304 05-Jan-2021 20:59 4.6K [   ] 8.2.2305 05-Jan-2021 22:09 6.4K [TXT] 8.2.2306 06-Jan-2021 22:00 23K [TXT] 8.2.2307 07-Jan-2021 14:45 2.1K [   ] 8.2.2308 07-Jan-2021 19:23 4.2K [TXT] 8.2.2309 07-Jan-2021 19:37 2.6K [   ] 8.2.2310 07-Jan-2021 20:24 2.3K [TXT] 8.2.2311 07-Jan-2021 22:04 7.3K [TXT] 8.2.2312 08-Jan-2021 19:33 1.5K [   ] 8.2.2313 08-Jan-2021 20:41 2.4K [   ] 8.2.2314 08-Jan-2021 20:53 13K [   ] 8.2.2315 08-Jan-2021 21:56 2.7K [TXT] 8.2.2316 08-Jan-2021 22:31 2.7K [TXT] 8.2.2317 09-Jan-2021 12:10 3.4K [TXT] 8.2.2318 09-Jan-2021 13:22 12K [   ] 8.2.2319 09-Jan-2021 15:46 12K [   ] 8.2.2320 09-Jan-2021 16:22 3.3K [TXT] 8.2.2321 10-Jan-2021 14:03 22K [   ] 8.2.2322 10-Jan-2021 19:24 21K [TXT] 8.2.2323 10-Jan-2021 19:24 3.3K [TXT] 8.2.2324 15-Jan-2021 19:05 49K [TXT] 8.2.2325 10-Jan-2021 22:43 10K [TXT] 8.2.2326 10-Jan-2021 22:57 1.5K [TXT] 8.2.2327 10-Jan-2021 23:59 2.2K [   ] 8.2.2328 11-Jan-2021 19:55 2.4K [   ] 8.2.2329 11-Jan-2021 19:55 4.9K [TXT] 8.2.2330 11-Jan-2021 20:18 2.7K [TXT] 8.2.2331 11-Jan-2021 21:24 12K [   ] 8.2.2332 11-Jan-2021 22:19 10K [   ] 8.2.2333 12-Jan-2021 17:18 1.8K [   ] 8.2.2334 12-Jan-2021 17:43 7.5K [   ] 8.2.2335 12-Jan-2021 18:59 2.3K [   ] 8.2.2336 12-Jan-2021 20:24 11K [TXT] 8.2.2337 12-Jan-2021 20:53 2.3K [   ] 8.2.2338 12-Jan-2021 21:24 3.5K [TXT] 8.2.2339 12-Jan-2021 21:49 6.2K [   ] 8.2.2340 12-Jan-2021 22:09 2.5K [   ] 8.2.2341 13-Jan-2021 19:50 3.3K [TXT] 8.2.2342 13-Jan-2021 20:39 12K [   ] 8.2.2343 13-Jan-2021 20:39 9.9K [TXT] 8.2.2344 13-Jan-2021 21:48 20K [TXT] 8.2.2345 14-Jan-2021 17:36 8.4K [TXT] 8.2.2346 14-Jan-2021 17:57 3.2K [   ] 8.2.2347 14-Jan-2021 19:20 1.6K [   ] 8.2.2348 14-Jan-2021 19:20 2.9K [   ] 8.2.2349 14-Jan-2021 20:37 3.2K [TXT] 8.2.2350 14-Jan-2021 21:41 1.9K [TXT] 8.2.2351 14-Jan-2021 21:47 2.4K [TXT] 8.2.2352 14-Jan-2021 21:59 2.1K [TXT] 8.2.2353 15-Jan-2021 13:36 2.0K [TXT] 8.2.2354 15-Jan-2021 16:23 8.7K [TXT] 8.2.2355 15-Jan-2021 16:46 1.8K [TXT] 8.2.2356 15-Jan-2021 18:05 5.1K [   ] 8.2.2357 15-Jan-2021 19:05 2.0K [   ] 8.2.2358 16-Jan-2021 11:22 2.2K [TXT] 8.2.2359 16-Jan-2021 13:13 1.9K [TXT] 8.2.2360 16-Jan-2021 13:44 1.4K [   ] 8.2.2361 16-Jan-2021 14:35 1.8K [TXT] 8.2.2362 16-Jan-2021 16:55 19K [   ] 8.2.2363 16-Jan-2021 16:55 2.2K [TXT] 8.2.2364 16-Jan-2021 18:10 4.3K [TXT] 8.2.2365 16-Jan-2021 19:02 8.5K [TXT] 8.2.2366 16-Jan-2021 20:22 8.5K [TXT] 8.2.2367 17-Jan-2021 13:22 6.5K [   ] 8.2.2368 17-Jan-2021 13:52 3.2K [   ] 8.2.2369 17-Jan-2021 16:18 29K [   ] 8.2.2370 17-Jan-2021 19:21 2.6K [   ] 8.2.2371 17-Jan-2021 20:24 3.6K [   ] 8.2.2372 17-Jan-2021 20:53 2.2K [TXT] 8.2.2373 17-Jan-2021 21:53 3.2K [   ] 8.2.2374 17-Jan-2021 22:05 1.8K [TXT] 8.2.2375 19-Jan-2021 17:24 1.9K [   ] 8.2.2376 19-Jan-2021 22:17 2.6K [TXT] 8.2.2377 19-Jan-2021 22:48 3.4K [TXT] 8.2.2378 20-Jan-2021 21:24 4.3K [TXT] 8.2.2379 20-Jan-2021 21:44 2.1K [   ] 8.2.2380 20-Jan-2021 22:23 2.2K [TXT] 8.2.2381 21-Jan-2021 12:35 9.4K [   ] 8.2.2382 21-Jan-2021 13:26 2.2K [TXT] 8.2.2383 21-Jan-2021 13:37 1.6K [   ] 8.2.2384 21-Jan-2021 15:44 2.4K [TXT] 8.2.2385 21-Jan-2021 17:12 4.2K [TXT] 8.2.2386 21-Jan-2021 19:42 3.3K [TXT] 8.2.2387 21-Jan-2021 20:22 8.7K [TXT] 8.2.2388 21-Jan-2021 21:43 5.9K [TXT] 8.2.2389 21-Jan-2021 22:54 3.8K [TXT] 8.2.2390 22-Jan-2021 18:12 4.1K [TXT] 8.2.2391 22-Jan-2021 20:47 7.7K [   ] 8.2.2392 22-Jan-2021 20:58 3.1K [   ] 8.2.2393 22-Jan-2021 22:31 2.0K [   ] 8.2.2394 22-Jan-2021 22:31 3.1K [TXT] 8.2.2395 23-Jan-2021 13:40 2.4K [   ] 8.2.2396 23-Jan-2021 14:24 4.6K [   ] 8.2.2397 23-Jan-2021 15:16 2.7K [   ] 8.2.2398 23-Jan-2021 15:28 1.7K [TXT] 8.2.2399 24-Jan-2021 12:00 1.7K [   ] 8.2.2400 24-Jan-2021 12:55 41K [   ] 8.2.2401 24-Jan-2021 13:35 10K [   ] 8.2.2402 24-Jan-2021 15:27 5.9K [TXT] 8.2.2403 24-Jan-2021 17:54 15K [   ] 8.2.2404 24-Jan-2021 20:52 18K [   ] 8.2.2405 24-Jan-2021 21:15 2.4K [TXT] 8.2.2406 24-Jan-2021 21:31 1.8K [TXT] 8.2.2407 25-Jan-2021 18:46 2.2K [TXT] 8.2.2408 25-Jan-2021 19:19 2.5K [TXT] 8.2.2409 25-Jan-2021 21:02 9.1K [TXT] 8.2.2410 25-Jan-2021 23:05 1.6K [TXT] 8.2.2411 26-Jan-2021 12:07 1.8K [   ] 8.2.2412 26-Jan-2021 19:33 1.8K [TXT] 8.2.2413 26-Jan-2021 21:36 2.8K [TXT] 8.2.2414 26-Jan-2021 22:02 1.9K [TXT] 8.2.2415 27-Jan-2021 20:37 11K [TXT] 8.2.2416 27-Jan-2021 20:37 2.3K [TXT] 8.2.2417 27-Jan-2021 21:38 1.7K [TXT] 8.2.2418 28-Jan-2021 11:08 1.7K [TXT] 8.2.2419 28-Jan-2021 12:09 2.0K [TXT] 8.2.2420 28-Jan-2021 13:49 6.2K [TXT] 8.2.2421 28-Jan-2021 14:26 5.5K [   ] 8.2.2422 28-Jan-2021 17:26 3.0K [TXT] 8.2.2423 28-Jan-2021 17:57 1.5K [   ] 8.2.2424 28-Jan-2021 18:35 4.4K [TXT] 8.2.2425 29-Jan-2021 21:07 1.9K [TXT] 8.2.2426 29-Jan-2021 21:07 5.6K [TXT] 8.2.2427 29-Jan-2021 22:14 5.0K [TXT] 8.2.2428 30-Jan-2021 15:41 4.4K [TXT] 8.2.2429 30-Jan-2021 18:10 5.5K [TXT] 8.2.2430 30-Jan-2021 18:10 3.0K [TXT] 8.2.2431 30-Jan-2021 19:34 3.5K [TXT] 8.2.2432 30-Jan-2021 20:32 2.1K [TXT] 8.2.2433 30-Jan-2021 21:44 2.4K [TXT] 8.2.2434 30-Jan-2021 23:06 5.7K [TXT] 8.2.2435 31-Jan-2021 13:10 12K [   ] 8.2.2436 31-Jan-2021 14:05 1.7K [TXT] 8.2.2437 31-Jan-2021 14:37 2.4K [TXT] 8.2.2438 31-Jan-2021 14:46 1.7K [TXT] 8.2.2439 31-Jan-2021 17:17 3.7K [   ] 8.2.2440 31-Jan-2021 17:17 1.1M [TXT] 8.2.2441 31-Jan-2021 17:49 8.6K [TXT] 8.2.2442 31-Jan-2021 19:54 3.6K [TXT] 8.2.2443 31-Jan-2021 21:02 3.0K [TXT] 8.2.2444 31-Jan-2021 21:48 2.5K [TXT] 8.2.2445 31-Jan-2021 22:19 3.0K [TXT] 8.2.2446 01-Feb-2021 18:44 2.6K [TXT] 8.2.2447 01-Feb-2021 19:26 3.2K [   ] 8.2.2448 01-Feb-2021 19:32 3.5K [TXT] 8.2.2449 01-Feb-2021 20:15 10K [TXT] 8.2.2450 01-Feb-2021 20:35 1.9K [TXT] 8.2.2451 01-Feb-2021 20:52 6.6K [TXT] 8.2.2452 02-Feb-2021 21:11 3.4K [TXT] 8.2.2453 02-Feb-2021 21:35 2.7K [TXT] 8.2.2454 03-Feb-2021 15:59 7.2K [TXT] 8.2.2455 03-Feb-2021 17:42 9.0K [TXT] 8.2.2456 03-Feb-2021 19:32 1.6K [TXT] 8.2.2457 03-Feb-2021 19:35 1.9K [TXT] 8.2.2458 03-Feb-2021 19:45 1.7K [TXT] 8.2.2459 03-Feb-2021 19:51 1.3K [TXT] 8.2.2460 03-Feb-2021 19:57 1.4K [TXT] 8.2.2461 03-Feb-2021 20:02 1.7K [   ] 8.2.2462 03-Feb-2021 20:15 1.6K [TXT] 8.2.2463 03-Feb-2021 21:24 2.1K [TXT] 8.2.2464 03-Feb-2021 23:05 2.1K [TXT] 8.2.2465 03-Feb-2021 23:05 3.0K [TXT] 8.2.2466 04-Feb-2021 22:09 3.2K [TXT] 8.2.2467 05-Feb-2021 21:56 2.2K [TXT] 8.2.2468 06-Feb-2021 13:33 6.7K [TXT] 8.2.2469 06-Feb-2021 13:33 2.0K [   ] 8.2.2470 06-Feb-2021 14:23 3.3K [   ] 8.2.2471 06-Feb-2021 15:00 2.7K [TXT] 8.2.2472 06-Feb-2021 17:31 4.1K [TXT] 8.2.2473 06-Feb-2021 18:09 2.7K [TXT] 8.2.2474 06-Feb-2021 19:20 2.0K [   ] 8.2.2475 06-Feb-2021 19:30 1.5K [TXT] 8.2.2476 07-Feb-2021 12:13 7.6K [   ] 8.2.2477 07-Feb-2021 13:33 2.1K [TXT] 8.2.2478 07-Feb-2021 14:02 1.9K [TXT] 8.2.2479 07-Feb-2021 14:36 3.2K [TXT] 8.2.2480 07-Feb-2021 15:29 9.0K [   ] 8.2.2481 07-Feb-2021 16:01 2.0K [TXT] 8.2.2482 07-Feb-2021 16:06 1.7K [   ] 8.2.2483 07-Feb-2021 17:19 3.3K [TXT] 8.2.2484 07-Feb-2021 17:19 1.9K [TXT] 8.2.2485 07-Feb-2021 17:19 2.7K [TXT] 8.2.2486 07-Feb-2021 18:07 7.6K [TXT] 8.2.2487 08-Feb-2021 21:30 5.7K [TXT] 8.2.2488 08-Feb-2021 21:54 3.8K [TXT] 8.2.2489 09-Feb-2021 20:06 3.4K [TXT] 8.2.2490 10-Feb-2021 13:19 5.4K [TXT] 8.2.2491 10-Feb-2021 14:58 5.9K [   ] 8.2.2492 10-Feb-2021 16:46 2.0K [TXT] 8.2.2493 10-Feb-2021 17:21 4.1K [TXT] 8.2.2494 10-Feb-2021 19:23 4.3K [TXT] 8.2.2495 10-Feb-2021 21:21 2.1K [   ] 8.2.2496 10-Feb-2021 21:21 1.7K [TXT] 8.2.2497 10-Feb-2021 22:24 5.3K [TXT] 8.2.2498 11-Feb-2021 18:38 1.3K [   ] 8.2.2499 11-Feb-2021 19:09 2.4K [TXT] 8.2.2500 11-Feb-2021 19:20 1.6K [TXT] 8.2.2501 11-Feb-2021 21:22 33K [   ] 8.2.2502 12-Feb-2021 19:50 2.3K [TXT] 8.2.2503 12-Feb-2021 21:34 3.0K [   ] 8.2.2504 12-Feb-2021 21:52 2.2K [   ] 8.2.2505 12-Feb-2021 22:12 2.2K [TXT] 8.2.2506 13-Feb-2021 15:03 14K [   ] 8.2.2507 13-Feb-2021 17:09 3.1K [TXT] 8.2.2508 13-Feb-2021 18:25 8.3K [   ] 8.2.2509 13-Feb-2021 18:52 2.6K [   ] 8.2.2510 13-Feb-2021 21:38 2.6K [TXT] 8.2.2511 14-Feb-2021 12:58 13K [   ] 8.2.2512 14-Feb-2021 13:18 3.4K [TXT] 8.2.2513 14-Feb-2021 13:31 1.8K [TXT] 8.2.2514 14-Feb-2021 14:08 1.4K [   ] 8.2.2515 14-Feb-2021 15:38 2.2K [TXT] 8.2.2516 14-Feb-2021 16:35 2.2K [TXT] 8.2.2517 14-Feb-2021 22:41 1.6K [   ] 8.2.2518 15-Feb-2021 20:39 43K [TXT] 8.2.2519 15-Feb-2021 21:35 2.5K [TXT] 8.2.2520 16-Feb-2021 21:15 2.2K [TXT] 8.2.2521 16-Feb-2021 22:26 4.1K [   ] 8.2.2522 17-Feb-2021 12:27 2.2K [   ] 8.2.2523 17-Feb-2021 12:30 2.0K [TXT] 8.2.2524 17-Feb-2021 13:20 6.4K [TXT] 8.2.2525 17-Feb-2021 14:53 7.1K [   ] 8.2.2526 17-Feb-2021 15:06 2.3K [TXT] 8.2.2527 17-Feb-2021 17:02 3.8K [TXT] 8.2.2528 17-Feb-2021 18:49 2.2K [TXT] 8.2.2529 17-Feb-2021 22:20 4.9K [   ] 8.2.2530 19-Feb-2021 19:14 13K [TXT] 8.2.2531 19-Feb-2021 21:44 6.3K [TXT] 8.2.2532 20-Feb-2021 17:05 2.7K [TXT] 8.2.2533 20-Feb-2021 17:05 14K [   ] 8.2.2534 20-Feb-2021 19:23 4.2K [TXT] 8.2.2535 20-Feb-2021 20:36 1.9K [   ] 8.2.2536 20-Feb-2021 20:36 1.5K [   ] 8.2.2537 21-Feb-2021 16:22 2.3K [TXT] 8.2.2538 21-Feb-2021 19:15 2.3K [TXT] 8.2.2539 21-Feb-2021 21:34 15K [   ] 8.2.2540 21-Feb-2021 22:27 3.4K [   ] 8.2.2541 21-Feb-2021 23:14 3.2K [TXT] 8.2.2542 22-Feb-2021 22:48 5.0K [   ] 8.2.2543 22-Feb-2021 22:48 2.6K [TXT] 8.2.2544 23-Feb-2021 17:54 2.8K [   ] 8.2.2545 23-Feb-2021 17:54 2.2K [TXT] 8.2.2546 23-Feb-2021 19:21 2.8K [TXT] 8.2.2547 23-Feb-2021 19:34 2.1K [TXT] 8.2.2548 23-Feb-2021 19:41 1.5K [TXT] 8.2.2549 24-Feb-2021 12:30 2.2K [TXT] 8.2.2550 25-Feb-2021 17:27 4.6K [TXT] 8.2.2551 26-Feb-2021 20:26 1.5K [   ] 8.2.2552 26-Feb-2021 21:57 1.7K [TXT] 8.2.2553 26-Feb-2021 22:40 2.3K [   ] 8.2.2554 27-Feb-2021 22:43 2.3K [TXT] 8.2.2555 27-Feb-2021 22:43 1.3K [   ] 8.2.2556 27-Feb-2021 22:43 8.0K [TXT] 8.2.2557 27-Feb-2021 23:40 1.4K [TXT] 8.2.2558 28-Feb-2021 16:55 18K [   ] 8.2.2559 28-Feb-2021 23:14 1.7K [TXT] 8.2.2560 01-Mar-2021 22:19 2.5K [   ] 8.2.2561 02-Mar-2021 13:37 2.4K [TXT] 8.2.2562 02-Mar-2021 19:06 2.9K [TXT] 8.2.2563 03-Mar-2021 13:26 13K [   ] 8.2.2564 03-Mar-2021 15:25 2.7K [   ] 8.2.2565 03-Mar-2021 17:59 3.9K [   ] 8.2.2566 03-Mar-2021 21:23 5.7K [TXT] 8.2.2567 04-Mar-2021 12:40 3.2K [TXT] 8.2.2568 04-Mar-2021 21:35 11K [TXT] 8.2.2569 04-Mar-2021 21:57 11K [TXT] 8.2.2570 05-Mar-2021 20:48 3.1K [TXT] 8.2.2571 05-Mar-2021 20:59 2.3K [TXT] 8.2.2572 05-Mar-2021 21:36 2.9K [TXT] 8.2.2573 06-Mar-2021 19:27 2.1K [TXT] 8.2.2574 06-Mar-2021 19:27 2.6K [TXT] 8.2.2575 06-Mar-2021 21:03 3.7K [TXT] 8.2.2576 06-Mar-2021 22:34 2.7K [   ] 8.2.2577 08-Mar-2021 19:05 1.7K [   ] 8.2.2578 08-Mar-2021 19:51 2.2K [TXT] 8.2.2579 08-Mar-2021 20:48 1.6K [TXT] 8.2.2580 08-Mar-2021 21:48 2.7K [   ] 8.2.2581 10-Mar-2021 13:55 7.3K [   ] 8.2.2582 10-Mar-2021 14:00 3.1K [TXT] 8.2.2583 10-Mar-2021 16:09 2.4K [TXT] 8.2.2584 10-Mar-2021 18:43 2.1K [   ] 8.2.2585 10-Mar-2021 19:05 1.7K [TXT] 8.2.2586 10-Mar-2021 21:27 10K [   ] 8.2.2587 10-Mar-2021 21:47 2.5K [   ] 8.2.2588 10-Mar-2021 21:56 2.6K [TXT] 8.2.2589 10-Mar-2021 22:29 2.6K [TXT] 8.2.2590 11-Mar-2021 20:05 3.6K [   ] 8.2.2591 12-Mar-2021 22:19 1.9K [TXT] 8.2.2592 13-Mar-2021 13:14 3.8K [TXT] 8.2.2593 13-Mar-2021 13:53 1.5K [TXT] 8.2.2594 13-Mar-2021 13:53 2.5K [TXT] 8.2.2595 13-Mar-2021 14:29 2.7K [TXT] 8.2.2596 13-Mar-2021 15:48 4.5K [   ] 8.2.2597 13-Mar-2021 20:58 15K [   ] 8.2.2598 13-Mar-2021 21:08 2.6K [   ] 8.2.2599 13-Mar-2021 21:15 1.5K [TXT] 8.2.2600 13-Mar-2021 21:26 2.8K [TXT] 8.2.2601 13-Mar-2021 22:12 2.0K [TXT] 8.2.2602 14-Mar-2021 13:22 4.1K [TXT] 8.2.2603 14-Mar-2021 13:22 11K [   ] 8.2.2604 14-Mar-2021 16:21 8.0K [TXT] 8.2.2605 14-Mar-2021 18:41 14K [TXT] 8.2.2606 14-Mar-2021 19:02 9.0K [TXT] 8.2.2607 14-Mar-2021 19:47 9.7K [   ] 8.2.2608 15-Mar-2021 18:37 4.6K [TXT] 8.2.2609 16-Mar-2021 13:25 1.8K [TXT] 8.2.2610 16-Mar-2021 21:18 1.7K [TXT] 8.2.2611 17-Mar-2021 12:28 5.8K [TXT] 8.2.2612 17-Mar-2021 13:29 2.8K [TXT] 8.2.2613 17-Mar-2021 13:41 1.6K [TXT] 8.2.2614 17-Mar-2021 15:04 6.2K [TXT] 8.2.2615 17-Mar-2021 15:24 1.6K [TXT] 8.2.2616 17-Mar-2021 17:47 4.6K [TXT] 8.2.2617 17-Mar-2021 18:43 5.0K [   ] 8.2.2618 17-Mar-2021 20:57 2.9K [   ] 8.2.2619 17-Mar-2021 21:30 1.9K [TXT] 8.2.2620 18-Mar-2021 21:38 6.6K [TXT] 8.2.2621 18-Mar-2021 22:15 9.6K [TXT] 8.2.2622 18-Mar-2021 22:29 8.8K [   ] 8.2.2623 19-Mar-2021 14:39 5.7K [   ] 8.2.2624 19-Mar-2021 20:20 3.1K [   ] 8.2.2625 19-Mar-2021 20:28 3.1K [TXT] 8.2.2626 20-Mar-2021 12:38 2.9K [   ] 8.2.2627 20-Mar-2021 12:50 2.3K [TXT] 8.2.2628 20-Mar-2021 13:30 3.8K [TXT] 8.2.2629 20-Mar-2021 15:00 3.9K [TXT] 8.2.2630 20-Mar-2021 16:45 2.0K [TXT] 8.2.2631 20-Mar-2021 19:56 3.5K [   ] 8.2.2632 20-Mar-2021 22:17 2.6K [TXT] 8.2.2633 21-Mar-2021 14:40 2.4K [TXT] 8.2.2634 21-Mar-2021 20:54 6.0K [   ] 8.2.2635 21-Mar-2021 20:54 36K [TXT] 8.2.2636 21-Mar-2021 22:13 4.4K [TXT] 8.2.2637 21-Mar-2021 22:32 1.4K [TXT] 8.2.2638 22-Mar-2021 16:34 12K [   ] 8.2.2639 22-Mar-2021 16:46 1.5K [   ] 8.2.2640 22-Mar-2021 17:11 3.5K [   ] 8.2.2641 22-Mar-2021 17:31 1.9K [TXT] 8.2.2642 22-Mar-2021 18:23 2.4K [TXT] 8.2.2643 22-Mar-2021 19:37 6.3K [   ] 8.2.2644 22-Mar-2021 19:44 1.9K [   ] 8.2.2645 22-Mar-2021 20:50 4.7K [   ] 8.2.2646 22-Mar-2021 22:22 16K [TXT] 8.2.2647 23-Mar-2021 16:27 1.4K [TXT] 8.2.2648 23-Mar-2021 19:24 2.0K [TXT] 8.2.2649 24-Mar-2021 20:08 2.3K [TXT] 8.2.2650 24-Mar-2021 22:02 17K [TXT] 8.2.2651 25-Mar-2021 21:13 14K [   ] 8.2.2652 25-Mar-2021 22:16 13K [TXT] 8.2.2653 25-Mar-2021 22:23 1.6K [TXT] 8.2.2654 26-Mar-2021 13:35 2.8K [TXT] 8.2.2655 26-Mar-2021 14:15 2.8K [   ] 8.2.2656 26-Mar-2021 17:33 4.4K [TXT] 8.2.2657 26-Mar-2021 18:50 3.9K [TXT] 8.2.2658 26-Mar-2021 20:42 14K [   ] 8.2.2659 26-Mar-2021 20:57 2.4K [   ] 8.2.2660 26-Mar-2021 21:28 3.0K [TXT] 8.2.2661 26-Mar-2021 22:18 1.8K [TXT] 8.2.2662 27-Mar-2021 12:14 4.9K [TXT] 8.2.2663 27-Mar-2021 15:53 3.0K [   ] 8.2.2664 27-Mar-2021 19:00 12K [   ] 8.2.2665 27-Mar-2021 19:10 2.0K [   ] 8.2.2666 27-Mar-2021 21:24 5.2K [TXT] 8.2.2667 27-Mar-2021 22:16 4.4K [TXT] 8.2.2668 27-Mar-2021 22:21 13K [TXT] 8.2.2669 28-Mar-2021 15:30 3.1K [   ] 8.2.2670 28-Mar-2021 16:28 2.1K [   ] 8.2.2671 28-Mar-2021 16:28 1.9K [TXT] 8.2.2672 28-Mar-2021 20:39 4.8K [TXT] 8.2.2673 28-Mar-2021 21:14 3.0K [TXT] 8.2.2674 29-Mar-2021 20:11 2.6K [TXT] 8.2.2675 29-Mar-2021 20:49 9.7K [TXT] 8.2.2676 29-Mar-2021 21:06 1.5K [TXT] 8.2.2677 30-Mar-2021 20:55 20K [TXT] 8.2.2678 30-Mar-2021 20:55 1.3K [TXT] 8.2.2679 30-Mar-2021 22:13 5.0K [TXT] 8.2.2680 31-Mar-2021 21:08 6.0K [TXT] 8.2.2681 31-Mar-2021 21:49 1.9K [TXT] 8.2.2682 01-Apr-2021 12:59 3.8K [TXT] 8.2.2683 01-Apr-2021 13:18 1.5K [   ] 8.2.2684 01-Apr-2021 13:40 15K [TXT] 8.2.2685 01-Apr-2021 18:50 3.8K [TXT] 8.2.2686 01-Apr-2021 18:50 3.3K [   ] 8.2.2687 01-Apr-2021 19:43 3.7K [TXT] 8.2.2688 01-Apr-2021 21:41 2.6K [TXT] 8.2.2689 01-Apr-2021 21:58 1.5K [   ] 8.2.2690 02-Apr-2021 13:31 3.7K [   ] 8.2.2691 02-Apr-2021 13:31 3.9K [TXT] 8.2.2692 02-Apr-2021 14:36 2.2K [   ] 8.2.2693 02-Apr-2021 14:44 2.5K [   ] 8.2.2694 02-Apr-2021 18:57 6.6K [   ] 8.2.2695 03-Apr-2021 13:20 2.8K [TXT] 8.2.2696 03-Apr-2021 14:14 8.1K [   ] 8.2.2697 03-Apr-2021 15:17 1.6K [TXT] 8.2.2698 03-Apr-2021 15:36 2.2K [   ] 8.2.2699 03-Apr-2021 17:19 1.5K [TXT] 8.2.2700 03-Apr-2021 17:23 1.7K [TXT] 8.2.2701 03-Apr-2021 17:34 4.1K [   ] 8.2.2702 03-Apr-2021 19:13 2.0K [TXT] 8.2.2703 03-Apr-2021 19:33 2.5K [TXT] 8.2.2704 03-Apr-2021 20:14 5.3K [TXT] 8.2.2705 03-Apr-2021 21:01 2.6K [TXT] 8.2.2706 03-Apr-2021 21:48 3.6K [TXT] 8.2.2707 04-Apr-2021 15:07 1.6K [TXT] 8.2.2708 04-Apr-2021 15:29 3.1K [TXT] 8.2.2709 04-Apr-2021 16:00 2.4K [   ] 8.2.2710 04-Apr-2021 20:50 111K [TXT] 8.2.2711 04-Apr-2021 21:27 4.0K [TXT] 8.2.2712 04-Apr-2021 21:56 1.8K [TXT] 8.2.2713 05-Apr-2021 12:48 5.2K [   ] 8.2.2714 05-Apr-2021 13:11 5.8K [TXT] 8.2.2715 05-Apr-2021 13:37 2.2K [TXT] 8.2.2716 05-Apr-2021 14:00 76K [TXT] 8.2.2717 05-Apr-2021 14:14 2.6K [TXT] 8.2.2718 05-Apr-2021 15:39 1.9K [TXT] 8.2.2719 05-Apr-2021 17:12 12K [TXT] 8.2.2720 05-Apr-2021 18:21 1.8K [TXT] 8.2.2721 05-Apr-2021 19:42 5.6K [TXT] 8.2.2722 05-Apr-2021 20:52 5.8K [   ] 8.2.2723 05-Apr-2021 21:01 1.9K [TXT] 8.2.2724 05-Apr-2021 21:06 1.5K [TXT] 8.2.2725 05-Apr-2021 22:28 5.8K [TXT] 8.2.2726 06-Apr-2021 19:02 2.2K [   ] 8.2.2727 06-Apr-2021 20:19 2.0K [TXT] 8.2.2728 06-Apr-2021 20:22 4.1K [TXT] 8.2.2729 06-Apr-2021 21:18 4.0K [TXT] 8.2.2730 06-Apr-2021 21:30 1.4K [TXT] 8.2.2731 07-Apr-2021 19:01 1.7K [TXT] 8.2.2732 07-Apr-2021 19:43 2.2K [TXT] 8.2.2733 07-Apr-2021 20:12 4.6K [TXT] 8.2.2734 07-Apr-2021 21:22 5.9K [   ] 8.2.2735 07-Apr-2021 21:59 5.1K [TXT] 8.2.2736 08-Apr-2021 18:05 2.0K [TXT] 8.2.2737 08-Apr-2021 18:28 4.1K [TXT] 8.2.2738 08-Apr-2021 20:11 3.3K [TXT] 8.2.2739 09-Apr-2021 17:29 3.9K [   ] 8.2.2740 09-Apr-2021 20:25 11K [TXT] 8.2.2741 09-Apr-2021 22:13 2.1K [TXT] 8.2.2742 10-Apr-2021 13:43 5.1K [   ] 8.2.2743 10-Apr-2021 14:04 3.8K [TXT] 8.2.2744 10-Apr-2021 17:19 14K [TXT] 8.2.2745 10-Apr-2021 17:47 3.3K [   ] 8.2.2746 10-Apr-2021 18:22 1.7K [   ] 8.2.2747 10-Apr-2021 20:11 4.2K [TXT] 8.2.2748 10-Apr-2021 20:47 1.6K [TXT] 8.2.2749 10-Apr-2021 20:53 1.5K [   ] 8.2.2750 10-Apr-2021 21:02 1.8K [   ] 8.2.2751 10-Apr-2021 21:47 1.9K [   ] 8.2.2752 10-Apr-2021 21:47 1.6K [TXT] 8.2.2753 10-Apr-2021 22:36 6.8K [TXT] 8.2.2754 11-Apr-2021 13:30 5.0K [TXT] 8.2.2755 11-Apr-2021 20:27 4.6K [   ] 8.2.2756 11-Apr-2021 20:27 11K [   ] 8.2.2757 12-Apr-2021 21:22 19K [   ] 8.2.2758 12-Apr-2021 22:03 2.4K [TXT] 8.2.2759 13-Apr-2021 20:55 16K [TXT] 8.2.2760 13-Apr-2021 21:49 9.6K [   ] 8.2.2761 14-Apr-2021 11:16 2.7K [TXT] 8.2.2762 14-Apr-2021 12:40 3.5K [TXT] 8.2.2763 14-Apr-2021 13:31 2.6K [TXT] 8.2.2764 14-Apr-2021 17:08 2.8K [   ] 8.2.2765 14-Apr-2021 20:36 9.1K [   ] 8.2.2766 14-Apr-2021 20:55 1.6K [TXT] 8.2.2767 14-Apr-2021 21:31 3.9K [TXT] 8.2.2768 15-Apr-2021 13:43 1.5K [   ] 8.2.2769 15-Apr-2021 14:30 2.9K [TXT] 8.2.2770 15-Apr-2021 21:49 4.4K [TXT] 8.2.2771 15-Apr-2021 22:14 2.7K [TXT] 8.2.2772 16-Apr-2021 19:59 5.8K [   ] 8.2.2773 17-Apr-2021 14:08 3.8K [   ] 8.2.2774 17-Apr-2021 16:39 2.0K [TXT] 8.2.2775 17-Apr-2021 18:00 5.0K [TXT] 8.2.2776 17-Apr-2021 18:40 6.6K [   ] 8.2.2777 17-Apr-2021 20:45 16K [TXT] 8.2.2778 17-Apr-2021 21:05 3.7K [   ] 8.2.2779 17-Apr-2021 21:23 1.9K [TXT] 8.2.2780 18-Apr-2021 13:26 6.9K [   ] 8.2.2781 18-Apr-2021 14:13 7.1K [   ] 8.2.2782 18-Apr-2021 15:49 16K [TXT] 8.2.2783 18-Apr-2021 16:09 2.7K [TXT] 8.2.2784 19-Apr-2021 16:49 133K [   ] 8.2.2785 19-Apr-2021 20:51 21K [TXT] 8.2.2786 19-Apr-2021 21:07 1.7K [   ] 8.2.2787 20-Apr-2021 10:37 1.9K [TXT] 8.2.2788 20-Apr-2021 20:23 4.3K [TXT] 8.2.2789 20-Apr-2021 21:11 6.4K [TXT] 8.2.2790 20-Apr-2021 21:14 1.5K [   ] 8.2.2791 20-Apr-2021 21:50 2.4K [TXT] 8.2.2792 20-Apr-2021 22:17 3.7K [TXT] 8.2.2793 21-Apr-2021 11:31 2.9K [TXT] 8.2.2794 21-Apr-2021 11:58 1.8K [TXT] 8.2.2795 21-Apr-2021 12:20 2.7K [TXT] 8.2.2796 21-Apr-2021 14:25 7.0K [TXT] 8.2.2797 21-Apr-2021 15:14 3.1K [TXT] 8.2.2798 21-Apr-2021 16:02 4.2K [TXT] 8.2.2799 21-Apr-2021 17:58 6.1K [TXT] 8.2.2800 22-Apr-2021 21:40 2.5K [TXT] 8.2.2801 23-Apr-2021 21:04 2.0K [TXT] 8.2.2802 23-Apr-2021 21:04 2.9K [TXT] 8.2.2803 23-Apr-2021 21:04 5.4K [TXT] 8.2.2804 24-Apr-2021 13:13 3.8K [TXT] 8.2.2805 24-Apr-2021 14:18 12K [TXT] 8.2.2806 24-Apr-2021 19:09 9.5K [TXT] 8.2.2807 24-Apr-2021 20:45 1.3K [   ] 8.2.2808 24-Apr-2021 20:45 1.8K [   ] 8.2.2809 25-Apr-2021 13:58 2.7K [TXT] 8.2.2810 25-Apr-2021 14:49 2.8K [TXT] 8.2.2811 25-Apr-2021 21:00 3.8K [TXT] 8.2.2812 26-Apr-2021 20:33 4.8K [TXT] 8.2.2813 26-Apr-2021 21:42 20K [   ] 8.2.2814 26-Apr-2021 21:42 1.9K [TXT] 8.2.2815 27-Apr-2021 20:09 2.3K [TXT] 8.2.2816 28-Apr-2021 20:01 4.1K [   ] 8.2.2817 28-Apr-2021 20:42 5.2K [   ] 8.2.2818 29-Apr-2021 20:19 2.0K [TXT] 8.2.2819 30-Apr-2021 19:44 2.6K [TXT] 8.2.2820 30-Apr-2021 21:39 3.1K [TXT] 8.2.2821 01-May-2021 17:47 2.7K [   ] 8.2.2822 02-May-2021 14:07 5.0K [TXT] 8.2.2823 02-May-2021 14:07 1.6K [TXT] 8.2.2824 02-May-2021 19:16 3.9K [   ] 8.2.2825 02-May-2021 20:17 4.1K [   ] 8.2.2826 03-May-2021 19:00 2.2K [TXT] 8.2.2827 03-May-2021 19:09 1.7K [TXT] 8.2.2828 03-May-2021 20:02 1.7K [TXT] 8.2.2829 03-May-2021 20:02 3.6K [   ] 8.2.2830 03-May-2021 21:41 4.8K [TXT] 8.2.2831 03-May-2021 21:41 1.5K [TXT] 8.2.2832 04-May-2021 21:57 1.7K [TXT] 8.2.2833 05-May-2021 19:59 1.7K [   ] 8.2.2834 05-May-2021 21:32 13K [TXT] 8.2.2835 05-May-2021 22:41 1.3K [TXT] 8.2.2836 05-May-2021 22:52 3.9K [   ] 8.2.2837 06-May-2021 17:37 5.1K [   ] 8.2.2838 06-May-2021 17:46 3.1K [TXT] 8.2.2839 06-May-2021 18:47 3.6K [TXT] 8.2.2840 06-May-2021 21:05 6.9K [TXT] 8.2.2841 07-May-2021 15:05 1.8K [TXT] 8.2.2842 07-May-2021 17:56 21K [TXT] 8.2.2843 07-May-2021 19:45 3.6K [TXT] 8.2.2844 07-May-2021 20:44 1.6K [   ] 8.2.2845 08-May-2021 20:10 1.8K [TXT] 8.2.2846 10-May-2021 23:50 8.8K [   ] 8.2.2847 10-May-2021 23:50 3.7K [   ] 8.2.2848 13-May-2021 14:57 4.2K [   ] 8.2.2849 13-May-2021 18:34 9.1K [   ] 8.2.2850 13-May-2021 20:24 3.2K [TXT] 8.2.2851 15-May-2021 13:20 2.6K [   ] 8.2.2852 15-May-2021 14:27 2.7K [TXT] 8.2.2853 15-May-2021 15:10 2.4K [TXT] 8.2.2854 15-May-2021 18:28 7.6K [   ] 8.2.2855 15-May-2021 20:09 3.1K [TXT] 8.2.2856 15-May-2021 23:22 2.6K [TXT] 8.2.2857 16-May-2021 15:27 4.4K [TXT] 8.2.2858 16-May-2021 16:20 1.8K [TXT] 8.2.2859 16-May-2021 20:07 1.7K [TXT] 8.2.2860 17-May-2021 00:02 2.6K [   ] 8.2.2861 17-May-2021 00:02 7.1K [TXT] 8.2.2862 17-May-2021 00:22 1.8K [TXT] 8.2.2863 17-May-2021 00:22 2.5K [TXT] 8.2.2864 18-May-2021 11:49 7.3K [TXT] 8.2.2865 18-May-2021 13:41 1.8K [TXT] 8.2.2866 18-May-2021 15:10 5.4K [TXT] 8.2.2867 18-May-2021 15:33 1.5K [TXT] 8.2.2868 18-May-2021 17:50 24K [   ] 8.2.2869 18-May-2021 19:19 4.7K [TXT] 8.2.2870 18-May-2021 21:39 2.0K [TXT] 8.2.2871 18-May-2021 21:47 6.3K [TXT] 8.2.2872 19-May-2021 00:17 2.9K [TXT] 8.2.2873 19-May-2021 17:15 6.1K [TXT] 8.2.2874 20-May-2021 11:55 1.7K [   ] 8.2.2875 20-May-2021 21:15 2.3K [   ] 8.2.2876 21-May-2021 11:56 2.4K [TXT] 8.2.2877 22-May-2021 17:13 5.6K [TXT] 8.2.2878 22-May-2021 21:41 2.0K [   ] 8.2.2879 23-May-2021 11:26 2.7K [TXT] 8.2.2880 24-May-2021 14:22 3.4K [   ] 8.2.2881 24-May-2021 15:16 7.1K [TXT] 8.2.2882 24-May-2021 15:46 1.5K [TXT] 8.2.2883 24-May-2021 18:49 13K [   ] 8.2.2884 24-May-2021 19:38 3.7K [TXT] 8.2.2885 24-May-2021 22:57 5.6K [   ] 8.2.2886 25-May-2021 20:14 8.1K [   ] 8.2.2887 26-May-2021 19:49 2.5K [TXT] 8.2.2888 26-May-2021 21:11 6.0K [TXT] 8.2.2889 26-May-2021 21:50 2.5K [TXT] 8.2.2890 26-May-2021 22:32 3.8K [TXT] 8.2.2891 27-May-2021 18:07 2.5K [TXT] 8.2.2892 28-May-2021 13:51 2.3K [TXT] 8.2.2893 28-May-2021 14:13 5.8K [TXT] 8.2.2894 28-May-2021 15:50 2.0K [TXT] 8.2.2895 28-May-2021 17:53 9.6K [   ] 8.2.2896 28-May-2021 18:45 4.0K [TXT] 8.2.2897 28-May-2021 21:07 4.7K [TXT] 8.2.2898 29-May-2021 12:24 4.5K [   ] 8.2.2899 29-May-2021 12:43 3.1K [TXT] 8.2.2900 29-May-2021 14:31 3.5K [   ] 8.2.2901 29-May-2021 17:30 12K [TXT] 8.2.2902 29-May-2021 17:30 6.5K [TXT] 8.2.2903 29-May-2021 17:57 2.5K [TXT] 8.2.2904 29-May-2021 19:18 3.4K [TXT] 8.2.2905 29-May-2021 19:54 4.4K [TXT] 8.2.2906 29-May-2021 22:28 2.6K [TXT] 8.2.2907 29-May-2021 22:35 1.4K [TXT] 8.2.2908 30-May-2021 13:54 3.8K [TXT] 8.2.2909 30-May-2021 14:02 1.8K [TXT] 8.2.2910 30-May-2021 14:28 1.5K [TXT] 8.2.2911 30-May-2021 16:44 4.0K [TXT] 8.2.2912 30-May-2021 18:04 5.4K [TXT] 8.2.2913 30-May-2021 19:30 5.2K [TXT] 8.2.2914 30-May-2021 22:18 7.5K [TXT] 8.2.2915 31-May-2021 18:41 2.8K [   ] 8.2.2916 31-May-2021 19:23 8.3K [   ] 8.2.2917 31-May-2021 20:04 4.2K [TXT] 8.2.2918 31-May-2021 22:17 2.2K [TXT] 8.2.2919 01-Jun-2021 20:49 1.6K [TXT] 8.2.2920 01-Jun-2021 21:22 4.3K [TXT] 8.2.2921 02-Jun-2021 11:50 3.4K [   ] 8.2.2922 02-Jun-2021 13:29 40K [TXT] 8.2.2923 02-Jun-2021 15:06 3.6K [TXT] 8.2.2924 02-Jun-2021 15:09 1.4K [TXT] 8.2.2925 02-Jun-2021 15:29 2.4K [   ] 8.2.2926 02-Jun-2021 16:48 3.1K [TXT] 8.2.2927 02-Jun-2021 16:51 2.6K [TXT] 8.2.2928 02-Jun-2021 17:08 41K [TXT] 8.2.2929 03-Jun-2021 20:35 1.7K [TXT] 8.2.2930 03-Jun-2021 20:35 2.8K [TXT] 8.2.2931 03-Jun-2021 21:57 3.1K [TXT] 8.2.2932 03-Jun-2021 22:12 4.9K [TXT] 8.2.2933 04-Jun-2021 18:34 3.6K [TXT] 8.2.2934 04-Jun-2021 18:34 2.3K [TXT] 8.2.2935 04-Jun-2021 19:17 2.8K [TXT] 8.2.2936 04-Jun-2021 21:01 16K [TXT] 8.2.2937 04-Jun-2021 21:10 2.3K [   ] 8.2.2938 04-Jun-2021 21:59 2.1K [   ] 8.2.2939 05-Jun-2021 16:08 1.4K [TXT] 8.2.2940 05-Jun-2021 16:26 4.7K [   ] 8.2.2941 05-Jun-2021 17:11 3.0K [TXT] 8.2.2942 05-Jun-2021 18:15 2.9K [   ] 8.2.2943 05-Jun-2021 18:50 1.8K [   ] 8.2.2944 05-Jun-2021 20:52 8.9K [TXT] 8.2.2945 05-Jun-2021 21:01 9.1K [   ] 8.2.2946 05-Jun-2021 21:39 2.3K [TXT] 8.2.2947 06-Jun-2021 12:08 1.6K [TXT] 8.2.2948 06-Jun-2021 12:34 2.5K [TXT] 8.2.2949 06-Jun-2021 14:19 12K [TXT] 8.2.2950 06-Jun-2021 15:08 4.4K [TXT] 8.2.2951 06-Jun-2021 17:03 11K [TXT] 8.2.2952 06-Jun-2021 17:14 4.0K [TXT] 8.2.2953 06-Jun-2021 17:34 2.2K [   ] 8.2.2954 06-Jun-2021 20:16 2.3K [TXT] 8.2.2955 06-Jun-2021 21:39 6.0K [   ] 8.2.2956 06-Jun-2021 22:03 8.2K [TXT] 8.2.2957 07-Jun-2021 18:30 7.7K [TXT] 8.2.2958 07-Jun-2021 18:50 2.6K [TXT] 8.2.2959 07-Jun-2021 20:29 3.1K [   ] 8.2.2960 07-Jun-2021 20:42 6.0K [TXT] 8.2.2961 07-Jun-2021 22:05 6.6K [TXT] 8.2.2962 08-Jun-2021 18:33 2.5K [   ] 8.2.2963 08-Jun-2021 20:15 3.8K [TXT] 8.2.2964 08-Jun-2021 20:47 3.3K [TXT] 8.2.2965 08-Jun-2021 22:02 2.7K [TXT] 8.2.2966 09-Jun-2021 12:34 1.4K [TXT] 8.2.2967 09-Jun-2021 19:30 15K [TXT] 8.2.2968 09-Jun-2021 20:51 1.6K [TXT] 8.2.2969 10-Jun-2021 18:44 2.3K [   ] 8.2.2970 10-Jun-2021 18:51 3.3K [TXT] 8.2.2971 10-Jun-2021 19:39 11K [TXT] 8.2.2972 10-Jun-2021 21:08 12K [   ] 8.2.2973 10-Jun-2021 21:52 8.3K [TXT] 8.2.2974 11-Jun-2021 19:08 8.6K [TXT] 8.2.2975 11-Jun-2021 22:06 4.2K [TXT] 8.2.2976 11-Jun-2021 22:22 2.5K [TXT] 8.2.2977 12-Jun-2021 12:18 3.0K [TXT] 8.2.2978 12-Jun-2021 12:34 1.4K [TXT] 8.2.2979 12-Jun-2021 13:47 7.2K [TXT] 8.2.2980 12-Jun-2021 14:01 1.5K [TXT] 8.2.2981 12-Jun-2021 14:06 8.1K [   ] 8.2.2982 12-Jun-2021 14:53 21K [TXT] 8.2.2983 12-Jun-2021 15:59 5.3K [   ] 8.2.2984 12-Jun-2021 18:52 1.8K [   ] 8.2.2985 13-Jun-2021 14:02 34K [TXT] 8.2.2986 13-Jun-2021 14:16 1.8K [   ] 8.2.2987 13-Jun-2021 15:02 1.9K [TXT] 8.2.2988 13-Jun-2021 15:16 2.4K [TXT] 8.2.2989 13-Jun-2021 15:39 1.8K [   ] 8.2.2990 13-Jun-2021 17:04 2.5K [   ] 8.2.2991 13-Jun-2021 17:21 2.1K [TXT] 8.2.2992 13-Jun-2021 18:39 5.4K [   ] 8.2.2993 13-Jun-2021 20:28 5.0K [   ] 8.2.2994 13-Jun-2021 21:54 7.9K [   ] 8.2.2995 14-Jun-2021 15:09 2.9K [   ] 8.2.2996 14-Jun-2021 21:09 16K [   ] 8.2.2997 14-Jun-2021 21:09 3.4K [   ] 8.2.2998 14-Jun-2021 21:33 2.0K [   ] 8.2.2999 14-Jun-2021 22:09 2.0K [   ] 8.2.3000 15-Jun-2021 10:23 1.6K [TXT] 8.2.3001 15-Jun-2021 11:28 1.8K [   ] 8.2.3002 15-Jun-2021 19:10 2.0K [   ] 8.2.3003 15-Jun-2021 19:35 2.9K [TXT] 8.2.3004 15-Jun-2021 20:07 2.3K [   ] 8.2.3005 15-Jun-2021 22:15 21K [TXT] 8.2.3006 15-Jun-2021 22:40 2.8K [   ] 8.2.3007 15-Jun-2021 22:55 2.9K [TXT] 8.2.3008 15-Jun-2021 23:07 2.0K [TXT] 8.2.3009 16-Jun-2021 11:00 1.6K [TXT] 8.2.3010 16-Jun-2021 15:54 15K [TXT] 8.2.3011 16-Jun-2021 19:20 9.1K [TXT] 8.2.3012 16-Jun-2021 22:26 2.7K [TXT] 8.2.3013 16-Jun-2021 22:26 8.2K [   ] 8.2.3014 17-Jun-2021 13:54 1.6K [   ] 8.2.3015 17-Jun-2021 21:04 4.8K [   ] 8.2.3016 17-Jun-2021 22:09 10K [   ] 8.2.3017 17-Jun-2021 22:30 2.7K [TXT] 8.2.3018 19-Jun-2021 18:23 4.6K [TXT] 8.2.3019 19-Jun-2021 20:46 22K [TXT] 8.2.3020 19-Jun-2021 21:40 1.3K [   ] 8.2.3021 20-Jun-2021 14:03 2.5K [   ] 8.2.3022 20-Jun-2021 14:03 89K [TXT] 8.2.3023 20-Jun-2021 14:41 4.1K [   ] 8.2.3024 20-Jun-2021 15:04 2.0K [   ] 8.2.3025 20-Jun-2021 16:31 6.3K [TXT] 8.2.3026 20-Jun-2021 19:29 7.1K [TXT] 8.2.3027 20-Jun-2021 20:11 2.6K [   ] 8.2.3028 21-Jun-2021 18:45 19K [TXT] 8.2.3029 21-Jun-2021 19:44 10K [TXT] 8.2.3030 21-Jun-2021 20:16 4.0K [TXT] 8.2.3031 21-Jun-2021 20:50 2.5K [TXT] 8.2.3032 21-Jun-2021 21:08 13K [TXT] 8.2.3033 21-Jun-2021 21:56 2.9K [   ] 8.2.3034 22-Jun-2021 18:22 1.6K [TXT] 8.2.3035 22-Jun-2021 19:33 2.8K [TXT] 8.2.3036 22-Jun-2021 19:53 49K [TXT] 8.2.3037 23-Jun-2021 15:42 2.4K [TXT] 8.2.3038 23-Jun-2021 15:55 1.3K [TXT] 8.2.3039 23-Jun-2021 20:21 10K [   ] 8.2.3040 23-Jun-2021 20:47 12K [TXT] 8.2.3041 23-Jun-2021 21:14 2.0K [TXT] 8.2.3042 23-Jun-2021 21:45 2.0K [TXT] 8.2.3043 23-Jun-2021 22:06 3.5K [TXT] 8.2.3044 24-Jun-2021 18:52 2.5K [TXT] 8.2.3045 24-Jun-2021 19:56 3.5K [TXT] 8.2.3046 24-Jun-2021 21:44 1.7K [   ] 8.2.3047 25-Jun-2021 19:30 3.6K [TXT] 8.2.3048 25-Jun-2021 21:34 3.1K [   ] 8.2.3049 25-Jun-2021 21:55 2.6K [   ] 8.2.3050 26-Jun-2021 12:04 5.0K [   ] 8.2.3051 26-Jun-2021 12:41 4.1K [TXT] 8.2.3052 26-Jun-2021 13:02 3.7K [   ] 8.2.3053 26-Jun-2021 13:29 2.7K [TXT] 8.2.3054 26-Jun-2021 14:00 4.0K [   ] 8.2.3055 26-Jun-2021 15:01 4.2K [TXT] 8.2.3056 26-Jun-2021 19:26 2.3K [TXT] 8.2.3057 26-Jun-2021 21:22 1.6K [   ] 8.2.3058 26-Jun-2021 22:01 2.4K [TXT] 8.2.3059 26-Jun-2021 22:23 3.1K [   ] 8.2.3060 26-Jun-2021 22:23 2.2K [TXT] 8.2.3061 27-Jun-2021 12:08 11K [TXT] 8.2.3062 27-Jun-2021 13:04 4.2K [   ] 8.2.3063 27-Jun-2021 14:09 3.6K [   ] 8.2.3064 27-Jun-2021 15:05 4.8K [TXT] 8.2.3065 27-Jun-2021 15:36 2.7K [TXT] 8.2.3066 27-Jun-2021 16:30 3.3K [TXT] 8.2.3067 27-Jun-2021 19:06 2.5K [TXT] 8.2.3068 27-Jun-2021 22:04 18K [   ] 8.2.3069 27-Jun-2021 22:04 41K [TXT] 8.2.3070 27-Jun-2021 22:10 5.2K [TXT] 8.2.3071 28-Jun-2021 20:55 26K [TXT] 8.2.3072 28-Jun-2021 21:55 3.0K [TXT] 8.2.3073 29-Jun-2021 20:23 8.8K [TXT] 8.2.3074 29-Jun-2021 20:23 7.9K [TXT] 8.2.3075 30-Jun-2021 12:05 3.2K [TXT] 8.2.3076 30-Jun-2021 12:05 3.6K [TXT] 8.2.3077 30-Jun-2021 19:55 6.3K [TXT] 8.2.3078 30-Jun-2021 20:40 4.3K [TXT] 8.2.3079 30-Jun-2021 20:56 25K [TXT] 8.2.3080 30-Jun-2021 21:30 4.3K [TXT] 8.2.3081 30-Jun-2021 22:02 1.9K [   ] 8.2.3082 01-Jul-2021 22:12 3.8K [   ] 8.2.3083 02-Jul-2021 20:20 2.2K [TXT] 8.2.3084 03-Jul-2021 12:00 82K [   ] 8.2.3085 03-Jul-2021 13:38 2.0K [TXT] 8.2.3086 03-Jul-2021 13:38 3.6K [   ] 8.2.3087 03-Jul-2021 13:52 2.3K [TXT] 8.2.3088 03-Jul-2021 15:09 3.2K [   ] 8.2.3089 03-Jul-2021 16:35 5.2K [TXT] 8.2.3090 03-Jul-2021 18:59 1.7K [   ] 8.2.3091 03-Jul-2021 18:59 4.0K [TXT] 8.2.3092 03-Jul-2021 19:28 3.2K [TXT] 8.2.3093 03-Jul-2021 21:38 2.2K [TXT] 8.2.3094 03-Jul-2021 21:42 1.5K [TXT] 8.2.3095 03-Jul-2021 22:17 3.9K [TXT] 8.2.3096 04-Jul-2021 12:31 2.4K [TXT] 8.2.3097 04-Jul-2021 14:02 2.9K [TXT] 8.2.3098 04-Jul-2021 14:02 2.6K [   ] 8.2.3099 04-Jul-2021 14:48 4.7K [   ] 8.2.3100 04-Jul-2021 15:56 6.8K [TXT] 8.2.3101 04-Jul-2021 16:51 1.6K [TXT] 8.2.3102 04-Jul-2021 17:30 2.8K [TXT] 8.2.3103 04-Jul-2021 17:37 4.2K [   ] 8.2.3104 04-Jul-2021 19:33 3.2K [TXT] 8.2.3105 04-Jul-2021 20:26 3.6K [TXT] 8.2.3106 04-Jul-2021 22:48 3.0K [TXT] 8.2.3107 04-Jul-2021 23:30 2.3K [TXT] 8.2.3108 05-Jul-2021 14:10 2.6K [   ] 8.2.3109 05-Jul-2021 17:50 1.6K [TXT] 8.2.3110 05-Jul-2021 20:16 16K [   ] 8.2.3111 05-Jul-2021 21:42 3.4K [TXT] 8.2.3112 05-Jul-2021 22:03 1.8K [TXT] 8.2.3113 05-Jul-2021 22:23 3.5K [TXT] 8.2.3114 06-Jul-2021 20:16 2.8K [   ] 8.2.3115 07-Jul-2021 19:26 1.9K [   ] 8.2.3116 07-Jul-2021 20:12 3.1K [   ] 8.2.3117 07-Jul-2021 21:22 4.6K [   ] 8.2.3118 07-Jul-2021 21:56 2.2K [TXT] 8.2.3119 07-Jul-2021 22:13 1.4K [TXT] 8.2.3120 08-Jul-2021 11:38 2.9K [TXT] 8.2.3121 08-Jul-2021 12:41 9.8K [TXT] 8.2.3122 08-Jul-2021 13:20 5.2K [TXT] 8.2.3123 08-Jul-2021 17:06 4.0K [   ] 8.2.3124 08-Jul-2021 17:36 3.3K [TXT] 8.2.3125 08-Jul-2021 18:05 2.8K [TXT] 8.2.3126 08-Jul-2021 19:23 2.4K [TXT] 8.2.3127 08-Jul-2021 20:58 2.4K [TXT] 8.2.3128 08-Jul-2021 20:58 7.4K [TXT] 8.2.3129 08-Jul-2021 21:40 9.4K [TXT] 8.2.3130 08-Jul-2021 22:03 2.1K [TXT] 8.2.3131 09-Jul-2021 15:55 1.5K [   ] 8.2.3132 09-Jul-2021 15:55 1.6K [   ] 8.2.3133 09-Jul-2021 19:40 1.8K [TXT] 8.2.3134 09-Jul-2021 19:55 2.2K [   ] 8.2.3135 10-Jul-2021 13:16 99K [   ] 8.2.3136 10-Jul-2021 18:00 2.3K [TXT] 8.2.3137 10-Jul-2021 19:43 9.3K [   ] 8.2.3138 10-Jul-2021 20:44 3.6K [   ] 8.2.3139 10-Jul-2021 21:30 91K [TXT] 8.2.3140 10-Jul-2021 22:22 1.8K [   ] 8.2.3141 11-Jul-2021 14:29 8.6K [   ] 8.2.3142 11-Jul-2021 15:01 3.1K [TXT] 8.2.3143 11-Jul-2021 15:27 2.5K [TXT] 8.2.3144 11-Jul-2021 16:02 3.6K [TXT] 8.2.3145 11-Jul-2021 16:34 1.6K [TXT] 8.2.3146 11-Jul-2021 16:53 2.3K [TXT] 8.2.3147 11-Jul-2021 17:55 5.7K [TXT] 8.2.3148 11-Jul-2021 18:25 3.9K [TXT] 8.2.3149 11-Jul-2021 19:12 6.3K [   ] 8.2.3150 11-Jul-2021 19:45 19K [TXT] 8.2.3151 11-Jul-2021 20:23 3.8K [   ] 8.2.3152 11-Jul-2021 21:52 2.0K [TXT] 8.2.3153 11-Jul-2021 21:52 3.6K [TXT] 8.2.3154 11-Jul-2021 22:05 3.8K [   ] 8.2.3155 12-Jul-2021 21:44 3.7K [TXT] 8.2.3156 12-Jul-2021 22:16 1.5K [TXT] 8.2.3157 13-Jul-2021 19:10 1.8K [TXT] 8.2.3158 13-Jul-2021 20:38 2.1K [   ] 8.2.3159 13-Jul-2021 22:22 1.8K [TXT] 8.2.3160 14-Jul-2021 20:01 6.6K [TXT] 8.2.3161 14-Jul-2021 21:16 3.9K [   ] 8.2.3162 15-Jul-2021 13:14 107K [TXT] 8.2.3163 15-Jul-2021 13:14 2.5K [TXT] 8.2.3164 15-Jul-2021 14:16 2.4K [TXT] 8.2.3165 15-Jul-2021 15:41 2.5K [   ] 8.2.3166 15-Jul-2021 18:10 3.2K [TXT] 8.2.3167 15-Jul-2021 18:15 3.2K [TXT] 8.2.3168 15-Jul-2021 19:24 2.3K [TXT] 8.2.3169 15-Jul-2021 22:04 5.7K [TXT] 8.2.3170 15-Jul-2021 23:16 1.5K [TXT] 8.2.3171 15-Jul-2021 23:46 1.6K [   ] 8.2.3172 16-Jul-2021 13:18 1.8K [   ] 8.2.3173 17-Jul-2021 19:11 39K [   ] 8.2.3174 17-Jul-2021 21:26 2.0K [TXT] 8.2.3175 18-Jul-2021 13:43 2.1K [   ] 8.2.3176 18-Jul-2021 14:53 5.1K [TXT] 8.2.3177 18-Jul-2021 17:09 3.3K [TXT] 8.2.3178 18-Jul-2021 18:22 9.2K [   ] 8.2.3179 18-Jul-2021 20:41 20K [TXT] 8.2.3180 18-Jul-2021 21:25 7.3K [   ] 8.2.3181 18-Jul-2021 21:45 6.5K [   ] 8.2.3182 18-Jul-2021 22:26 2.8K [TXT] 8.2.3183 19-Jul-2021 10:39 4.9K [TXT] 8.2.3184 19-Jul-2021 20:09 26K [   ] 8.2.3185 19-Jul-2021 21:05 3.0K [TXT] 8.2.3186 19-Jul-2021 21:48 4.4K [TXT] 8.2.3187 20-Jul-2021 17:52 4.0K [   ] 8.2.3188 20-Jul-2021 17:52 172K [   ] 8.2.3189 20-Jul-2021 21:08 2.1K [TXT] 8.2.3190 20-Jul-2021 21:08 34K [   ] 8.2.3191 20-Jul-2021 22:23 13K [TXT] 8.2.3192 20-Jul-2021 22:39 1.8K [TXT] 8.2.3193 21-Jul-2021 18:13 3.4K [   ] 8.2.3194 21-Jul-2021 19:10 58K [TXT] 8.2.3195 21-Jul-2021 20:39 2.3K [TXT] 8.2.3196 21-Jul-2021 21:50 7.4K [TXT] 8.2.3197 21-Jul-2021 22:21 16K [TXT] 8.2.3198 22-Jul-2021 11:47 6.1K [TXT] 8.2.3199 22-Jul-2021 12:27 1.6K [TXT] 8.2.3200 22-Jul-2021 14:59 23K [   ] 8.2.3201 22-Jul-2021 15:15 2.8K [   ] 8.2.3202 22-Jul-2021 18:49 11K [TXT] 8.2.3203 22-Jul-2021 19:12 3.4K [TXT] 8.2.3204 22-Jul-2021 21:33 6.6K [TXT] 8.2.3205 23-Jul-2021 19:31 2.0K [   ] 8.2.3206 23-Jul-2021 20:38 89K [TXT] 8.2.3207 24-Jul-2021 13:19 1.9K [TXT] 8.2.3208 24-Jul-2021 13:58 10K [TXT] 8.2.3209 24-Jul-2021 14:15 3.1K [TXT] 8.2.3210 24-Jul-2021 15:46 2.5K [   ] 8.2.3211 24-Jul-2021 16:17 28K [TXT] 8.2.3212 24-Jul-2021 19:33 21K [   ] 8.2.3213 24-Jul-2021 20:53 3.2K [TXT] 8.2.3214 24-Jul-2021 21:20 5.4K [TXT] 8.2.3215 25-Jul-2021 14:14 43K [TXT] 8.2.3216 25-Jul-2021 14:14 14K [   ] 8.2.3217 25-Jul-2021 14:21 1.6K [TXT] 8.2.3218 25-Jul-2021 14:36 7.0K [TXT] 8.2.3219 25-Jul-2021 15:09 3.4K [   ] 8.2.3220 25-Jul-2021 15:42 2.3K [TXT] 8.2.3221 25-Jul-2021 15:58 26K [TXT] 8.2.3222 25-Jul-2021 18:08 3.1K [   ] 8.2.3223 25-Jul-2021 20:27 2.7K [TXT] 8.2.3224 26-Jul-2021 21:12 3.2K [   ] 8.2.3225 26-Jul-2021 21:12 1.7K [TXT] 8.2.3226 26-Jul-2021 21:54 31K [   ] 8.2.3227 26-Jul-2021 22:20 26K [TXT] 8.2.3228 27-Jul-2021 21:18 7.2K [TXT] 8.2.3229 27-Jul-2021 22:01 351K [   ] 8.2.3230 27-Jul-2021 22:22 2.1K [TXT] 8.2.3231 27-Jul-2021 22:36 1.5K [   ] 8.2.3232 28-Jul-2021 11:52 4.2K [TXT] 8.2.3233 28-Jul-2021 13:31 31K [   ] 8.2.3234 28-Jul-2021 15:07 2.5K [TXT] 8.2.3235 28-Jul-2021 15:55 2.1K [   ] 8.2.3236 28-Jul-2021 16:52 4.1K [   ] 8.2.3237 28-Jul-2021 19:35 2.6K [TXT] 8.2.3238 28-Jul-2021 21:26 3.3K [   ] 8.2.3239 28-Jul-2021 21:26 3.1K [   ] 8.2.3240 28-Jul-2021 21:49 2.1K [TXT] 8.2.3241 28-Jul-2021 22:22 1.7K [   ] 8.2.3242 28-Jul-2021 22:45 2.6K [TXT] 8.2.3243 29-Jul-2021 19:19 7.9K [TXT] 8.2.3244 29-Jul-2021 20:23 3.7K [TXT] 8.2.3245 29-Jul-2021 20:38 4.5K [TXT] 8.2.3246 29-Jul-2021 21:26 1.7K [TXT] 8.2.3247 29-Jul-2021 21:26 2.1K [TXT] 8.2.3248 29-Jul-2021 22:49 2.3K [TXT] 8.2.3249 29-Jul-2021 22:49 7.6K [   ] 8.2.3250 30-Jul-2021 20:53 1.5K [   ] 8.2.3251 30-Jul-2021 21:33 2.4K [TXT] 8.2.3252 30-Jul-2021 21:33 6.9K [TXT] 8.2.3253 30-Jul-2021 21:57 2.3K [TXT] 8.2.3254 31-Jul-2021 12:44 3.8K [TXT] 8.2.3255 31-Jul-2021 13:32 3.8K [TXT] 8.2.3256 31-Jul-2021 17:21 2.0K [   ] 8.2.3257 31-Jul-2021 18:34 2.3K [TXT] 8.2.3258 31-Jul-2021 19:13 28K [TXT] 8.2.3259 31-Jul-2021 21:33 6.5K [TXT] 8.2.3260 31-Jul-2021 21:45 1.6K [   ] 8.2.3261 31-Jul-2021 22:04 3.7K [TXT] 8.2.3262 31-Jul-2021 22:19 1.7K [TXT] 8.2.3263 31-Jul-2021 22:51 3.9K [TXT] 8.2.3264 01-Aug-2021 12:02 1.8K [TXT] 8.2.3265 01-Aug-2021 12:45 3.9K [TXT] 8.2.3266 01-Aug-2021 13:18 3.1K [TXT] 8.2.3267 01-Aug-2021 14:09 10K [TXT] 8.2.3268 01-Aug-2021 14:53 14K [TXT] 8.2.3269 01-Aug-2021 15:41 5.7K [   ] 8.2.3270 01-Aug-2021 19:30 3.3K [TXT] 8.2.3271 01-Aug-2021 21:20 8.0K [   ] 8.2.3272 01-Aug-2021 21:30 2.9K [TXT] 8.2.3273 01-Aug-2021 22:02 1.5K [TXT] 8.2.3274 02-Aug-2021 18:11 10K [   ] 8.2.3275 02-Aug-2021 19:11 30K [   ] 8.2.3276 02-Aug-2021 20:08 5.4K [   ] 8.2.3277 02-Aug-2021 21:13 2.9K [TXT] 8.2.3278 02-Aug-2021 21:56 2.2K [TXT] 8.2.3279 02-Aug-2021 22:40 2.9K [TXT] 8.2.3280 03-Aug-2021 18:35 14K [   ] 8.2.3281 03-Aug-2021 21:17 5.0K [TXT] 8.2.3282 04-Aug-2021 16:10 2.9K [   ] 8.2.3283 04-Aug-2021 17:06 2.1K [   ] 8.2.3284 04-Aug-2021 20:01 9.3K [   ] 8.2.3285 04-Aug-2021 20:01 2.0K [   ] 8.2.3286 04-Aug-2021 20:27 7.4K [   ] 8.2.3287 04-Aug-2021 20:57 9.0K [TXT] 8.2.3288 04-Aug-2021 21:13 16K [TXT] 8.2.3289 04-Aug-2021 21:17 2.4K [TXT] 8.2.3290 04-Aug-2021 22:32 5.3K [TXT] 8.2.3291 05-Aug-2021 15:11 2.1K [   ] 8.2.3292 05-Aug-2021 15:25 2.6K [TXT] 8.2.3293 05-Aug-2021 16:24 5.8K [TXT] 8.2.3294 05-Aug-2021 16:48 2.1K [   ] 8.2.3295 05-Aug-2021 18:00 36K [TXT] 8.2.3296 05-Aug-2021 19:06 2.5K [   ] 8.2.3297 05-Aug-2021 20:41 17K [   ] 8.2.3298 05-Aug-2021 21:18 1.7K [   ] 8.2.3299 05-Aug-2021 22:49 5.0K [TXT] 8.2.3300 06-Aug-2021 21:52 10K [   ] 8.2.3301 06-Aug-2021 21:52 49K [   ] 8.2.3302 07-Aug-2021 12:45 4.2K [TXT] 8.2.3303 07-Aug-2021 12:45 8.7K [TXT] 8.2.3304 07-Aug-2021 13:09 3.9K [TXT] 8.2.3305 07-Aug-2021 13:28 5.8K [TXT] 8.2.3306 07-Aug-2021 14:00 2.3K [   ] 8.2.3307 07-Aug-2021 15:06 7.9K [   ] 8.2.3308 07-Aug-2021 15:36 2.8K [   ] 8.2.3309 07-Aug-2021 15:51 3.9K [TXT] 8.2.3310 07-Aug-2021 16:31 6.5K [   ] 8.2.3311 07-Aug-2021 18:13 5.0K [TXT] 8.2.3312 07-Aug-2021 18:13 2.4K [TXT] 8.2.3313 07-Aug-2021 22:36 2.6K [TXT] 8.2.3314 08-Aug-2021 14:44 11K [TXT] 8.2.3315 08-Aug-2021 15:44 8.8K [   ] 8.2.3316 08-Aug-2021 15:51 1.7K [TXT] 8.2.3317 08-Aug-2021 19:08 3.0K [TXT] 8.2.3318 08-Aug-2021 19:57 2.3K [   ] 8.2.3319 09-Aug-2021 13:21 1.8K [   ] 8.2.3320 09-Aug-2021 20:00 87K [   ] 8.2.3321 09-Aug-2021 21:05 3.5K [TXT] 8.2.3322 09-Aug-2021 22:23 3.6K [TXT] 8.2.3323 10-Aug-2021 10:26 1.7K [TXT] 8.2.3324 10-Aug-2021 19:53 7.8K [   ] 8.2.3325 10-Aug-2021 21:40 2.2K [TXT] 8.2.3326 10-Aug-2021 22:52 4.6K [TXT] 8.2.3327 11-Aug-2021 14:20 3.4K [   ] 8.2.3328 11-Aug-2021 15:56 2.2K [TXT] 8.2.3329 11-Aug-2021 16:56 1.3K [TXT] 8.2.3330 11-Aug-2021 17:04 1.4K [TXT] 8.2.3331 11-Aug-2021 17:15 2.2K [TXT] 8.2.3332 11-Aug-2021 21:50 19K [   ] 8.2.3333 12-Aug-2021 10:40 4.9K [   ] 8.2.3334 12-Aug-2021 17:28 11K [   ] 8.2.3335 12-Aug-2021 19:28 30K [   ] 8.2.3336 12-Aug-2021 21:16 2.8K [   ] 8.2.3337 13-Aug-2021 17:49 2.4K [TXT] 8.2.3338 13-Aug-2021 18:24 2.7K [TXT] 8.2.3339 13-Aug-2021 19:41 10K [TXT] 8.2.3340 13-Aug-2021 20:13 1.4K [   ] 8.2.3341 14-Aug-2021 14:01 7.8K [TXT] 8.2.3342 14-Aug-2021 14:28 2.6K [TXT] 8.2.3343 14-Aug-2021 15:00 1.8K [   ] 8.2.3344 14-Aug-2021 15:18 2.2K [   ] 8.2.3345 14-Aug-2021 21:12 5.3K [TXT] 8.2.3346 14-Aug-2021 21:36 2.2K [TXT] 8.2.3347 15-Aug-2021 13:50 8.6K [TXT] 8.2.3348 15-Aug-2021 14:32 4.9K [   ] 8.2.3349 15-Aug-2021 14:40 1.5K [TXT] 8.2.3350 15-Aug-2021 16:13 1.7K [TXT] 8.2.3351 15-Aug-2021 16:13 2.7K [TXT] 8.2.3352 15-Aug-2021 19:29 2.2K [   ] 8.2.3353 15-Aug-2021 20:40 8.2K [TXT] 8.2.3354 15-Aug-2021 22:19 2.9K [TXT] 8.2.3355 16-Aug-2021 21:20 2.2K [TXT] 8.2.3356 16-Aug-2021 21:40 20K [   ] 8.2.3357 17-Aug-2021 22:16 2.1K [TXT] 8.2.3358 17-Aug-2021 23:46 3.1K [   ] 8.2.3359 19-Aug-2021 21:09 2.8K [TXT] 8.2.3360 19-Aug-2021 21:21 3.5K [   ] 8.2.3361 20-Aug-2021 20:56 5.9K [TXT] 8.2.3362 21-Aug-2021 16:22 4.9K [TXT] 8.2.3363 21-Aug-2021 17:14 4.3K [TXT] 8.2.3364 21-Aug-2021 17:27 13K [TXT] 8.2.3365 21-Aug-2021 20:51 4.6K [TXT] 8.2.3366 22-Aug-2021 13:36 4.9K [TXT] 8.2.3367 22-Aug-2021 22:45 3.3K [   ] 8.2.3368 23-Aug-2021 20:50 2.3K [TXT] 8.2.3369 23-Aug-2021 21:20 2.8K [TXT] 8.2.3370 23-Aug-2021 22:23 2.4K [TXT] 8.2.3371 24-Aug-2021 21:57 4.0K [TXT] 8.2.3372 25-Aug-2021 16:41 2.6K [TXT] 8.2.3373 25-Aug-2021 17:04 1.6K [   ] 8.2.3374 25-Aug-2021 17:13 2.0K [   ] 8.2.3375 25-Aug-2021 17:32 1.7K [   ] 8.2.3376 25-Aug-2021 22:48 4.8K [TXT] 8.2.3377 26-Aug-2021 16:41 2.7K [   ] 8.2.3378 27-Aug-2021 21:00 2.7K [TXT] 8.2.3379 28-Aug-2021 12:30 2.1K [   ] 8.2.3380 28-Aug-2021 12:50 2.0K [   ] 8.2.3381 28-Aug-2021 14:46 2.3K [TXT] 8.2.3382 28-Aug-2021 14:59 2.9K [   ] 8.2.3383 28-Aug-2021 15:57 3.1K [TXT] 8.2.3384 28-Aug-2021 20:43 3.8K [TXT] 8.2.3385 29-Aug-2021 12:37 5.4K [TXT] 8.2.3386 29-Aug-2021 22:13 1.4K [TXT] 8.2.3387 30-Aug-2021 19:58 1.6K [TXT] 8.2.3388 30-Aug-2021 21:27 2.7K [TXT] 8.2.3389 31-Aug-2021 19:13 11K [   ] 8.2.3390 31-Aug-2021 20:48 47K [TXT] 8.2.3391 31-Aug-2021 20:59 2.6K [TXT] 8.2.3392 01-Sep-2021 13:05 3.1K [   ] 8.2.3393 01-Sep-2021 14:32 3.9K [TXT] 8.2.3394 01-Sep-2021 16:02 8.1K [TXT] 8.2.3395 02-Sep-2021 19:14 7.8K [TXT] 8.2.3396 02-Sep-2021 20:06 1.6K [TXT] 8.2.3397 02-Sep-2021 20:06 2.2K [   ] 8.2.3398 03-Sep-2021 16:51 7.6K [   ] 8.2.3399 03-Sep-2021 19:23 7.1K [TXT] 8.2.3400 04-Sep-2021 13:51 6.7K [TXT] 8.2.3401 04-Sep-2021 14:51 3.6K [TXT] 8.2.3402 04-Sep-2021 18:48 8.0K [TXT] 8.2.3403 04-Sep-2021 21:29 2.3K [TXT] 8.2.3404 06-Sep-2021 18:59 2.9K [TXT] 8.2.3405 06-Sep-2021 18:59 2.2K [TXT] 8.2.3406 06-Sep-2021 18:59 2.3K [TXT] 8.2.3407 06-Sep-2021 19:20 1.4K [   ] 8.2.3408 06-Sep-2021 20:57 2.1K [TXT] 8.2.3409 07-Sep-2021 19:28 1.9K [TXT] 8.2.3410 07-Sep-2021 20:52 4.9K [TXT] 8.2.3411 07-Sep-2021 22:13 2.8K [TXT] 8.2.3412 07-Sep-2021 22:36 2.2K [   ] 8.2.3413 08-Sep-2021 12:32 4.2K [TXT] 8.2.3414 08-Sep-2021 14:30 5.0K [   ] 8.2.3415 08-Sep-2021 14:58 40K [   ] 8.2.3416 08-Sep-2021 15:34 2.7K [TXT] 8.2.3417 08-Sep-2021 20:41 5.0K [   ] 8.2.3418 09-Sep-2021 12:13 1.7K [TXT] 8.2.3419 09-Sep-2021 17:15 4.5K [   ] 8.2.3420 09-Sep-2021 17:15 2.7K [   ] 8.2.3421 09-Sep-2021 20:46 4.3K [TXT] 8.2.3422 09-Sep-2021 23:01 2.2K [TXT] 8.2.3423 09-Sep-2021 23:01 5.4K [TXT] 8.2.3424 10-Sep-2021 16:59 16K [TXT] 8.2.3425 11-Sep-2021 12:17 1.7K [TXT] 8.2.3426 11-Sep-2021 15:09 3.7K [TXT] 8.2.3427 11-Sep-2021 21:15 4.0K [TXT] 8.2.3428 11-Sep-2021 21:15 3.1K [TXT] 8.2.3429 11-Sep-2021 23:09 3.0K [TXT] 8.2.3430 12-Sep-2021 13:40 14K [TXT] 8.2.3431 12-Sep-2021 15:48 2.6K [TXT] 8.2.3432 12-Sep-2021 17:03 3.6K [TXT] 8.2.3433 12-Sep-2021 20:58 4.9K [TXT] 8.2.3434 12-Sep-2021 21:01 1.5K [TXT] 8.2.3435 13-Sep-2021 18:58 18K [TXT] 8.2.3436 13-Sep-2021 21:37 1.7K [   ] 8.2.3437 13-Sep-2021 22:19 3.7K [TXT] 8.2.3438 14-Sep-2021 17:55 15K [TXT] 8.2.3439 14-Sep-2021 18:56 4.5K [   ] 8.2.3440 14-Sep-2021 22:59 1.6K [TXT] 8.2.3441 15-Sep-2021 12:55 1.8K [   ] 8.2.3442 16-Sep-2021 16:16 11K [TXT] 8.2.3443 16-Sep-2021 20:15 1.7K [TXT] 8.2.3444 16-Sep-2021 22:33 4.4K [TXT] 8.2.3445 17-Sep-2021 20:46 2.2K [TXT] 8.2.3446 17-Sep-2021 21:24 26K [TXT] 8.2.3447 18-Sep-2021 12:16 1.9K [   ] 8.2.3448 18-Sep-2021 15:27 3.5K [TXT] 8.2.3449 19-Sep-2021 17:02 2.0K [   ] 8.2.3450 19-Sep-2021 17:56 4.4K [TXT] 8.2.3451 20-Sep-2021 20:58 5.2K [   ] 8.2.3452 21-Sep-2021 19:37 3.1K [   ] 8.2.3453 22-Sep-2021 14:20 2.1K [TXT] 8.2.3454 22-Sep-2021 16:38 3.2K [TXT] 8.2.3455 22-Sep-2021 16:44 2.2K [   ] 8.2.3456 26-Sep-2021 20:05 25K [   ] 8.2.3457 26-Sep-2021 21:15 1.5K [TXT] 8.2.3458 26-Sep-2021 23:36 3.2K [TXT] 8.2.3459 30-Sep-2021 20:02 13K [   ] 8.2.3460 02-Oct-2021 12:28 11K [TXT] 8.2.3461 02-Oct-2021 17:36 3.0K [TXT] 8.2.3462 02-Oct-2021 18:06 3.3K [   ] 8.2.3463 02-Oct-2021 22:49 2.2K [   ] 8.2.3464 03-Oct-2021 12:50 2.1K [   ] 8.2.3465 03-Oct-2021 15:11 3.1K [   ] 8.2.3466 04-Oct-2021 19:53 6.1K [TXT] 8.2.3467 04-Oct-2021 19:53 2.3K [TXT] 8.2.3468 04-Oct-2021 19:53 2.5K [   ] 8.2.3469 04-Oct-2021 19:53 2.6K [TXT] 8.2.3470 04-Oct-2021 19:53 2.2K [   ] 8.2.3471 04-Oct-2021 20:48 2.4K [   ] 8.2.3472 04-Oct-2021 22:53 1.5K [   ] 8.2.3473 04-Oct-2021 22:53 2.9K [TXT] 8.2.3474 04-Oct-2021 22:53 3.9K [TXT] 8.2.3475 05-Oct-2021 00:14 2.3K [TXT] 8.2.3476 05-Oct-2021 00:14 2.6K [TXT] 8.2.3477 05-Oct-2021 12:24 1.4K [TXT] 8.2.3478 05-Oct-2021 12:24 3.5K [TXT] 8.2.3479 05-Oct-2021 20:20 1.8K [TXT] 8.2.3480 05-Oct-2021 20:30 2.1K [TXT] 8.2.3481 05-Oct-2021 20:45 3.5K [   ] 8.2.3482 05-Oct-2021 23:00 2.2K [TXT] 8.2.3483 06-Oct-2021 12:28 3.7K [TXT] 8.2.3484 06-Oct-2021 14:42 2.9K [TXT] 8.2.3485 06-Oct-2021 20:40 1.9K [TXT] 8.2.3486 06-Oct-2021 23:09 3.3K [TXT] 8.2.3487 09-Oct-2021 15:05 2.9K [   ] 8.2.3488 09-Oct-2021 15:05 2.5K [TXT] 8.2.3489 09-Oct-2021 15:05 2.3K [TXT] 8.2.3490 09-Oct-2021 16:40 2.8K [TXT] 8.2.3491 09-Oct-2021 17:31 3.6K [TXT] 8.2.3492 10-Oct-2021 13:39 2.4K [TXT] 8.2.3493 10-Oct-2021 14:56 1.6K [TXT] 8.2.3494 11-Oct-2021 16:42 2.3K [TXT] 8.2.3495 11-Oct-2021 17:10 1.9K [TXT] 8.2.3496 11-Oct-2021 17:28 2.3K [TXT] 8.2.3497 11-Oct-2021 21:29 1.3K [TXT] 8.2.3498 11-Oct-2021 21:59 2.3K [TXT] 8.2.3499 12-Oct-2021 00:00 2.1K [   ] 8.2.3500 12-Oct-2021 13:05 2.3K [   ] 8.2.3501 12-Oct-2021 14:59 2.4K [   ] 8.2.3502 13-Oct-2021 11:06 1.5K [TXT] 8.2.3503 13-Oct-2021 16:06 8.0K [   ] 8.2.3504 13-Oct-2021 16:31 1.6K [TXT] 8.2.3505 13-Oct-2021 16:38 1.7K [   ] 8.2.3506 13-Oct-2021 22:37 2.0K [TXT] 8.2.3507 14-Oct-2021 17:28 5.2K [   ] 8.2.3508 14-Oct-2021 17:55 1.9K [TXT] 8.2.3509 14-Oct-2021 18:53 2.4K [TXT] 8.2.3510 15-Oct-2021 01:20 14K [TXT] 8.2.3511 15-Oct-2021 01:20 2.5K [TXT] 8.2.3512 15-Oct-2021 01:39 1.3K [TXT] 8.2.3513 15-Oct-2021 13:52 4.2K [TXT] 8.2.3514 15-Oct-2021 18:12 1.9K [TXT] 8.2.3515 15-Oct-2021 18:24 2.3K [TXT] 8.2.3516 15-Oct-2021 23:27 8.2K [TXT] 8.2.3517 16-Oct-2021 13:00 7.3K [TXT] 8.2.3518 16-Oct-2021 14:01 13K [   ] 8.2.3519 16-Oct-2021 14:44 3.9K [TXT] 8.2.3520 16-Oct-2021 16:42 13K [TXT] 8.2.3521 16-Oct-2021 17:49 1.7K [TXT] 8.2.3522 16-Oct-2021 18:52 6.5K [TXT] 8.2.3523 16-Oct-2021 20:08 1.9K [TXT] 8.2.3524 16-Oct-2021 21:53 13K [TXT] 8.2.3525 16-Oct-2021 22:15 5.3K [TXT] 8.2.3526 16-Oct-2021 22:59 14K [   ] 8.2.3527 17-Oct-2021 12:37 2.0K [TXT] 8.2.3528 17-Oct-2021 15:13 15K [   ] 8.2.3529 17-Oct-2021 17:11 2.4K [TXT] 8.2.3530 17-Oct-2021 18:21 9.2K [TXT] 8.2.3531 17-Oct-2021 19:06 2.0K [TXT] 8.2.3532 18-Oct-2021 14:16 2.4K [   ] 8.2.3533 18-Oct-2021 14:16 2.1K [TXT] 8.2.3534 18-Oct-2021 15:38 1.5K [   ] 8.2.3535 18-Oct-2021 21:57 1.9K [TXT] 8.2.3536 18-Oct-2021 23:14 59K [TXT] 8.2.3537 19-Oct-2021 12:16 2.9K [   ] 8.2.3538 19-Oct-2021 14:45 1.7K [TXT] 8.2.3539 19-Oct-2021 15:22 1.7K [TXT] 8.2.3540 19-Oct-2021 21:09 2.4K [   ] 8.2.3541 19-Oct-2021 21:25 1.6K [TXT] 8.2.3542 19-Oct-2021 21:49 17K [TXT] 8.2.3543 19-Oct-2021 23:13 2.7K [TXT] 8.2.3544 20-Oct-2021 11:01 1.5K [TXT] 8.2.3545 20-Oct-2021 12:02 5.6K [TXT] 8.2.3546 20-Oct-2021 18:23 1.8K [TXT] 8.2.3547 20-Oct-2021 22:59 6.3K [TXT] 8.2.3548 21-Oct-2021 00:12 2.9K [TXT] 8.2.3549 21-Oct-2021 11:52 10K [   ] 8.2.3550 21-Oct-2021 12:41 3.0K [TXT] 8.2.3551 22-Oct-2021 13:56 1.4K [TXT] 8.2.3552 22-Oct-2021 13:56 4.6K [   ] 8.2.3553 22-Oct-2021 16:12 4.1K [TXT] 8.2.3554 22-Oct-2021 16:56 11K [TXT] 8.2.3555 22-Oct-2021 19:59 11K [TXT] 8.2.3556 22-Oct-2021 21:57 5.1K [   ] 8.2.3557 22-Oct-2021 23:18 4.5K [TXT] 8.2.3558 23-Oct-2021 11:26 1.5K [TXT] 8.2.3559 23-Oct-2021 13:35 1.8K [TXT] 8.2.3560 23-Oct-2021 14:33 10K [TXT] 8.2.3561 24-Oct-2021 15:52 3.0K [TXT] 8.2.3562 24-Oct-2021 21:36 71K [   ] 8.2.3563 25-Oct-2021 11:37 2.4K [   ] 8.2.3564 25-Oct-2021 18:09 3.2K [TXT] 8.2.3565 26-Oct-2021 13:00 87K [TXT] 8.2.3566 28-Oct-2021 21:50 1.9K [TXT] 8.2.3567 28-Oct-2021 22:08 1.8K [TXT] 8.2.3568 31-Oct-2021 23:34 1.9K [TXT] 8.2.3569 01-Nov-2021 23:48 2.4K [   ] 8.2.3570 01-Nov-2021 23:59 1.4K [TXT] 8.2.3571 02-Nov-2021 21:25 1.6K [TXT] 8.2.3572 02-Nov-2021 21:57 5.5K [TXT] 8.2.3573 02-Nov-2021 22:40 5.4K [   ] 8.2.3574 02-Nov-2021 23:49 1.6K [TXT] 8.2.3575 03-Nov-2021 00:12 1.8K [   ] 8.2.3576 03-Nov-2021 14:16 6.0K [TXT] 8.2.3577 03-Nov-2021 14:44 1.4K [TXT] 8.2.3578 03-Nov-2021 23:24 29K [TXT] 8.2.3579 04-Nov-2021 14:33 2.0K [TXT] 8.2.3580 04-Nov-2021 14:33 3.2K [TXT] 8.2.3581 04-Nov-2021 16:12 1.8K [   ] 8.2.3582 04-Nov-2021 16:47 2.2K [TXT] 8.2.3583 12-Nov-2021 11:31 4.1K [TXT] 8.2.3584 12-Nov-2021 12:25 5.4K [TXT] 8.2.3585 12-Nov-2021 17:02 2.8K [   ] 8.2.3586 12-Nov-2021 17:06 2.4K [   ] 8.2.3587 12-Nov-2021 17:10 1.7K [   ] 8.2.3588 13-Nov-2021 11:28 1.8K [TXT] 8.2.3589 13-Nov-2021 11:28 3.0K [TXT] 8.2.3590 13-Nov-2021 11:51 6.7K [TXT] 8.2.3591 13-Nov-2021 13:39 8.4K [TXT] 8.2.3592 13-Nov-2021 19:46 1.8K [TXT] 8.2.3593 14-Nov-2021 12:42 5.3K [TXT] 8.2.3594 14-Nov-2021 14:47 5.0K [TXT] 8.2.3595 14-Nov-2021 15:06 2.4K [   ] 8.2.3596 15-Nov-2021 12:23 2.6K [TXT] 8.2.3597 15-Nov-2021 18:26 2.7K [   ] 8.2.3598 15-Nov-2021 22:44 2.3K [   ] 8.2.3599 16-Nov-2021 12:11 2.5K [   ] 8.2.3600 16-Nov-2021 12:59 1.6K [TXT] 8.2.3601 16-Nov-2021 13:51 7.0K [TXT] 8.2.3602 16-Nov-2021 14:09 2.5K [   ] 8.2.3603 16-Nov-2021 16:29 2.9K [   ] 8.2.3604 16-Nov-2021 17:39 2.4K [TXT] 8.2.3605 16-Nov-2021 18:50 16K [TXT] 8.2.3606 16-Nov-2021 20:22 1.5K [TXT] 8.2.3607 16-Nov-2021 21:04 13K [TXT] 8.2.3608 17-Nov-2021 15:02 2.6K [TXT] 8.2.3609 17-Nov-2021 16:52 7.8K [TXT] 8.2.3610 17-Nov-2021 17:55 2.5K [TXT] 8.2.3611 17-Nov-2021 19:01 3.1K [TXT] 8.2.3612 17-Nov-2021 19:24 2.9K [   ] 8.2.3613 17-Nov-2021 20:02 1.5K [TXT] 8.2.3614 17-Nov-2021 21:41 8.5K [TXT] 8.2.3615 18-Nov-2021 14:57 6.3K [TXT] 8.2.3616 18-Nov-2021 18:48 3.0K [TXT] 8.2.3617 18-Nov-2021 20:02 6.3K [TXT] 8.2.3618 18-Nov-2021 21:48 4.4K [TXT] 8.2.3619 18-Nov-2021 23:09 13K [TXT] 8.2.3620 19-Nov-2021 12:28 160K [TXT] 8.2.3621 19-Nov-2021 12:36 1.3K [TXT] 8.2.3622 19-Nov-2021 12:59 2.5K [TXT] 8.2.3623 19-Nov-2021 13:38 2.6K [TXT] 8.2.3624 19-Nov-2021 18:02 3.3K [TXT] 8.2.3625 19-Nov-2021 20:42 2.8K [   ] 8.2.3626 20-Nov-2021 11:39 3.2K [TXT] 8.2.3627 20-Nov-2021 12:16 3.6K [TXT] 8.2.3628 20-Nov-2021 14:49 73K [TXT] 8.2.3629 20-Nov-2021 20:14 7.5K [TXT] 8.2.3630 20-Nov-2021 20:39 3.1K [   ] 8.2.3631 20-Nov-2021 20:52 3.0K [TXT] 8.2.3632 20-Nov-2021 21:43 1.8K [TXT] 8.2.3633 20-Nov-2021 22:36 2.5K [TXT] 8.2.3634 20-Nov-2021 22:47 2.4K [   ] 8.2.3635 20-Nov-2021 23:04 3.9K [TXT] 8.2.3636 21-Nov-2021 12:39 1.5K [TXT] 8.2.3637 21-Nov-2021 12:39 24K [TXT] 8.2.3638 21-Nov-2021 13:16 2.9K [TXT] 8.2.3639 21-Nov-2021 13:28 2.1K [TXT] 8.2.3640 21-Nov-2021 15:52 3.9K [   ] 8.2.3641 22-Nov-2021 13:06 2.3K [TXT] 8.2.3642 22-Nov-2021 13:06 1.6K [TXT] 8.2.3643 22-Nov-2021 13:48 3.6K [TXT] 8.2.3644 22-Nov-2021 15:16 6.2K [TXT] 8.2.3645 22-Nov-2021 16:07 3.2K [   ] 8.2.3646 22-Nov-2021 16:38 3.4K [TXT] 8.2.3647 22-Nov-2021 18:19 3.6K [TXT] 8.2.3648 22-Nov-2021 18:22 2.4K [TXT] 8.2.3649 22-Nov-2021 19:32 2.7K [   ] 8.2.3650 22-Nov-2021 21:11 7.1K [   ] 8.2.3651 22-Nov-2021 22:59 2.6K [TXT] 8.2.3652 23-Nov-2021 12:48 21K [TXT] 8.2.3653 23-Nov-2021 13:08 1.4K [TXT] 8.2.3654 23-Nov-2021 13:32 2.9K [   ] 8.2.3655 23-Nov-2021 13:36 1.6K [TXT] 8.2.3656 23-Nov-2021 15:53 2.2K [   ] 8.2.3657 23-Nov-2021 23:17 2.4K [   ] 8.2.3658 24-Nov-2021 12:18 4.6K [TXT] 8.2.3659 24-Nov-2021 13:18 5.8K [TXT] 8.2.3660 24-Nov-2021 14:41 1.4K [TXT] 8.2.3661 24-Nov-2021 16:14 1.7K [   ] 8.2.3662 24-Nov-2021 16:14 2.1K [TXT] 8.2.3663 24-Nov-2021 17:21 6.0K [TXT] 8.2.3664 24-Nov-2021 17:21 20K [TXT] 8.2.3665 24-Nov-2021 17:33 8.9K [   ] 8.2.3666 24-Nov-2021 20:56 57K [   ] 8.2.3667 24-Nov-2021 20:56 2.2K [   ] 8.2.3668 24-Nov-2021 21:29 10K [   ] 8.2.3669 25-Nov-2021 11:51 2.2K [TXT] 8.2.3670 25-Nov-2021 12:18 8.4K [TXT] 8.2.3671 25-Nov-2021 14:05 3.2K [   ] 8.2.3672 25-Nov-2021 14:27 1.6K [TXT] 8.2.3673 25-Nov-2021 14:40 2.6K [   ] 8.2.3674 25-Nov-2021 14:53 1.8K [TXT] 8.2.3675 25-Nov-2021 15:44 2.2K [   ] 8.2.3676 25-Nov-2021 16:11 20K [TXT] 8.2.3677 25-Nov-2021 20:32 3.9K [TXT] 8.2.3678 25-Nov-2021 21:41 2.2K [   ] 8.2.3679 26-Nov-2021 14:02 2.7K [   ] 8.2.3680 26-Nov-2021 15:00 4.6K [   ] 8.2.3681 26-Nov-2021 16:58 4.0K [TXT] 8.2.3682 26-Nov-2021 18:37 6.0K [TXT] 8.2.3683 27-Nov-2021 12:43 7.1K [TXT] 8.2.3684 27-Nov-2021 14:30 2.5K [TXT] 8.2.3685 27-Nov-2021 15:33 4.1K [TXT] 8.2.3686 27-Nov-2021 18:22 8.3K [TXT] 8.2.3687 27-Nov-2021 23:48 5.9K [TXT] 8.2.3688 28-Nov-2021 19:45 1.3K [TXT] 8.2.3689 28-Nov-2021 20:54 15K [   ] 8.2.3690 28-Nov-2021 21:25 2.6K [TXT] 8.2.3691 28-Nov-2021 22:34 1.3K [TXT] 8.2.3692 28-Nov-2021 23:17 11K [   ] 8.2.3693 29-Nov-2021 11:37 2.5K [TXT] 8.2.3694 29-Nov-2021 13:14 5.5K [TXT] 8.2.3695 29-Nov-2021 14:46 2.8K [   ] 8.2.3696 29-Nov-2021 18:38 2.2K [TXT] 8.2.3697 29-Nov-2021 18:38 10K [TXT] 8.2.3698 29-Nov-2021 21:40 6.7K [TXT] 8.2.3699 29-Nov-2021 21:40 46K [TXT] 8.2.3700 29-Nov-2021 22:13 4.3K [TXT] 8.2.3701 29-Nov-2021 23:02 3.6K [   ] 8.2.3702 30-Nov-2021 12:58 3.7K [   ] 8.2.3703 30-Nov-2021 14:06 3.4K [TXT] 8.2.3704 30-Nov-2021 17:15 7.5K [TXT] 8.2.3705 30-Nov-2021 19:25 4.8K [   ] 8.2.3706 30-Nov-2021 21:23 3.0K [TXT] 8.2.3707 30-Nov-2021 21:58 3.9K [TXT] 8.2.3708 30-Nov-2021 22:40 1.5K [TXT] 8.2.3709 30-Nov-2021 22:59 5.4K [TXT] 8.2.3710 01-Dec-2021 10:28 5.8K [TXT] 8.2.3711 01-Dec-2021 11:11 2.9K [TXT] 8.2.3712 01-Dec-2021 11:31 8.8K [TXT] 8.2.3713 01-Dec-2021 11:55 2.5K [TXT] 8.2.3714 01-Dec-2021 12:25 5.9K [TXT] 8.2.3715 01-Dec-2021 13:42 2.7K [TXT] 8.2.3716 01-Dec-2021 16:23 11K [TXT] 8.2.3717 01-Dec-2021 18:39 5.0K [TXT] 8.2.3718 02-Dec-2021 12:37 3.1K [   ] 8.2.3719 02-Dec-2021 13:31 2.3K [TXT] 8.2.3720 02-Dec-2021 17:40 3.1K [TXT] 8.2.3721 02-Dec-2021 19:57 3.3K [TXT] 8.2.3722 02-Dec-2021 19:57 1.8K [TXT] 8.2.3723 02-Dec-2021 20:47 3.2K [TXT] 8.2.3724 02-Dec-2021 23:10 1.7K [   ] 8.2.3725 03-Dec-2021 12:10 37K [   ] 8.2.3726 03-Dec-2021 12:45 4.6K [TXT] 8.2.3727 03-Dec-2021 14:21 4.6K [TXT] 8.2.3728 03-Dec-2021 18:45 2.1K [   ] 8.2.3729 03-Dec-2021 18:45 2.4K [TXT] 8.2.3730 03-Dec-2021 20:28 5.5K [   ] 8.2.3731 03-Dec-2021 21:44 6.7K [   ] 8.2.3732 03-Dec-2021 22:18 1.7K [TXT] 8.2.3733 04-Dec-2021 14:16 3.7K [TXT] 8.2.3734 04-Dec-2021 14:16 1.6K [TXT] 8.2.3735 04-Dec-2021 15:03 14K [TXT] 8.2.3736 04-Dec-2021 16:13 2.0K [TXT] 8.2.3737 04-Dec-2021 16:13 1.4K [TXT] 8.2.3738 04-Dec-2021 18:21 1.7K [TXT] 8.2.3739 04-Dec-2021 23:04 2.9K [TXT] 8.2.3740 05-Dec-2021 12:37 2.2K [TXT] 8.2.3741 05-Dec-2021 13:07 3.0K [TXT] 8.2.3742 05-Dec-2021 13:40 2.5K [TXT] 8.2.3743 05-Dec-2021 14:03 3.5K [   ] 8.2.3744 05-Dec-2021 14:22 2.3K [TXT] 8.2.3745 05-Dec-2021 14:41 1.5K [   ] 8.2.3746 05-Dec-2021 18:21 3.3K [   ] 8.2.3747 05-Dec-2021 18:46 5.9K [TXT] 8.2.3748 05-Dec-2021 20:11 3.7K [TXT] 8.2.3749 05-Dec-2021 22:47 14K [TXT] 8.2.3750 05-Dec-2021 23:20 18K [TXT] 8.2.3751 06-Dec-2021 12:04 56K [   ] 8.2.3752 06-Dec-2021 12:25 2.5K [TXT] 8.2.3753 06-Dec-2021 16:08 2.9K [TXT] 8.2.3754 06-Dec-2021 20:52 6.3K [TXT] 8.2.3755 07-Dec-2021 12:04 1.9K [   ] 8.2.3756 07-Dec-2021 13:24 8.9K [TXT] 8.2.3757 07-Dec-2021 22:30 3.5K [TXT] 8.2.3758 08-Dec-2021 11:47 63K [TXT] 8.2.3759 08-Dec-2021 21:04 5.3K [   ] 8.2.3760 08-Dec-2021 22:02 1.4K [TXT] 8.2.3761 08-Dec-2021 23:14 6.0K [TXT] 8.2.3762 09-Dec-2021 10:28 2.6K [TXT] 8.2.3763 09-Dec-2021 11:52 12K [TXT] 8.2.3764 09-Dec-2021 12:58 4.3K [TXT] 8.2.3765 09-Dec-2021 15:24 11K [TXT] 8.2.3766 09-Dec-2021 17:43 2.4K [   ] 8.2.3767 09-Dec-2021 18:44 1.6K [TXT] 8.2.3768 09-Dec-2021 19:44 2.5K [   ] 8.2.3769 09-Dec-2021 22:10 3.3K [   ] 8.2.3770 09-Dec-2021 22:10 5.5K [   ] 8.2.3771 10-Dec-2021 11:38 5.4K [TXT] 8.2.3772 10-Dec-2021 11:59 1.8K [TXT] 8.2.3773 10-Dec-2021 13:20 3.7K [   ] 8.2.3774 10-Dec-2021 14:41 5.4K [TXT] 8.2.3775 10-Dec-2021 17:56 3.8K [TXT] 8.2.3776 10-Dec-2021 21:16 3.7K [TXT] 8.2.3777 10-Dec-2021 21:40 3.8K [   ] 8.2.3778 10-Dec-2021 22:06 1.7K [TXT] 8.2.3779 10-Dec-2021 22:47 3.5K [TXT] 8.2.3780 11-Dec-2021 13:29 8.8K [TXT] 8.2.3781 11-Dec-2021 13:34 13K [TXT] 8.2.3782 11-Dec-2021 14:55 5.2K [TXT] 8.2.3783 11-Dec-2021 17:15 14K [TXT] 8.2.3784 11-Dec-2021 18:25 21K [   ] 8.2.3785 11-Dec-2021 18:35 2.2K [   ] 8.2.3786 11-Dec-2021 19:47 1.5K [TXT] 8.2.3787 12-Dec-2021 15:18 13K [TXT] 8.2.3788 12-Dec-2021 17:28 88K [TXT] 8.2.3789 12-Dec-2021 17:43 2.2K [TXT] 8.2.3790 12-Dec-2021 19:51 2.6K [   ] 8.2.3791 12-Dec-2021 20:12 2.4K [   ] 8.2.3792 12-Dec-2021 21:08 61K [TXT] 8.2.3793 12-Dec-2021 22:02 3.3K [TXT] 8.2.3794 13-Dec-2021 12:33 2.7K [TXT] 8.2.3795 13-Dec-2021 14:46 24K [TXT] 8.2.3796 13-Dec-2021 15:28 21K [TXT] 8.2.3797 13-Dec-2021 15:41 3.0K [TXT] 8.2.3798 13-Dec-2021 19:20 5.1K [TXT] 8.2.3799 13-Dec-2021 21:39 2.0K [TXT] 8.2.3800 13-Dec-2021 21:40 24K [TXT] 8.2.3801 13-Dec-2021 23:12 4.2K [TXT] 8.2.3802 13-Dec-2021 23:18 2.2K [TXT] 8.2.3803 14-Dec-2021 09:42 2.4K [TXT] 8.2.3804 14-Dec-2021 10:04 1.8K [   ] 8.2.3805 14-Dec-2021 10:35 2.4K [TXT] 8.2.3806 14-Dec-2021 12:20 1.9K [TXT] 8.2.3807 14-Dec-2021 13:08 3.2K [TXT] 8.2.3808 14-Dec-2021 19:17 1.9K [TXT] 8.2.3809 14-Dec-2021 19:17 8.8K [TXT] 8.2.3810 14-Dec-2021 21:27 3.1K [TXT] 8.2.3811 14-Dec-2021 21:27 1.4K [TXT] 8.2.3812 15-Dec-2021 13:07 5.8K [TXT] 8.2.3813 15-Dec-2021 13:29 2.0K [   ] 8.2.3814 15-Dec-2021 14:31 3.0K [TXT] 8.2.3815 15-Dec-2021 17:00 4.0K [TXT] 8.2.3816 15-Dec-2021 17:39 1.7K [   ] 8.2.3817 15-Dec-2021 20:41 12K [   ] 8.2.3818 15-Dec-2021 20:41 17K [   ] 8.2.3819 15-Dec-2021 20:48 2.4K [TXT] 8.2.3820 15-Dec-2021 22:09 2.5K [   ] 8.2.3821 15-Dec-2021 22:30 1.7K [TXT] 8.2.3822 16-Dec-2021 09:22 19K [   ] 8.2.3823 16-Dec-2021 14:08 1.7K [TXT] 8.2.3824 16-Dec-2021 14:08 3.4K [TXT] 8.2.3825 16-Dec-2021 15:46 4.9K [TXT] 8.2.3826 16-Dec-2021 16:50 3.6K [TXT] 8.2.3827 16-Dec-2021 19:03 11K [TXT] 8.2.3828 16-Dec-2021 19:03 4.0K [TXT] 8.2.3829 16-Dec-2021 21:00 2.9K [TXT] 8.2.3830 16-Dec-2021 21:57 32K [TXT] 8.2.3831 16-Dec-2021 22:08 2.6K [TXT] 8.2.3832 16-Dec-2021 22:12 2.2K [TXT] 8.2.3833 17-Dec-2021 10:46 2.5K [TXT] 8.2.3834 17-Dec-2021 13:03 2.2K [TXT] 8.2.3835 17-Dec-2021 13:53 4.0K [   ] 8.2.3836 17-Dec-2021 15:47 2.9K [TXT] 8.2.3837 17-Dec-2021 17:01 1.8K [TXT] 8.2.3838 17-Dec-2021 17:22 20K [   ] 8.2.3839 17-Dec-2021 18:33 1.8K [TXT] 8.2.3840 17-Dec-2021 19:02 9.2K [TXT] 8.2.3841 17-Dec-2021 21:17 11K [   ] 8.2.3842 17-Dec-2021 21:37 3.0K [   ] 8.2.3843 17-Dec-2021 21:54 4.1K [TXT] 8.2.3844 18-Dec-2021 13:32 7.1K [TXT] 8.2.3845 18-Dec-2021 13:42 3.2K [TXT] 8.2.3846 18-Dec-2021 16:33 5.0K [TXT] 8.2.3847 18-Dec-2021 17:55 2.3K [TXT] 8.2.3848 18-Dec-2021 19:41 20K [TXT] 8.2.3849 19-Dec-2021 11:36 34K [TXT] 8.2.3850 19-Dec-2021 12:08 2.4K [TXT] 8.2.3851 19-Dec-2021 13:36 24K [   ] 8.2.3852 19-Dec-2021 16:18 5.1K [   ] 8.2.3853 19-Dec-2021 18:27 4.2K [   ] 8.2.3854 19-Dec-2021 19:38 421K [TXT] 8.2.3855 19-Dec-2021 20:27 3.8K [   ] 8.2.3856 19-Dec-2021 22:35 58K [TXT] 8.2.3857 20-Dec-2021 10:37 6.5K [TXT] 8.2.3858 20-Dec-2021 11:56 4.9K [   ] 8.2.3859 20-Dec-2021 13:26 3.8K [TXT] 8.2.3860 20-Dec-2021 16:05 425K [   ] 8.2.3861 20-Dec-2021 16:54 1.7K [   ] 8.2.3862 20-Dec-2021 22:36 3.0K [   ] 8.2.3863 20-Dec-2021 23:14 9.1K [TXT] 8.2.3864 21-Dec-2021 10:22 8.2K [TXT] 8.2.3865 21-Dec-2021 10:43 7.8K [TXT] 8.2.3866 21-Dec-2021 13:35 21K [TXT] 8.2.3867 21-Dec-2021 14:20 26K [   ] 8.2.3868 21-Dec-2021 14:32 5.0K [   ] 8.2.3869 22-Dec-2021 14:20 9.0K [TXT] 8.2.3870 22-Dec-2021 16:22 3.5K [TXT] 8.2.3871 22-Dec-2021 19:25 61K [TXT] 8.2.3872 22-Dec-2021 19:46 5.6K [TXT] 8.2.3873 22-Dec-2021 20:19 2.2K [TXT] 8.2.3874 22-Dec-2021 20:46 20K [   ] 8.2.3875 22-Dec-2021 21:30 1.7K [   ] 8.2.3876 22-Dec-2021 21:56 3.7K [   ] 8.2.3877 22-Dec-2021 22:41 4.1K [TXT] 8.2.3878 23-Dec-2021 22:15 3.0K [TXT] 8.2.3879 24-Dec-2021 11:49 5.3K [   ] 8.2.3880 24-Dec-2021 12:58 2.6K [TXT] 8.2.3881 24-Dec-2021 12:58 1.7K [TXT] 8.2.3882 24-Dec-2021 13:04 2.6K [   ] 8.2.3883 24-Dec-2021 17:47 1.4K [TXT] 8.2.3884 24-Dec-2021 19:14 2.2K [TXT] 8.2.3885 24-Dec-2021 20:05 2.4K [TXT] 8.2.3886 24-Dec-2021 20:25 2.7K [TXT] 8.2.3887 24-Dec-2021 20:57 3.0K [TXT] 8.2.3888 24-Dec-2021 21:28 8.6K [TXT] 8.2.3889 24-Dec-2021 21:48 8.4K [TXT] 8.2.3890 24-Dec-2021 22:37 21K [TXT] 8.2.3891 25-Dec-2021 19:32 3.3K [TXT] 8.2.3892 25-Dec-2021 19:32 2.9K [TXT] 8.2.3893 25-Dec-2021 19:32 9.2K [   ] 8.2.3894 25-Dec-2021 22:49 4.3K [   ] 8.2.3895 25-Dec-2021 22:49 2.4K [   ] 8.2.3896 25-Dec-2021 22:49 1.7K [TXT] 8.2.3897 25-Dec-2021 22:49 12K [   ] 8.2.3898 25-Dec-2021 23:01 1.8K [   ] 8.2.3899 25-Dec-2021 23:11 1.8K [TXT] 8.2.3900 26-Dec-2021 11:53 15K [TXT] 8.2.3901 26-Dec-2021 15:24 7.1K [TXT] 8.2.3902 26-Dec-2021 15:24 11K [   ] 8.2.3903 26-Dec-2021 18:26 2.5K [TXT] 8.2.3904 26-Dec-2021 18:26 8.9K [TXT] 8.2.3905 26-Dec-2021 18:32 3.4K [TXT] 8.2.3906 26-Dec-2021 19:11 24K [TXT] 8.2.3907 26-Dec-2021 21:21 14K [TXT] 8.2.3908 26-Dec-2021 22:55 7.8K [   ] 8.2.3909 27-Dec-2021 11:41 3.3K [TXT] 8.2.3910 27-Dec-2021 12:56 2.7K [TXT] 8.2.3911 27-Dec-2021 13:30 2.1K [TXT] 8.2.3912 27-Dec-2021 13:53 21K [TXT] 8.2.3913 27-Dec-2021 20:46 158K [TXT] 8.2.3914 27-Dec-2021 20:46 64K [TXT] 8.2.3915 27-Dec-2021 20:46 2.7K [   ] 8.2.3916 27-Dec-2021 21:58 10K [TXT] 8.2.3917 27-Dec-2021 22:29 804K [TXT] 8.2.3918 27-Dec-2021 22:43 2.6K [TXT] 8.2.3919 28-Dec-2021 12:28 11K [TXT] 8.2.3920 28-Dec-2021 14:16 3.3K [TXT] 8.2.3921 28-Dec-2021 14:55 18K [   ] 8.2.3922 28-Dec-2021 18:57 18K [TXT] 8.2.3923 28-Dec-2021 18:57 2.8K [TXT] 8.2.3924 28-Dec-2021 18:57 7.3K [TXT] 8.2.3925 28-Dec-2021 19:32 10K [TXT] 8.2.3926 28-Dec-2021 21:04 2.4K [TXT] 8.2.3927 28-Dec-2021 21:19 1.5K [TXT] 8.2.3928 28-Dec-2021 21:50 2.0K [TXT] 8.2.3929 28-Dec-2021 21:54 1.3K [TXT] 8.2.3930 28-Dec-2021 22:00 4.9K [TXT] 8.2.3931 29-Dec-2021 13:01 1.3K [TXT] 8.2.3932 29-Dec-2021 15:10 3.9K [TXT] 8.2.3933 29-Dec-2021 15:40 3.8K [   ] 8.2.3934 29-Dec-2021 17:06 3.0K [TXT] 8.2.3935 29-Dec-2021 17:06 3.2K [TXT] 8.2.3936 29-Dec-2021 17:45 2.6K [TXT] 8.2.3937 29-Dec-2021 18:39 32K [TXT] 8.2.3938 29-Dec-2021 19:11 6.4K [TXT] 8.2.3939 29-Dec-2021 19:17 2.5K [TXT] 8.2.3940 29-Dec-2021 20:24 3.4K [TXT] 8.2.3941 29-Dec-2021 20:42 8.4K [TXT] 8.2.3942 30-Dec-2021 11:33 1.4K [   ] 8.2.3943 30-Dec-2021 11:54 1.7K [TXT] 8.2.3944 30-Dec-2021 14:33 53K [TXT] 8.2.3945 30-Dec-2021 14:33 4.1K [TXT] 8.2.3946 30-Dec-2021 14:33 2.1K [TXT] 8.2.3947 30-Dec-2021 15:00 1.7K [   ] 8.2.3948 30-Dec-2021 15:00 2.4K [TXT] 8.2.3949 30-Dec-2021 15:51 2.8K [TXT] 8.2.3950 30-Dec-2021 18:10 2.3K [TXT] 8.2.3951 30-Dec-2021 18:10 2.2K [TXT] 8.2.3952 31-Dec-2021 13:21 3.5K [TXT] 8.2.3953 31-Dec-2021 14:01 58K [TXT] 8.2.3954 31-Dec-2021 15:07 4.0K [TXT] 8.2.3955 31-Dec-2021 16:10 15K [TXT] 8.2.3956 31-Dec-2021 16:22 1.3K [TXT] 8.2.3957 31-Dec-2021 18:29 23K [TXT] 8.2.3958 31-Dec-2021 18:34 1.4K [TXT] 8.2.3959 31-Dec-2021 19:50 21K [TXT] 8.2.3960 31-Dec-2021 21:02 26K [   ] 8.2.3961 31-Dec-2021 23:50 154K [   ] 8.2.3962 01-Jan-2022 00:16 1.5K [TXT] 8.2.3963 01-Jan-2022 01:56 3.0K [   ] 8.2.3964 01-Jan-2022 12:39 4.7K [   ] 8.2.3965 01-Jan-2022 13:18 3.2K [   ] 8.2.3966 01-Jan-2022 13:43 2.0K [   ] 8.2.3967 01-Jan-2022 15:20 117K [   ] 8.2.3968 01-Jan-2022 15:26 2.3K [TXT] 8.2.3969 01-Jan-2022 16:00 11K [   ] 8.2.3970 01-Jan-2022 17:00 50K [TXT] 8.2.3971 01-Jan-2022 17:02 1.5K [TXT] 8.2.3972 01-Jan-2022 17:21 17K [TXT] 8.2.3973 01-Jan-2022 17:32 1.7K [TXT] 8.2.3974 01-Jan-2022 19:31 2.6K [TXT] 8.2.3975 01-Jan-2022 20:34 19K [TXT] 8.2.3976 01-Jan-2022 20:43 2.1K [TXT] 8.2.3977 01-Jan-2022 23:00 23K [TXT] 8.2.3978 02-Jan-2022 02:05 1.9K [TXT] 8.2.3979 02-Jan-2022 13:07 3.9K [TXT] 8.2.3980 02-Jan-2022 14:28 7.5K [TXT] 8.2.3981 02-Jan-2022 15:09 5.6K [   ] 8.2.3982 02-Jan-2022 17:17 7.7K [TXT] 8.2.3983 02-Jan-2022 18:01 31K [TXT] 8.2.3984 02-Jan-2022 18:29 4.6K [TXT] 8.2.3985 02-Jan-2022 20:26 52K [TXT] 8.2.3986 02-Jan-2022 21:22 34K [TXT] 8.2.3987 02-Jan-2022 22:27 40K [TXT] 8.2.3988 02-Jan-2022 22:47 1.8K [TXT] 8.2.3989 03-Jan-2022 12:04 11K [   ] 8.2.3990 03-Jan-2022 12:18 1.7K [TXT] 8.2.3991 03-Jan-2022 13:41 14K [TXT] 8.2.3992 03-Jan-2022 13:54 5.1K [TXT] 8.2.3993 03-Jan-2022 14:48 6.9K [TXT] 8.2.3994 03-Jan-2022 18:34 6.9K [TXT] 8.2.3995 03-Jan-2022 18:34 3.1K [TXT] 8.2.3996 04-Jan-2022 16:55 105K [   ] 8.2.3997 04-Jan-2022 16:55 7.1K [TXT] 8.2.3998 04-Jan-2022 17:06 2.0K [TXT] 8.2.3999 04-Jan-2022 17:23 1.4K [TXT] 8.2.4000 04-Jan-2022 17:45 1.5K [TXT] 8.2.4001 04-Jan-2022 18:03 61K [TXT] 8.2.4002 04-Jan-2022 19:02 4.5K [TXT] 8.2.4003 04-Jan-2022 20:58 36K [TXT] 8.2.4004 04-Jan-2022 21:06 1.7K [TXT] 8.2.4005 04-Jan-2022 22:31 39K [TXT] 8.2.4006 05-Jan-2022 11:17 3.5K [TXT] 8.2.4007 05-Jan-2022 15:08 3.9K [TXT] 8.2.4008 05-Jan-2022 17:10 39K [TXT] 8.2.4009 05-Jan-2022 17:51 2.8K [   ] 8.2.4010 05-Jan-2022 18:50 43K [TXT] 8.2.4011 05-Jan-2022 19:17 3.4K [TXT] 8.2.4012 05-Jan-2022 21:25 73K [TXT] 8.2.4013 05-Jan-2022 21:41 1.7K [   ] 8.2.4014 05-Jan-2022 21:57 6.5K [TXT] 8.2.4015 06-Jan-2022 12:44 1.6K [TXT] 8.2.4016 06-Jan-2022 13:24 2.6K [TXT] 8.2.4017 06-Jan-2022 13:38 1.5K [   ] 8.2.4018 06-Jan-2022 14:26 25K [TXT] 8.2.4019 06-Jan-2022 22:13 82K [   ] 8.2.4020 06-Jan-2022 22:32 1.8K [TXT] 8.2.4021 06-Jan-2022 22:39 2.0K [TXT] 8.2.4022 06-Jan-2022 22:42 2.6K [TXT] 8.2.4023 06-Jan-2022 23:08 1.4K [   ] 8.2.4024 07-Jan-2022 13:46 7.5K [TXT] 8.2.4025 07-Jan-2022 14:39 4.9K [TXT] 8.2.4026 07-Jan-2022 15:40 2.4K [   ] 8.2.4027 07-Jan-2022 15:40 2.8K [TXT] 8.2.4028 07-Jan-2022 16:46 3.0K [TXT] 8.2.4029 07-Jan-2022 17:56 9.3K [   ] 8.2.4030 07-Jan-2022 19:22 5.3K [TXT] 8.2.4031 07-Jan-2022 20:25 2.3K [TXT] 8.2.4032 07-Jan-2022 21:02 2.6K [TXT] 8.2.4033 07-Jan-2022 21:08 1.5K [   ] 8.2.4034 07-Jan-2022 21:19 1.6K [TXT] 8.2.4035 07-Jan-2022 21:40 1.7K [TXT] 8.2.4036 07-Jan-2022 22:40 60K [TXT] 8.2.4037 08-Jan-2022 11:39 14K [   ] 8.2.4038 08-Jan-2022 16:40 31K [TXT] 8.2.4039 08-Jan-2022 16:40 4.2K [TXT] 8.2.4040 08-Jan-2022 16:40 19K [TXT] 8.2.4041 08-Jan-2022 17:20 1.3K [   ] 8.2.4042 08-Jan-2022 17:20 1.9K [   ] 8.2.4043 08-Jan-2022 17:20 32K [TXT] 8.2.4044 08-Jan-2022 22:40 6.5K [TXT] 8.2.4045 08-Jan-2022 22:40 15K [TXT] 8.2.4046 08-Jan-2022 22:40 5.0K [TXT] 8.2.4047 09-Jan-2022 16:53 77K [   ] 8.2.4048 09-Jan-2022 13:59 3.9K [TXT] 8.2.4049 09-Jan-2022 14:48 2.0K [   ] 8.2.4050 09-Jan-2022 22:37 36K [   ] 8.2.4051 10-Jan-2022 14:38 2.0K [   ] 8.2.4052 10-Jan-2022 14:38 11K [TXT] 8.2.4053 10-Jan-2022 19:09 16K [TXT] 8.2.4054 10-Jan-2022 19:43 1.7K [TXT] 8.2.4055 10-Jan-2022 19:51 3.6K [TXT] 8.2.4056 10-Jan-2022 22:31 1.5K [TXT] 8.2.4057 10-Jan-2022 22:31 14K [   ] 8.2.4058 10-Jan-2022 22:41 1.8K [TXT] 8.2.4059 11-Jan-2022 13:00 7.1K [   ] 8.2.4060 11-Jan-2022 13:38 2.3K [TXT] 8.2.4061 11-Jan-2022 14:06 5.9K [TXT] 8.2.4062 11-Jan-2022 14:17 3.0K [TXT] 8.2.4063 11-Jan-2022 16:26 5.4K [TXT] 8.2.4064 11-Jan-2022 19:15 4.1K [TXT] 8.2.4065 12-Jan-2022 12:49 2.3K [TXT] 8.2.4066 12-Jan-2022 12:49 5.4K [TXT] 8.2.4067 12-Jan-2022 13:56 3.3K [   ] 8.2.4068 12-Jan-2022 13:56 1.9K [   ] 8.2.4069 12-Jan-2022 16:16 3.4K [   ] 8.2.4070 12-Jan-2022 20:54 2.5K [TXT] 8.2.4071 12-Jan-2022 20:54 5.0K [TXT] 8.2.4072 12-Jan-2022 20:54 5.8K [   ] 8.2.4073 13-Jan-2022 13:06 2.1K [TXT] 8.2.4074 13-Jan-2022 14:09 2.2K [TXT] 8.2.4075 13-Jan-2022 14:25 1.9K [TXT] 8.2.4076 13-Jan-2022 14:48 1.7K [   ] 8.2.4077 13-Jan-2022 15:50 2.6K [TXT] 8.2.4078 13-Jan-2022 17:07 8.7K [   ] 8.2.4079 13-Jan-2022 17:07 1.8K [   ] 8.2.4080 13-Jan-2022 18:43 4.3K [TXT] 8.2.4081 13-Jan-2022 19:10 13K [TXT] 8.2.4082 13-Jan-2022 20:26 2.5K [TXT] 8.2.4083 13-Jan-2022 21:20 5.0K [TXT] 8.2.4084 13-Jan-2022 21:41 1.5K [   ] 8.2.4085 13-Jan-2022 21:52 3.3K [TXT] 8.2.4086 13-Jan-2022 22:17 21K [TXT] 8.2.4087 13-Jan-2022 23:06 6.2K [   ] 8.2.4088 14-Jan-2022 12:59 8.6K [TXT] 8.2.4089 14-Jan-2022 13:08 1.4K [TXT] 8.2.4090 14-Jan-2022 14:20 5.1K [TXT] 8.2.4091 14-Jan-2022 21:12 2.9K [TXT] 8.2.4092 14-Jan-2022 22:29 1.6K [TXT] 8.2.4093 15-Jan-2022 11:02 7.1K [TXT] 8.2.4094 15-Jan-2022 11:53 2.1K [TXT] 8.2.4095 15-Jan-2022 13:29 2.3K [   ] 8.2.4096 15-Jan-2022 14:38 2.9K [   ] 8.2.4097 15-Jan-2022 15:17 1.8K [TXT] 8.2.4098 15-Jan-2022 16:25 1.6K [TXT] 8.2.4099 15-Jan-2022 19:26 16K [TXT] 8.2.4100 15-Jan-2022 19:33 2.4K [TXT] 8.2.4101 15-Jan-2022 19:51 1.5K [   ] 8.2.4102 15-Jan-2022 22:09 4.9K [TXT] 8.2.4103 15-Jan-2022 22:45 5.0K [TXT] 8.2.4104 16-Jan-2022 12:14 2.0K [TXT] 8.2.4105 16-Jan-2022 12:26 3.6K [TXT] 8.2.4106 16-Jan-2022 12:57 1.4K [TXT] 8.2.4107 16-Jan-2022 14:32 5.4K [TXT] 8.2.4108 16-Jan-2022 14:59 2.4K [   ] 8.2.4109 16-Jan-2022 15:16 38K [   ] 8.2.4110 16-Jan-2022 15:52 2.4K [TXT] 8.2.4111 16-Jan-2022 16:01 1.5K [TXT] 8.2.4112 16-Jan-2022 16:01 1.4K [TXT] 8.2.4113 16-Jan-2022 16:53 2.8K [TXT] 8.2.4114 16-Jan-2022 19:07 7.1K [TXT] 8.2.4115 16-Jan-2022 20:38 6.9K [TXT] 8.2.4116 16-Jan-2022 22:00 6.3K [   ] 8.2.4117 16-Jan-2022 22:19 2.6K [TXT] 8.2.4118 16-Jan-2022 22:55 2.0K [TXT] 8.2.4119 17-Jan-2022 12:24 1.6K [TXT] 8.2.4120 17-Jan-2022 18:31 4.6K [TXT] 8.2.4121 17-Jan-2022 18:53 1.8K [TXT] 8.2.4122 17-Jan-2022 20:08 2.6K [TXT] 8.2.4123 17-Jan-2022 21:10 8.2K [TXT] 8.2.4124 17-Jan-2022 22:14 20K [TXT] 8.2.4125 17-Jan-2022 22:14 1.3K [   ] 8.2.4126 17-Jan-2022 22:35 1.9K [TXT] 8.2.4127 18-Jan-2022 11:20 1.7K [TXT] 8.2.4128 18-Jan-2022 11:38 2.6K [   ] 8.2.4129 18-Jan-2022 12:12 15K [TXT] 8.2.4130 18-Jan-2022 12:37 3.8K [TXT] 8.2.4131 18-Jan-2022 13:59 4.7K [   ] 8.2.4132 18-Jan-2022 14:17 3.0K [TXT] 8.2.4133 18-Jan-2022 14:35 2.5K [TXT] 8.2.4134 18-Jan-2022 14:44 1.9K [TXT] 8.2.4135 18-Jan-2022 15:17 3.5K [TXT] 8.2.4136 18-Jan-2022 17:28 13K [TXT] 8.2.4137 18-Jan-2022 18:44 10K [TXT] 8.2.4138 18-Jan-2022 19:51 2.7K [TXT] 8.2.4139 18-Jan-2022 21:31 4.9K [TXT] 8.2.4140 18-Jan-2022 21:52 7.9K [TXT] 8.2.4141 18-Jan-2022 22:43 1.5K [   ] 8.2.4142 19-Jan-2022 12:25 1.9K [TXT] 8.2.4143 19-Jan-2022 14:00 7.0K [   ] 8.2.4144 19-Jan-2022 14:33 9.5K [TXT] 8.2.4145 19-Jan-2022 18:22 8.2K [   ] 8.2.4146 19-Jan-2022 18:23 2.1K [TXT] 8.2.4147 19-Jan-2022 22:08 3.7K [TXT] 8.2.4148 19-Jan-2022 23:55 3.3K [   ] 8.2.4149 20-Jan-2022 12:18 1.9K [TXT] 8.2.4150 20-Jan-2022 12:28 1.5K [TXT] 8.2.4151 20-Jan-2022 13:11 2.7K [TXT] 8.2.4152 20-Jan-2022 13:24 1.5K [TXT] 8.2.4153 20-Jan-2022 14:35 54K [   ] 8.2.4154 20-Jan-2022 14:35 2.3K [TXT] 8.2.4155 20-Jan-2022 15:26 1.3K [   ] 8.2.4156 20-Jan-2022 15:45 3.6K [TXT] 8.2.4157 20-Jan-2022 15:58 3.8K [   ] 8.2.4158 20-Jan-2022 16:06 2.3K [TXT] 8.2.4159 20-Jan-2022 16:11 14K [TXT] 8.2.4160 20-Jan-2022 16:26 7.4K [   ] 8.2.4161 20-Jan-2022 18:37 2.6K [   ] 8.2.4162 20-Jan-2022 20:11 7.2K [TXT] 8.2.4163 20-Jan-2022 20:39 2.6K [TXT] 8.2.4164 20-Jan-2022 20:57 1.6K [TXT] 8.2.4165 20-Jan-2022 22:02 24K [TXT] 8.2.4166 20-Jan-2022 22:02 3.0K [TXT] 8.2.4167 21-Jan-2022 11:36 2.7K [TXT] 8.2.4168 21-Jan-2022 11:36 3.0K [TXT] 8.2.4169 21-Jan-2022 12:12 5.8K [TXT] 8.2.4170 21-Jan-2022 12:37 7.6K [TXT] 8.2.4171 21-Jan-2022 14:30 7.1K [TXT] 8.2.4172 21-Jan-2022 15:56 6.7K [TXT] 8.2.4173 21-Jan-2022 21:37 7.5K [   ] 8.2.4174 21-Jan-2022 21:37 3.2K [TXT] 8.2.4175 22-Jan-2022 11:26 8.4K [TXT] 8.2.4176 22-Jan-2022 12:00 3.0K [   ] 8.2.4177 22-Jan-2022 12:28 3.3K [TXT] 8.2.4178 22-Jan-2022 13:28 1.8K [TXT] 8.2.4179 22-Jan-2022 14:41 7.8K [TXT] 8.2.4180 22-Jan-2022 16:11 6.9K [TXT] 8.2.4181 22-Jan-2022 19:01 4.0K [   ] 8.2.4182 22-Jan-2022 19:23 1.7K [TXT] 8.2.4183 22-Jan-2022 20:18 2.8K [TXT] 8.2.4184 22-Jan-2022 21:20 2.9K [TXT] 8.2.4185 22-Jan-2022 21:33 3.1K [TXT] 8.2.4186 22-Jan-2022 21:56 3.4K [   ] 8.2.4187 23-Jan-2022 12:20 2.4K [   ] 8.2.4188 23-Jan-2022 12:29 4.0K [   ] 8.2.4189 23-Jan-2022 13:34 11K [TXT] 8.2.4190 23-Jan-2022 13:43 2.3K [   ] 8.2.4191 23-Jan-2022 14:06 2.2K [TXT] 8.2.4192 23-Jan-2022 14:45 2.7K [TXT] 8.2.4193 23-Jan-2022 15:18 3.9K [TXT] 8.2.4194 23-Jan-2022 17:26 3.2K [   ] 8.2.4195 23-Jan-2022 17:42 2.0K [   ] 8.2.4196 23-Jan-2022 18:10 13K [TXT] 8.2.4197 23-Jan-2022 18:59 3.0K [TXT] 8.2.4198 23-Jan-2022 21:01 30K [TXT] 8.2.4199 24-Jan-2022 12:25 17K [   ] 8.2.4200 24-Jan-2022 12:43 2.8K [TXT] 8.2.4201 24-Jan-2022 13:21 2.0K [TXT] 8.2.4202 24-Jan-2022 14:55 8.9K [   ] 8.2.4203 24-Jan-2022 17:31 3.6K [TXT] 8.2.4204 24-Jan-2022 17:31 2.8K [TXT] 8.2.4205 24-Jan-2022 17:31 26K [TXT] 8.2.4206 24-Jan-2022 19:17 4.5K [TXT] 8.2.4207 24-Jan-2022 21:01 1.8K [TXT] 8.2.4208 24-Jan-2022 21:01 2.7K [TXT] 8.2.4209 24-Jan-2022 22:28 4.1K [TXT] 8.2.4210 24-Jan-2022 23:08 1.5K [   ] 8.2.4211 24-Jan-2022 23:19 1.7K [TXT] 8.2.4212 24-Jan-2022 23:33 1.5K [   ] 8.2.4213 25-Jan-2022 11:33 31K [   ] 8.2.4214 25-Jan-2022 12:56 2.1K [TXT] 8.2.4215 25-Jan-2022 16:53 1.9K [TXT] 8.2.4216 25-Jan-2022 16:53 12K [TXT] 8.2.4217 25-Jan-2022 21:46 2.0K [TXT] 8.2.4218 25-Jan-2022 21:46 2.2K [TXT] 8.2.4219 25-Jan-2022 22:27 2.1K [TXT] 8.2.4220 26-Jan-2022 12:26 11K [TXT] 8.2.4221 26-Jan-2022 13:39 57K [TXT] 8.2.4222 26-Jan-2022 17:46 5.9K [   ] 8.2.4223 26-Jan-2022 17:46 2.6K [   ] 8.2.4224 26-Jan-2022 19:27 6.5K [TXT] 8.2.4225 26-Jan-2022 22:02 10K [TXT] 8.2.4226 26-Jan-2022 22:17 1.4K [TXT] 8.2.4227 26-Jan-2022 22:34 2.2K [TXT] 8.2.4228 27-Jan-2022 14:20 11K [TXT] 8.2.4229 27-Jan-2022 14:56 2.6K [TXT] 8.2.4230 27-Jan-2022 16:05 2.8K [TXT] 8.2.4231 27-Jan-2022 17:41 8.9K [TXT] 8.2.4232 27-Jan-2022 18:38 1.7K [TXT] 8.2.4233 27-Jan-2022 20:28 2.2K [TXT] 8.2.4234 27-Jan-2022 21:01 3.1K [TXT] 8.2.4235 27-Jan-2022 22:50 1.7K [TXT] 8.2.4236 27-Jan-2022 22:58 1.2K [TXT] 8.2.4237 28-Jan-2022 15:16 2.5K [TXT] 8.2.4238 28-Jan-2022 15:16 3.6K [   ] 8.2.4239 28-Jan-2022 16:28 1.8K [TXT] 8.2.4240 28-Jan-2022 16:28 2.0K [TXT] 8.2.4241 28-Jan-2022 16:28 39K [TXT] 8.2.4242 28-Jan-2022 17:02 5.1K [TXT] 8.2.4243 28-Jan-2022 18:20 5.8K [TXT] 8.2.4244 28-Jan-2022 19:55 8.2K [TXT] 8.2.4245 28-Jan-2022 21:49 5.2K [TXT] 8.2.4246 29-Jan-2022 15:22 3.4K [TXT] 8.2.4247 29-Jan-2022 15:22 4.1K [TXT] 8.2.4248 29-Jan-2022 15:22 3.4K [TXT] 8.2.4249 29-Jan-2022 15:22 5.3K [TXT] 8.2.4250 29-Jan-2022 15:22 5.0K [TXT] 8.2.4251 29-Jan-2022 15:22 2.3K [TXT] 8.2.4252 29-Jan-2022 15:22 24K [TXT] 8.2.4253 29-Jan-2022 15:22 3.3K [TXT] 8.2.4254 29-Jan-2022 16:13 2.6K [   ] 8.2.4255 29-Jan-2022 16:20 13K [TXT] 8.2.4256 29-Jan-2022 16:29 4.3K [TXT] 8.2.4257 30-Jan-2022 20:41 1.0M [TXT] 8.2.4258 30-Jan-2022 20:41 2.2K [   ] 8.2.4259 30-Jan-2022 20:41 46K [TXT] 8.2.4260 30-Jan-2022 20:41 31K [TXT] 8.2.4261 30-Jan-2022 20:41 2.6K [TXT] 8.2.4262 30-Jan-2022 20:41 1.7K [TXT] 8.2.4263 30-Jan-2022 20:41 13K [TXT] 8.2.4264 30-Jan-2022 20:41 11K [   ] 8.2.4265 30-Jan-2022 20:41 3.2K [TXT] 8.2.4266 30-Jan-2022 20:41 1.5K [TXT] 8.2.4267 31-Jan-2022 12:31 2.5K [   ] 8.2.4268 31-Jan-2022 12:41 3.3K [   ] 8.2.4269 31-Jan-2022 12:46 1.7K [TXT] 8.2.4270 31-Jan-2022 13:28 42K [TXT] 8.2.4271 31-Jan-2022 14:27 2.8K [TXT] 8.2.4272 31-Jan-2022 14:37 2.1K [TXT] 8.2.4273 31-Jan-2022 16:01 110K [   ] 8.2.4274 31-Jan-2022 18:10 4.3K [TXT] 8.2.4275 31-Jan-2022 18:27 2.4K [TXT] 8.2.4276 31-Jan-2022 18:41 15K [TXT] 8.2.4277 31-Jan-2022 20:00 3.5K [   ] 8.2.4278 01-Feb-2022 11:18 2.1K [TXT] 8.2.4279 01-Feb-2022 13:13 24K [TXT] 8.2.4280 01-Feb-2022 13:48 1.9K [TXT] 8.2.4281 01-Feb-2022 14:56 3.8K [TXT] 8.2.4282 01-Feb-2022 18:27 3.1K [TXT] 8.2.4283 02-Feb-2022 14:20 4.2K [TXT] 8.2.4284 02-Feb-2022 16:21 263K [TXT] 8.2.4285 02-Feb-2022 17:21 4.8K [TXT] 8.2.4286 02-Feb-2022 21:02 20K [TXT] 8.2.4287 03-Feb-2022 13:35 3.6K [TXT] 8.2.4288 03-Feb-2022 14:06 11K [   ] 8.2.4289 03-Feb-2022 15:33 7.0K [TXT] 8.2.4290 03-Feb-2022 15:33 9.4K [TXT] 8.2.4291 03-Feb-2022 21:10 2.3K [TXT] 8.2.4292 03-Feb-2022 22:30 1.6K [TXT] 8.2.4293 03-Feb-2022 22:48 2.4K [TXT] 8.2.4294 04-Feb-2022 11:46 7.7K [TXT] 8.2.4295 04-Feb-2022 12:37 2.4K [TXT] 8.2.4296 04-Feb-2022 22:24 3.3K [   ] 8.2.4297 04-Feb-2022 22:59 3.0K [   ] 8.2.4298 05-Feb-2022 12:14 2.2K [TXT] 8.2.4299 05-Feb-2022 13:12 1.6K [TXT] 8.2.4300 05-Feb-2022 13:40 1.4K [   ] 8.2.4301 05-Feb-2022 15:09 2.2K [TXT] 8.2.4302 05-Feb-2022 19:16 16K [   ] 8.2.4303 05-Feb-2022 19:55 2.4K [TXT] 8.2.4304 05-Feb-2022 20:24 3.1K [   ] 8.2.4305 05-Feb-2022 21:58 48K [   ] 8.2.4306 05-Feb-2022 21:58 23K [   ] 8.2.4307 06-Feb-2022 12:45 2.5K [   ] 8.2.4308 06-Feb-2022 14:13 2.2K [TXT] 8.2.4309 06-Feb-2022 14:56 3.4K [TXT] 8.2.4310 06-Feb-2022 16:53 6.2K [TXT] 8.2.4311 06-Feb-2022 18:20 2.2K [   ] 8.2.4312 06-Feb-2022 18:31 1.9K [TXT] 8.2.4313 06-Feb-2022 19:37 2.1K [   ] 8.2.4314 06-Feb-2022 21:29 2.2K [   ] 8.2.4315 07-Feb-2022 11:36 3.2K [TXT] 8.2.4316 07-Feb-2022 11:46 3.0K [TXT] 8.2.4317 07-Feb-2022 14:55 11K [TXT] 8.2.4318 07-Feb-2022 14:57 4.7K [TXT] 8.2.4319 07-Feb-2022 16:33 2.2K [TXT] 8.2.4320 07-Feb-2022 16:58 3.4K [TXT] 8.2.4321 07-Feb-2022 18:51 2.3K [TXT] 8.2.4322 07-Feb-2022 21:00 5.6K [   ] 8.2.4323 07-Feb-2022 21:31 3.1K [   ] 8.2.4324 07-Feb-2022 22:56 6.7K [TXT] 8.2.4325 08-Feb-2022 13:09 42K [TXT] 8.2.4326 08-Feb-2022 13:59 2.7K [TXT] 8.2.4327 08-Feb-2022 16:08 4.2K [   ] 8.2.4328 08-Feb-2022 18:41 3.3K [TXT] 8.2.4329 08-Feb-2022 19:10 9.8K [   ] 8.2.4330 08-Feb-2022 20:14 3.2K [TXT] 8.2.4331 08-Feb-2022 20:24 2.2K [TXT] 8.2.4332 08-Feb-2022 21:36 15K [   ] 8.2.4333 08-Feb-2022 22:18 8.4K [TXT] 8.2.4334 09-Feb-2022 12:57 3.1K [TXT] 8.2.4335 09-Feb-2022 15:32 9.0K [   ] 8.2.4336 09-Feb-2022 15:32 2.3K [TXT] 8.2.4337 09-Feb-2022 16:21 1.7K [TXT] 8.2.4338 10-Feb-2022 21:28 5.0K [TXT] 8.2.4339 10-Feb-2022 21:28 43K [TXT] 8.2.4340 10-Feb-2022 21:28 2.7K [TXT] 8.2.4341 10-Feb-2022 22:10 2.5K [   ] 8.2.4342 11-Feb-2022 17:32 2.4K [TXT] 8.2.4343 11-Feb-2022 17:32 12K [TXT] 8.2.4344 11-Feb-2022 17:32 1.3K [TXT] 8.2.4345 11-Feb-2022 17:32 3.8K [TXT] 8.2.4346 11-Feb-2022 20:28 3.4K [TXT] 8.2.4347 11-Feb-2022 20:28 2.2K [TXT] 8.2.4348 11-Feb-2022 21:39 5.4K [TXT] 8.2.4349 11-Feb-2022 21:56 1.5K [TXT] 8.2.4350 11-Feb-2022 22:14 1.7K [   ] 8.2.4351 12-Feb-2022 11:18 6.3K [TXT] 8.2.4352 12-Feb-2022 11:35 2.1K [TXT] 8.2.4353 12-Feb-2022 12:20 2.5K [   ] 8.2.4354 12-Feb-2022 12:20 10K [TXT] 8.2.4355 12-Feb-2022 12:52 2.1K [TXT] 8.2.4356 12-Feb-2022 13:04 43K [TXT] 8.2.4357 12-Feb-2022 14:31 2.7K [TXT] 8.2.4358 12-Feb-2022 15:24 1.9K [TXT] 8.2.4359 12-Feb-2022 16:44 2.4K [TXT] 8.2.4360 12-Feb-2022 20:53 25K [TXT] 8.2.4361 12-Feb-2022 21:36 6.3K [   ] 8.2.4362 12-Feb-2022 21:47 2.4K [   ] 8.2.4363 12-Feb-2022 22:48 1.8K [   ] 8.2.4364 12-Feb-2022 23:01 1.6K [   ] 8.2.4365 12-Feb-2022 23:13 3.1K [TXT] 8.2.4366 13-Feb-2022 12:46 4.5K [TXT] 8.2.4367 13-Feb-2022 13:03 23K [TXT] 8.2.4368 13-Feb-2022 13:14 4.2K [TXT] 8.2.4369 13-Feb-2022 13:27 2.1K [TXT] 8.2.4370 13-Feb-2022 14:13 1.5K [   ] 8.2.4371 13-Feb-2022 14:59 2.9K [TXT] 8.2.4372 13-Feb-2022 21:32 26K [TXT] 8.2.4373 13-Feb-2022 21:47 3.4K [   ] 8.2.4374 13-Feb-2022 22:22 2.1K [TXT] 8.2.4375 13-Feb-2022 22:52 15K [   ] 8.2.4376 14-Feb-2022 12:12 8.9K [   ] 8.2.4377 14-Feb-2022 12:38 9.3K [TXT] 8.2.4378 14-Feb-2022 13:45 5.6K [   ] 8.2.4379 14-Feb-2022 15:52 4.2K [   ] 8.2.4380 14-Feb-2022 16:05 2.1K [TXT] 8.2.4381 14-Feb-2022 20:19 1.3K [TXT] 8.2.4382 14-Feb-2022 20:19 3.8K [TXT] 8.2.4383 14-Feb-2022 22:20 4.2K [TXT] 8.2.4384 14-Feb-2022 22:20 6.0K [TXT] 8.2.4385 14-Feb-2022 22:52 1.5K [TXT] 8.2.4386 14-Feb-2022 22:53 1.5K [   ] 8.2.4387 15-Feb-2022 12:37 12K [   ] 8.2.4388 15-Feb-2022 12:49 3.0K [TXT] 8.2.4389 15-Feb-2022 16:38 5.2K [TXT] 8.2.4390 15-Feb-2022 16:38 8.1K [TXT] 8.2.4391 15-Feb-2022 17:19 2.3K [TXT] 8.2.4392 15-Feb-2022 18:18 1.8K [   ] 8.2.4393 15-Feb-2022 20:55 1.9K [TXT] 8.2.4394 15-Feb-2022 20:55 1.8K [   ] 8.2.4395 15-Feb-2022 22:19 5.8K [   ] 8.2.4396 15-Feb-2022 22:34 1.6K [   ] 8.2.4397 16-Feb-2022 13:17 2.1K [TXT] 8.2.4398 16-Feb-2022 18:54 32K [TXT] 8.2.4399 16-Feb-2022 18:54 1.5K [TXT] 8.2.4400 16-Feb-2022 18:54 2.6K [TXT] 8.2.4401 16-Feb-2022 19:28 2.9K [   ] 8.2.4402 16-Feb-2022 22:57 25K [TXT] 8.2.4403 16-Feb-2022 22:57 2.9K [   ] 8.2.4404 16-Feb-2022 22:57 5.7K [TXT] 8.2.4405 16-Feb-2022 22:57 1.7K [   ] 8.2.4406 17-Feb-2022 12:27 42K [   ] 8.2.4407 17-Feb-2022 15:43 10K [TXT] 8.2.4408 17-Feb-2022 15:43 6.5K [   ] 8.2.4409 17-Feb-2022 17:30 4.1K [TXT] 8.2.4410 17-Feb-2022 20:45 6.5K [TXT] 8.2.4411 17-Feb-2022 22:31 3.2K [TXT] 8.2.4412 18-Feb-2022 12:29 1.5K [   ] 8.2.4413 18-Feb-2022 14:26 1.6K [TXT] 8.2.4414 18-Feb-2022 14:48 2.1K [TXT] 8.2.4415 18-Feb-2022 14:58 3.7K [   ] 8.2.4416 18-Feb-2022 18:51 5.4K [TXT] 8.2.4417 19-Feb-2022 12:21 1.6K [   ] 8.2.4418 19-Feb-2022 12:21 3.1K [TXT] 8.2.4419 19-Feb-2022 12:45 3.6K [   ] 8.2.4420 19-Feb-2022 13:10 193K [TXT] 8.2.4421 19-Feb-2022 15:50 5.1K [   ] 8.2.4422 19-Feb-2022 15:50 1.6K [TXT] 8.2.4423 19-Feb-2022 17:01 3.1K [   ] 8.2.4424 19-Feb-2022 17:37 2.5K [TXT] 8.2.4425 20-Feb-2022 16:53 11K [TXT] 8.2.4426 20-Feb-2022 19:47 7.3K [   ] 8.2.4427 20-Feb-2022 20:19 2.1K [TXT] 8.2.4428 20-Feb-2022 21:52 7.3K [TXT] 8.2.4429 21-Feb-2022 14:15 6.6K [TXT] 8.2.4430 21-Feb-2022 16:09 1.7K [TXT] 8.2.4431 21-Feb-2022 18:28 12K [TXT] 8.2.4432 21-Feb-2022 18:28 1.6K [TXT] 8.2.4433 21-Feb-2022 18:50 1.8K [TXT] 8.2.4434 21-Feb-2022 18:57 1.3K [TXT] 8.2.4435 21-Feb-2022 19:36 1.4K [TXT] 8.2.4436 21-Feb-2022 20:42 1.9K [   ] 8.2.4437 22-Feb-2022 12:06 1.7K [   ] 8.2.4438 22-Feb-2022 13:09 2.2K [   ] 8.2.4439 22-Feb-2022 13:38 2.7K [TXT] 8.2.4440 22-Feb-2022 14:39 2.4K [TXT] 8.2.4441 22-Feb-2022 16:13 12K [TXT] 8.2.4442 22-Feb-2022 16:26 1.4K [TXT] 8.2.4443 22-Feb-2022 17:21 1.5K [TXT] 8.2.4444 22-Feb-2022 19:49 2.0K [TXT] 8.2.4445 22-Feb-2022 19:49 1.3K [TXT] 8.2.4446 22-Feb-2022 20:40 3.6K [TXT] 8.2.4447 22-Feb-2022 21:44 8.1K [   ] 8.2.4448 22-Feb-2022 22:18 3.9K [TXT] 8.2.4449 22-Feb-2022 22:55 6.3K [   ] 8.2.4450 22-Feb-2022 23:25 3.4K [   ] 8.2.4451 22-Feb-2022 23:55 3.8K [   ] 8.2.4452 23-Feb-2022 11:53 1.7K [TXT] 8.2.4453 23-Feb-2022 13:24 3.9K [   ] 8.2.4454 23-Feb-2022 13:24 2.3K [TXT] 8.2.4455 23-Feb-2022 14:18 8.8K [TXT] 8.2.4456 23-Feb-2022 20:10 1.8K [TXT] 8.2.4457 23-Feb-2022 20:10 9.1K [TXT] 8.2.4458 23-Feb-2022 20:12 3.0K [TXT] 8.2.4459 23-Feb-2022 22:05 2.2K [TXT] 8.2.4460 23-Feb-2022 23:12 5.0K [TXT] 8.2.4461 24-Feb-2022 12:40 1.5K [TXT] 8.2.4462 24-Feb-2022 13:35 13K [TXT] 8.2.4463 24-Feb-2022 14:29 48K [   ] 8.2.4464 24-Feb-2022 19:00 3.8K [TXT] 8.2.4465 25-Feb-2022 16:26 5.0K [TXT] 8.2.4466 25-Feb-2022 18:42 1.6K [TXT] 8.2.4467 25-Feb-2022 20:04 1.4K [TXT] 8.2.4468 25-Feb-2022 21:58 1.4K [TXT] 8.2.4469 25-Feb-2022 21:58 1.4K [TXT] 8.2.4470 25-Feb-2022 22:08 1.7K [TXT] 8.2.4471 25-Feb-2022 22:36 1.4K [   ] 8.2.4472 25-Feb-2022 22:36 1.5K [TXT] 8.2.4473 25-Feb-2022 23:04 1.5K [TXT] 8.2.4474 26-Feb-2022 12:06 15K [TXT] 8.2.4475 26-Feb-2022 12:06 4.1K [   ] 8.2.4476 26-Feb-2022 12:48 3.7K [   ] 8.2.4477 26-Feb-2022 17:07 2.8K [   ] 8.2.4478 26-Feb-2022 17:07 3.2K [   ] 8.2.4479 27-Feb-2022 13:08 13K [   ] 8.2.4480 27-Feb-2022 13:33 1.7K [TXT] 8.2.4481 27-Feb-2022 15:29 3.1K [   ] 8.2.4482 27-Feb-2022 22:04 34K [   ] 8.2.4483 28-Feb-2022 14:31 17K [   ] 8.2.4484 28-Feb-2022 22:00 6.3K [TXT] 8.2.4485 28-Feb-2022 22:04 1.5K [TXT] 8.2.4486 01-Mar-2022 20:24 2.6K [   ] 8.2.4487 01-Mar-2022 20:24 14K [   ] 8.2.4488 01-Mar-2022 20:53 1.7K [   ] 8.2.4489 02-Mar-2022 14:15 2.4K [TXT] 8.2.4490 02-Mar-2022 18:17 4.1K [   ] 8.2.4491 02-Mar-2022 18:35 3.6K [TXT] 8.2.4492 02-Mar-2022 21:20 2.5K [TXT] 8.2.4493 02-Mar-2022 21:20 1.6K [TXT] 8.2.4494 02-Mar-2022 21:30 75K [TXT] 8.2.4495 02-Mar-2022 21:50 1.6K [TXT] 8.2.4496 03-Mar-2022 15:04 11K [TXT] 8.2.4497 03-Mar-2022 15:04 3.9K [TXT] 8.2.4498 03-Mar-2022 15:04 4.7K [TXT] 8.2.4499 03-Mar-2022 16:12 3.5K [TXT] 8.2.4500 03-Mar-2022 18:07 7.7K [TXT] 8.2.4501 03-Mar-2022 21:04 3.8K [TXT] 8.2.4502 04-Mar-2022 15:53 2.6K [TXT] 8.2.4503 04-Mar-2022 19:25 3.4K [TXT] 8.2.4504 04-Mar-2022 20:30 2.8K [TXT] 8.2.4505 04-Mar-2022 21:11 3.9K [   ] 8.2.4506 04-Mar-2022 22:35 3.4K [TXT] 8.2.4507 05-Mar-2022 00:23 1.8K [TXT] 8.2.4508 05-Mar-2022 12:06 4.3K [   ] 8.2.4509 05-Mar-2022 12:39 4.3K [   ] 8.2.4510 05-Mar-2022 16:33 14K [   ] 8.2.4511 05-Mar-2022 16:33 1.8K [TXT] 8.2.4512 05-Mar-2022 16:33 50K [   ] 8.2.4513 05-Mar-2022 18:01 3.7K [TXT] 8.2.4514 05-Mar-2022 21:40 8.5K [   ] 8.2.4515 05-Mar-2022 22:16 2.4K [TXT] 8.2.4516 05-Mar-2022 23:08 2.0K [   ] 8.2.4517 06-Mar-2022 15:28 3.4K [TXT] 8.2.4518 06-Mar-2022 15:28 15K [   ] 8.2.4519 06-Mar-2022 15:52 2.0K [   ] 8.2.4520 06-Mar-2022 20:57 6.5K [TXT] 8.2.4521 06-Mar-2022 23:22 2.7K [TXT] 8.2.4522 06-Mar-2022 23:22 1.5K [TXT] 8.2.4523 07-Mar-2022 14:44 1.9K [TXT] 8.2.4524 07-Mar-2022 19:51 6.8K [   ] 8.2.4525 07-Mar-2022 19:51 2.1K [   ] 8.2.4526 08-Mar-2022 14:20 22K [TXT] 8.2.4527 08-Mar-2022 14:34 25K [TXT] 8.2.4528 08-Mar-2022 17:54 3.0K [   ] 8.2.4529 08-Mar-2022 20:45 11K [TXT] 8.2.4530 09-Mar-2022 12:58 3.1K [TXT] 8.2.4531 09-Mar-2022 14:02 2.1K [   ] 8.2.4532 09-Mar-2022 15:34 1.7K [TXT] 8.2.4533 09-Mar-2022 20:48 2.3K [   ] 8.2.4534 10-Mar-2022 13:21 3.5K [TXT] 8.2.4535 10-Mar-2022 13:25 2.1K [   ] 8.2.4536 10-Mar-2022 14:31 1.7K [TXT] 8.2.4537 10-Mar-2022 18:47 1.5K [TXT] 8.2.4538 10-Mar-2022 19:37 63K [TXT] 8.2.4539 10-Mar-2022 20:24 13K [TXT] 8.2.4540 10-Mar-2022 21:09 2.4K [TXT] 8.2.4541 10-Mar-2022 21:49 2.9K [TXT] 8.2.4542 10-Mar-2022 22:54 4.3K [TXT] 8.2.4543 11-Mar-2022 13:07 12K [TXT] 8.2.4544 11-Mar-2022 16:02 4.1K [TXT] 8.2.4545 11-Mar-2022 16:25 84K [TXT] 8.2.4546 11-Mar-2022 16:45 1.3K [TXT] 8.2.4547 11-Mar-2022 17:02 15K [TXT] 8.2.4548 11-Mar-2022 19:55 3.0K [   ] 8.2.4549 12-Mar-2022 13:22 2.1K [TXT] 8.2.4550 12-Mar-2022 13:22 1.4K [   ] 8.2.4551 12-Mar-2022 14:50 2.6K [   ] 8.2.4552 12-Mar-2022 15:52 2.1K [TXT] 8.2.4553 12-Mar-2022 18:40 2.7K [TXT] 8.2.4554 12-Mar-2022 22:29 6.0K [TXT] 8.2.4555 13-Mar-2022 13:10 3.0K [TXT] 8.2.4556 13-Mar-2022 14:13 3.5K [TXT] 8.2.4557 13-Mar-2022 14:42 2.6K [TXT] 8.2.4558 13-Mar-2022 15:46 4.5K [TXT] 8.2.4559 13-Mar-2022 16:54 4.1K [   ] 8.2.4560 13-Mar-2022 18:29 1.8K [TXT] 8.2.4561 13-Mar-2022 20:25 1.6K [TXT] 8.2.4562 13-Mar-2022 20:25 23K [TXT] 8.2.4563 13-Mar-2022 21:14 2.3K [TXT] 8.2.4564 14-Mar-2022 11:54 4.1K [   ] 8.2.4565 14-Mar-2022 20:25 19K [TXT] 8.2.4566 14-Mar-2022 21:25 3.1K [TXT] 8.2.4567 14-Mar-2022 21:47 5.9K [TXT] 8.2.4568 15-Mar-2022 10:48 2.7K [TXT] 8.2.4569 15-Mar-2022 11:23 1.6K [TXT] 8.2.4570 15-Mar-2022 11:54 7.4K [   ] 8.2.4571 15-Mar-2022 13:01 2.4K [TXT] 8.2.4572 15-Mar-2022 13:29 2.7K [TXT] 8.2.4573 15-Mar-2022 17:04 4.2K [TXT] 8.2.4574 15-Mar-2022 17:18 2.2K [TXT] 8.2.4575 15-Mar-2022 20:30 13K [   ] 8.2.4576 15-Mar-2022 21:22 4.9K [TXT] 8.2.4577 16-Mar-2022 12:15 2.1K [TXT] 8.2.4578 16-Mar-2022 14:10 4.3K [TXT] 8.2.4579 16-Mar-2022 15:01 18K [TXT] 8.2.4580 16-Mar-2022 18:55 2.7K [   ] 8.2.4581 16-Mar-2022 18:57 2.0K [TXT] 8.2.4582 16-Mar-2022 21:02 5.5K [   ] 8.2.4583 16-Mar-2022 21:27 1.9K [TXT] 8.2.4584 17-Mar-2022 12:47 3.0K [TXT] 8.2.4585 17-Mar-2022 14:04 5.5K [TXT] 8.2.4586 17-Mar-2022 17:30 3.0K [TXT] 8.2.4587 18-Mar-2022 14:12 2.2K [   ] 8.2.4588 18-Mar-2022 16:52 3.6K [TXT] 8.2.4589 18-Mar-2022 20:45 5.2K [   ] 8.2.4590 18-Mar-2022 22:43 6.0K [TXT] 8.2.4591 19-Mar-2022 12:11 6.4K [   ] 8.2.4592 19-Mar-2022 12:32 1.6K [TXT] 8.2.4593 19-Mar-2022 12:45 1.6K [TXT] 8.2.4594 19-Mar-2022 13:58 23K [TXT] 8.2.4595 20-Mar-2022 12:08 2.6K [TXT] 8.2.4596 20-Mar-2022 12:27 1.9K [   ] 8.2.4597 20-Mar-2022 12:47 2.3K [TXT] 8.2.4598 20-Mar-2022 14:42 1.5K [TXT] 8.2.4599 20-Mar-2022 16:44 1.4K [   ] 8.2.4600 20-Mar-2022 19:51 7.4K [   ] 8.2.4601 20-Mar-2022 19:51 2.7K [   ] 8.2.4602 20-Mar-2022 22:15 12K [TXT] 8.2.4603 21-Mar-2022 20:48 30K [TXT] 8.2.4604 21-Mar-2022 20:48 1.8K [TXT] 8.2.4605 21-Mar-2022 21:48 2.4K [TXT] 8.2.4606 21-Mar-2022 21:48 2.1K [TXT] 8.2.4607 22-Mar-2022 13:17 11K [TXT] 8.2.4608 22-Mar-2022 19:14 3.5K [TXT] 8.2.4609 22-Mar-2022 19:14 4.8K [TXT] 8.2.4610 22-Mar-2022 21:43 8.8K [   ] 8.2.4611 22-Mar-2022 22:15 17K [TXT] 8.2.4612 23-Mar-2022 12:34 6.6K [TXT] 8.2.4613 23-Mar-2022 15:48 1.7K [TXT] 8.2.4614 23-Mar-2022 15:56 5.9K [TXT] 8.2.4615 23-Mar-2022 20:46 5.9K [TXT] 8.2.4616 23-Mar-2022 22:37 4.3K [   ] 8.2.4617 24-Mar-2022 12:23 11K [TXT] 8.2.4618 24-Mar-2022 14:09 4.6K [TXT] 8.2.4619 24-Mar-2022 16:16 3.7K [TXT] 8.2.4620 24-Mar-2022 16:25 1.6K [TXT] 8.2.4621 24-Mar-2022 19:08 4.3K [   ] 8.2.4622 25-Mar-2022 12:17 2.8K [TXT] 8.2.4623 25-Mar-2022 15:42 1.5K [TXT] 8.2.4624 25-Mar-2022 15:47 1.5K [   ] 8.2.4625 25-Mar-2022 16:43 2.2K [TXT] 8.2.4626 25-Mar-2022 16:43 3.8K [TXT] 8.2.4627 25-Mar-2022 20:51 5.2K [   ] 8.2.4628 25-Mar-2022 22:22 9.5K [   ] 8.2.4629 26-Mar-2022 14:30 2.2K [   ] 8.2.4630 26-Mar-2022 14:30 4.4K [TXT] 8.2.4631 26-Mar-2022 17:33 4.7K [   ] 8.2.4632 26-Mar-2022 17:43 2.0K [TXT] 8.2.4633 27-Mar-2022 14:37 3.4K [   ] 8.2.4634 27-Mar-2022 17:31 21K [TXT] 8.2.4635 27-Mar-2022 17:52 2.5K [TXT] 8.2.4636 27-Mar-2022 17:57 2.3K [   ] 8.2.4637 27-Mar-2022 19:12 1.6K [TXT] 8.2.4638 27-Mar-2022 20:28 9.3K [   ] 8.2.4639 27-Mar-2022 21:06 24K [TXT] 8.2.4640 28-Mar-2022 13:43 2.8K [TXT] 8.2.4641 28-Mar-2022 13:43 1.9K [TXT] 8.2.4642 28-Mar-2022 16:23 9.2K [   ] 8.2.4643 28-Mar-2022 19:17 1.9K [TXT] 8.2.4644 29-Mar-2022 12:39 3.6K [TXT] 8.2.4645 29-Mar-2022 13:03 4.2K [TXT] 8.2.4646 29-Mar-2022 14:27 2.5K [TXT] 8.2.4647 29-Mar-2022 20:53 1.8K [   ] 8.2.4648 30-Mar-2022 11:17 52K [TXT] 8.2.4649 30-Mar-2022 11:58 7.1K [TXT] 8.2.4650 30-Mar-2022 22:53 37K [TXT] 8.2.4651 31-Mar-2022 11:14 2.0K [   ] 8.2.4652 31-Mar-2022 11:14 1.7K [TXT] 8.2.4653 31-Mar-2022 12:38 6.6K [   ] 8.2.4654 31-Mar-2022 12:53 1.8K [TXT] 8.2.4655 31-Mar-2022 13:35 10K [   ] 8.2.4656 31-Mar-2022 21:25 6.5K [   ] 8.2.4657 31-Mar-2022 21:25 13K [   ] 8.2.4658 31-Mar-2022 21:25 2.4K [   ] 8.2.4659 31-Mar-2022 22:41 1.5K [TXT] 8.2.4660 01-Apr-2022 13:07 4.2K [TXT] 8.2.4661 01-Apr-2022 14:24 1.5K [   ] 8.2.4662 01-Apr-2022 16:28 7.8K [TXT] 8.2.4663 01-Apr-2022 20:45 4.5K [   ] 8.2.4664 02-Apr-2022 16:33 2.5K [TXT] 8.2.4665 02-Apr-2022 16:33 22K [TXT] 8.2.4666 02-Apr-2022 20:44 11K [TXT] 8.2.4667 02-Apr-2022 22:13 6.1K [   ] 8.2.4668 02-Apr-2022 22:47 6.2K [TXT] 8.2.4669 02-Apr-2022 23:00 5.3K [   ] 8.2.4670 03-Apr-2022 12:23 13K [TXT] 8.2.4671 03-Apr-2022 13:00 2.7K [TXT] 8.2.4672 03-Apr-2022 14:00 2.0K [   ] 8.2.4673 03-Apr-2022 14:24 3.2K [TXT] 8.2.4674 03-Apr-2022 16:48 13K [TXT] 8.2.4675 03-Apr-2022 17:14 2.5K [   ] 8.2.4676 03-Apr-2022 18:00 2.9K [TXT] 8.2.4677 03-Apr-2022 19:03 232K [   ] 8.2.4678 03-Apr-2022 22:12 6.2K [   ] 8.2.4679 03-Apr-2022 22:31 8.5K [   ] 8.2.4680 03-Apr-2022 23:01 2.0K [TXT] 8.2.4681 03-Apr-2022 23:01 1.4K [TXT] 8.2.4682 04-Apr-2022 15:59 8.7K [   ] 8.2.4683 04-Apr-2022 16:17 28K [TXT] 8.2.4684 04-Apr-2022 18:00 26K [TXT] 8.2.4685 04-Apr-2022 18:00 13K [TXT] 8.2.4686 04-Apr-2022 18:21 3.9K [TXT] 8.2.4687 04-Apr-2022 19:15 2.5K [   ] 8.2.4688 04-Apr-2022 22:04 4.4K [TXT] 8.2.4689 04-Apr-2022 22:04 7.0K [TXT] 8.2.4690 04-Apr-2022 23:10 3.8K [TXT] 8.2.4691 04-Apr-2022 23:10 7.5K [TXT] 8.2.4692 05-Apr-2022 14:18 5.6K [   ] 8.2.4693 05-Apr-2022 15:01 4.2K [   ] 8.2.4694 05-Apr-2022 15:19 12K [TXT] 8.2.4695 05-Apr-2022 16:10 5.8K [TXT] 8.2.4696 05-Apr-2022 16:31 2.7K [TXT] 8.2.4697 05-Apr-2022 22:41 3.0K [   ] 8.2.4698 05-Apr-2022 22:41 15K [TXT] 8.2.4699 05-Apr-2022 23:04 1.5K [TXT] 8.2.4700 06-Apr-2022 19:01 2.4K [   ] 8.2.4701 07-Apr-2022 13:40 4.2K [TXT] 8.2.4702 07-Apr-2022 13:40 13K [TXT] 8.2.4703 07-Apr-2022 14:09 2.9K [TXT] 8.2.4704 07-Apr-2022 14:28 14K [   ] 8.2.4705 07-Apr-2022 15:10 6.8K [TXT] 8.2.4706 07-Apr-2022 15:10 2.5K [TXT] 8.2.4707 07-Apr-2022 19:07 5.5K [TXT] 8.2.4708 07-Apr-2022 19:07 3.0K [TXT] 8.2.4709 07-Apr-2022 19:07 1.6K [   ] 8.2.4710 07-Apr-2022 22:01 2.1K [   ] 8.2.4711 08-Apr-2022 12:57 2.6K [TXT] 8.2.4712 08-Apr-2022 14:25 13K [TXT] 8.2.4713 08-Apr-2022 16:20 15K [   ] 8.2.4714 08-Apr-2022 18:27 3.6K [   ] 8.2.4715 09-Apr-2022 12:10 2.5K [TXT] 8.2.4716 09-Apr-2022 12:10 4.9K [TXT] 8.2.4717 09-Apr-2022 12:38 7.8K [TXT] 8.2.4718 09-Apr-2022 13:41 7.2K [TXT] 8.2.4719 09-Apr-2022 14:37 6.3K [   ] 8.2.4720 09-Apr-2022 16:22 19K [   ] 8.2.4721 09-Apr-2022 17:09 2.1K [TXT] 8.2.4722 09-Apr-2022 19:00 2.9K [TXT] 8.2.4723 09-Apr-2022 19:19 19K [   ] 8.2.4724 09-Apr-2022 22:14 13K [TXT] 8.2.4725 09-Apr-2022 22:14 1.3K [TXT] 8.2.4726 09-Apr-2022 22:45 10K [TXT] 8.2.4727 10-Apr-2022 13:14 16K [   ] 8.2.4728 10-Apr-2022 13:14 1.9K [TXT] 8.2.4729 10-Apr-2022 13:14 3.9K [TXT] 8.2.4730 10-Apr-2022 13:38 1.6K [TXT] 8.2.4731 10-Apr-2022 19:00 6.0K [TXT] 8.2.4732 10-Apr-2022 19:10 3.4K [   ] 8.2.4733 11-Apr-2022 12:39 4.5K [TXT] 8.2.4734 11-Apr-2022 14:07 4.5K [TXT] 8.2.4735 11-Apr-2022 16:31 25K [   ] 8.2.4736 11-Apr-2022 16:31 1.5K [   ] 8.2.4737 11-Apr-2022 18:39 2.9K [TXT] 8.2.4738 11-Apr-2022 20:40 4.3K [TXT] 8.2.4739 12-Apr-2022 12:34 7.2K [TXT] 8.2.4740 12-Apr-2022 15:24 4.4K [TXT] 8.2.4741 12-Apr-2022 15:24 6.3K [TXT] 8.2.4742 12-Apr-2022 16:10 8.0K [   ] 8.2.4743 12-Apr-2022 16:41 2.9K [TXT] 8.2.4744 13-Apr-2022 13:21 5.2K [TXT] 8.2.4745 13-Apr-2022 15:29 1.8K [   ] 8.2.4746 13-Apr-2022 16:30 8.0K [   ] 8.2.4747 13-Apr-2022 21:47 3.5K [TXT] 8.2.4748 14-Apr-2022 15:35 9.6K [TXT] 8.2.4749 14-Apr-2022 16:40 16K [TXT] 8.2.4750 14-Apr-2022 21:46 7.0K [TXT] 8.2.4751 15-Apr-2022 14:20 6.7K [TXT] 8.2.4752 15-Apr-2022 14:20 4.4K [   ] 8.2.4753 15-Apr-2022 14:54 48K [TXT] 8.2.4754 15-Apr-2022 21:52 6.8K [   ] 8.2.4755 16-Apr-2022 00:34 2.8K [TXT] 8.2.4756 16-Apr-2022 00:34 1.4K [TXT] 8.2.4757 16-Apr-2022 11:10 1.3K [TXT] 8.2.4758 16-Apr-2022 11:42 23K [   ] 8.2.4759 16-Apr-2022 13:07 9.0K [TXT] 8.2.4760 16-Apr-2022 13:37 6.8K [TXT] 8.2.4761 16-Apr-2022 16:19 9.6K [TXT] 8.2.4762 16-Apr-2022 17:52 2.5K [TXT] 8.2.4763 16-Apr-2022 19:55 3.6K [   ] 8.2.4764 16-Apr-2022 21:45 3.6K [TXT] 8.2.4765 16-Apr-2022 21:45 8.6K [TXT] 8.2.4766 16-Apr-2022 22:15 3.8K [   ] 8.2.4767 16-Apr-2022 22:35 2.0K [   ] 8.2.4768 16-Apr-2022 22:47 1.6K [TXT] 8.2.4769 17-Apr-2022 13:49 1.6K [TXT] 8.2.4770 17-Apr-2022 13:49 16K [TXT] 8.2.4771 17-Apr-2022 14:18 1.4K [   ] 8.2.4772 17-Apr-2022 15:02 2.1K [TXT] 8.2.4773 17-Apr-2022 15:20 4.7K [TXT] 8.2.4774 17-Apr-2022 16:11 3.2K [   ] 8.2.4775 17-Apr-2022 18:36 2.6K [TXT] 8.2.4776 17-Apr-2022 19:29 9.4K [TXT] 8.2.4777 17-Apr-2022 20:22 3.2K [   ] 8.2.4778 17-Apr-2022 22:17 4.9K [TXT] 8.2.4779 17-Apr-2022 22:37 1.7K [TXT] 8.2.4780 18-Apr-2022 15:08 8.1K [   ] 8.2.4781 18-Apr-2022 15:33 2.5K [   ] 8.2.4782 18-Apr-2022 16:23 2.7K [   ] 8.2.4783 18-Apr-2022 16:47 2.7K [   ] 8.2.4784 18-Apr-2022 17:16 1.8K [   ] 8.2.4785 18-Apr-2022 19:33 5.3K [TXT] 8.2.4786 18-Apr-2022 20:18 2.0K [TXT] 8.2.4787 19-Apr-2022 11:26 5.9K [TXT] 8.2.4788 19-Apr-2022 11:26 11K [TXT] 8.2.4789 19-Apr-2022 12:39 3.5K [   ] 8.2.4790 19-Apr-2022 16:30 2.3K [   ] 8.2.4791 19-Apr-2022 17:25 4.3K [TXT] 8.2.4792 19-Apr-2022 19:59 4.7K [   ] 8.2.4793 19-Apr-2022 20:39 4.1K [TXT] 8.2.4794 20-Apr-2022 11:24 1.4K [   ] 8.2.4795 20-Apr-2022 15:53 9.9K [TXT] 8.2.4796 20-Apr-2022 19:43 1.5K [   ] 8.2.4797 20-Apr-2022 20:10 2.3K [TXT] 8.2.4798 20-Apr-2022 20:10 2.1K [   ] 8.2.4799 20-Apr-2022 20:48 2.5K [TXT] 8.2.4800 20-Apr-2022 20:56 3.4K [TXT] 8.2.4801 20-Apr-2022 23:08 3.4K [   ] 8.2.4802 21-Apr-2022 12:15 2.0K [TXT] 8.2.4803 21-Apr-2022 23:54 3.4K [TXT] 8.2.4804 22-Apr-2022 00:31 15K [TXT] 8.2.4805 22-Apr-2022 21:08 7.6K [TXT] 8.2.4806 22-Apr-2022 22:26 1.8K [   ] 8.2.4807 22-Apr-2022 23:47 8.4K [TXT] 8.2.4808 23-Apr-2022 11:43 1.9K [   ] 8.2.4809 23-Apr-2022 11:52 15K [TXT] 8.2.4810 23-Apr-2022 12:05 1.4K [   ] 8.2.4811 23-Apr-2022 12:09 1.5K [TXT] 8.2.4812 23-Apr-2022 13:07 3.1K [TXT] 8.2.4813 23-Apr-2022 14:51 3.2K [   ] 8.2.4814 23-Apr-2022 20:53 2.2K [TXT] 8.2.4815 23-Apr-2022 20:53 9.2K [   ] 8.2.4816 24-Apr-2022 13:46 2.6K [   ] 8.2.4817 24-Apr-2022 16:48 7.0K [   ] 8.2.4818 24-Apr-2022 16:59 1.9K [TXT] 8.2.4819 24-Apr-2022 18:09 2.5K [   ] 8.2.4820 24-Apr-2022 19:41 12K [   ] 8.2.4821 24-Apr-2022 22:35 2.8K [   ] 8.2.4822 25-Apr-2022 14:29 2.2K [TXT] 8.2.4823 25-Apr-2022 14:29 13K [TXT] 8.2.4824 25-Apr-2022 14:29 3.1K [TXT] 8.2.4825 25-Apr-2022 15:42 34K [   ] 8.2.4826 25-Apr-2022 20:00 2.1K [TXT] 8.2.4827 25-Apr-2022 20:00 3.3K [TXT] 8.2.4828 26-Apr-2022 13:31 2.3K [   ] 8.2.4829 26-Apr-2022 13:52 2.8K [TXT] 8.2.4830 26-Apr-2022 19:54 5.2K [   ] 8.2.4831 26-Apr-2022 22:39 3.2K [   ] 8.2.4832 26-Apr-2022 23:12 3.4K [TXT] 8.2.4833 27-Apr-2022 12:59 4.6K [   ] 8.2.4834 27-Apr-2022 18:56 8.4K [   ] 8.2.4835 27-Apr-2022 23:16 4.2K [   ] 8.2.4836 28-Apr-2022 13:02 6.7K [   ] 8.2.4837 28-Apr-2022 15:11 6.0K [   ] 8.2.4838 28-Apr-2022 16:27 5.8K [   ] 8.2.4839 28-Apr-2022 16:40 1.6K [   ] 8.2.4840 28-Apr-2022 17:53 2.9K [   ] 8.2.4841 28-Apr-2022 18:53 6.5K [   ] 8.2.4842 28-Apr-2022 20:10 2.7K [   ] 8.2.4843 29-Apr-2022 12:09 4.3K [   ] 8.2.4844 29-Apr-2022 12:09 1.9K [   ] 8.2.4845 29-Apr-2022 12:31 1.8K [TXT] 8.2.4846 29-Apr-2022 17:47 3.3K [   ] 8.2.4847 29-Apr-2022 22:16 2.6K [TXT] 8.2.4848 30-Apr-2022 16:04 3.6K [   ] 8.2.4849 30-Apr-2022 16:12 1.9K [   ] 8.2.4850 30-Apr-2022 17:12 6.7K [   ] 8.2.4851 01-May-2022 01:45 2.1K [TXT] 8.2.4852 01-May-2022 18:44 3.2K [   ] 8.2.4853 01-May-2022 21:45 1.7K [   ] 8.2.4854 02-May-2022 01:07 1.5K [   ] 8.2.4855 02-May-2022 11:31 1.8K [   ] 8.2.4856 02-May-2022 11:35 2.5K [   ] 8.2.4857 02-May-2022 11:56 2.8K [TXT] 8.2.4858 03-May-2022 01:05 10K [   ] 8.2.4859 03-May-2022 01:05 1.9K [TXT] 8.2.4860 04-May-2022 02:05 4.1K [TXT] 8.2.4861 04-May-2022 16:41 23K [   ] 8.2.4862 04-May-2022 17:25 2.0K [TXT] 8.2.4863 04-May-2022 17:47 6.0K [   ] 8.2.4864 04-May-2022 18:30 1.6K [   ] 8.2.4865 04-May-2022 18:52 2.1K [TXT] 8.2.4866 04-May-2022 19:13 10K [   ] 8.2.4867 04-May-2022 19:52 4.2K [TXT] 8.2.4868 04-May-2022 23:14 3.9K [TXT] 8.2.4869 05-May-2022 15:02 9.2K [   ] 8.2.4870 05-May-2022 15:02 11K [TXT] 8.2.4871 05-May-2022 16:22 2.3K [TXT] 8.2.4872 05-May-2022 17:09 2.6K [TXT] 8.2.4873 05-May-2022 18:03 2.9K [   ] 8.2.4874 05-May-2022 20:23 7.3K [   ] 8.2.4875 05-May-2022 21:19 7.6K [TXT] 8.2.4876 05-May-2022 22:10 4.3K [TXT] 8.2.4877 05-May-2022 22:10 2.1K [TXT] 8.2.4878 06-May-2022 12:02 1.3K [TXT] 8.2.4879 06-May-2022 12:22 4.2K [TXT] 8.2.4880 06-May-2022 12:28 2.0K [TXT] 8.2.4881 06-May-2022 12:46 11K [TXT] 8.2.4882 06-May-2022 13:24 9.9K [   ] 8.2.4883 06-May-2022 14:16 30K [TXT] 8.2.4884 06-May-2022 14:29 1.6K [TXT] 8.2.4885 06-May-2022 14:38 2.4K [   ] 8.2.4886 06-May-2022 15:30 2.6K [   ] 8.2.4887 06-May-2022 16:00 1.8K [TXT] 8.2.4888 06-May-2022 16:47 2.8K [   ] 8.2.4889 06-May-2022 17:12 1.8K [TXT] 8.2.4890 06-May-2022 17:19 69K [TXT] 8.2.4891 06-May-2022 17:33 2.3K [TXT] 8.2.4892 06-May-2022 18:54 9.6K [   ] 8.2.4893 06-May-2022 19:09 5.5K [TXT] 8.2.4894 06-May-2022 19:39 6.2K [TXT] 8.2.4895 06-May-2022 21:39 2.5K [   ] 8.2.4896 06-May-2022 22:25 2.2K [TXT] 8.2.4897 06-May-2022 22:53 2.4K [   ] 8.2.4898 07-May-2022 11:04 2.2K [TXT] 8.2.4899 07-May-2022 11:50 2.2K [TXT] 8.2.4900 07-May-2022 12:01 2.8K [   ] 8.2.4901 07-May-2022 13:26 2.1K [TXT] 8.2.4902 07-May-2022 13:26 16K [TXT] 8.2.4903 07-May-2022 13:49 12K [TXT] 8.2.4904 07-May-2022 14:31 1.5K [TXT] 8.2.4905 07-May-2022 14:31 1.2K [TXT] 8.2.4906 07-May-2022 15:11 4.0K [TXT] 8.2.4907 07-May-2022 15:55 5.7K [TXT] 8.2.4908 07-May-2022 16:44 2.7K [   ] 8.2.4909 07-May-2022 21:02 17K [   ] 8.2.4910 07-May-2022 21:02 1.8K [TXT] 8.2.4911 07-May-2022 21:02 154K [TXT] 8.2.4912 07-May-2022 22:15 4.8K [TXT] 8.2.4913 08-May-2022 17:38 8.4K [TXT] 8.2.4914 08-May-2022 17:38 2.5K [TXT] 8.2.4915 08-May-2022 21:39 1.7K [TXT] 8.2.4916 08-May-2022 21:39 3.0K [TXT] 8.2.4917 08-May-2022 22:12 5.0K [TXT] 8.2.4918 08-May-2022 23:35 3.4K [TXT] 8.2.4919 08-May-2022 23:35 3.2K [TXT] 8.2.4920 08-May-2022 23:38 1.4K [TXT] 8.2.4921 08-May-2022 23:44 1.5K [TXT] 8.2.4922 08-May-2022 23:50 1.5K [TXT] 8.2.4923 09-May-2022 12:04 1.5K [   ] 8.2.4924 09-May-2022 13:17 6.5K [   ] 8.2.4925 09-May-2022 14:17 2.2K [TXT] 8.2.4926 09-May-2022 14:35 2.2K [   ] 8.2.4927 09-May-2022 15:13 2.8K [   ] 8.2.4928 10-May-2022 14:34 55K [TXT] 8.2.4929 10-May-2022 14:34 3.2K [TXT] 8.2.4930 10-May-2022 14:34 31K [TXT] 8.2.4931 10-May-2022 14:34 1.4K [TXT] 8.2.4932 10-May-2022 18:52 7.8K [TXT] 8.2.4933 10-May-2022 18:52 3.7K [TXT] 8.2.4934 10-May-2022 19:12 5.1K [TXT] 8.2.4935 10-May-2022 20:14 2.5K [TXT] 8.2.4936 10-May-2022 21:55 3.4K [TXT] 8.2.4937 10-May-2022 22:12 1.6K [TXT] 8.2.4938 11-May-2022 14:12 2.1K [TXT] 8.2.4939 11-May-2022 15:17 3.7K [   ] 8.2.4940 12-May-2022 12:09 7.1K [TXT] 8.2.4941 12-May-2022 23:28 3.2K [   ] 8.2.4942 12-May-2022 23:28 2.2K [   ] 8.2.4943 12-May-2022 23:28 2.0K [TXT] 8.2.4944 12-May-2022 23:28 3.2K [   ] 8.2.4945 12-May-2022 23:28 12K [TXT] 8.2.4946 12-May-2022 23:28 5.0K [   ] 8.2.4947 13-May-2022 13:42 4.1K [   ] 8.2.4948 13-May-2022 14:51 5.1K [TXT] 8.2.4949 13-May-2022 17:50 3.8K [TXT] 8.2.4950 14-May-2022 12:53 6.6K [TXT] 8.2.4951 14-May-2022 12:53 5.0K [TXT] 8.2.4952 14-May-2022 13:37 2.0K [TXT] 8.2.4953 14-May-2022 13:56 2.3K [   ] 8.2.4954 14-May-2022 19:49 3.6K [TXT] 8.2.4955 14-May-2022 19:49 4.0K [TXT] 8.2.4956 15-May-2022 14:12 2.6K [TXT] 8.2.4957 15-May-2022 14:12 2.9K [TXT] 8.2.4958 15-May-2022 15:00 3.5K [   ] 8.2.4959 15-May-2022 15:51 4.4K [TXT] 8.2.4960 15-May-2022 23:25 5.0K [TXT] 8.2.4961 16-May-2022 11:05 1.8K [TXT] 8.2.4962 16-May-2022 12:55 3.0K [   ] 8.2.4963 16-May-2022 14:36 2.7K [TXT] 8.2.4964 16-May-2022 14:36 5.0K [TXT] 8.2.4965 16-May-2022 17:57 6.6K [TXT] 8.2.4966 16-May-2022 17:57 1.6K [   ] 8.2.4967 16-May-2022 19:21 1.7K [TXT] 8.2.4968 16-May-2022 19:21 1.9K [TXT] 8.2.4969 16-May-2022 23:32 4.2K [TXT] 8.2.4970 17-May-2022 14:17 2.5K [TXT] 8.2.4971 17-May-2022 14:17 3.3K [TXT] 8.2.4972 17-May-2022 16:05 2.2K [   ] 8.2.4973 17-May-2022 17:14 8.8K [TXT] 8.2.4974 17-May-2022 18:47 2.4K [   ] 8.2.4975 17-May-2022 21:16 2.8K [   ] 8.2.4976 18-May-2022 12:01 2.4K [   ] 8.2.4977 18-May-2022 17:30 2.9K [TXT] 8.2.4978 18-May-2022 17:30 4.2K [TXT] 8.2.4979 18-May-2022 17:30 2.1K [TXT] 8.2.4980 18-May-2022 23:25 3.4K [TXT] 8.2.4981 19-May-2022 11:32 34K [   ] 8.2.4982 20-May-2022 11:12 16K [TXT] 8.2.4983 20-May-2022 11:40 1.4K [TXT] 8.2.4984 20-May-2022 14:46 2.7K [TXT] 8.2.4985 20-May-2022 18:22 1.6K [   ] 8.2.4986 20-May-2022 18:22 4.8K [   ] 8.2.4987 20-May-2022 19:29 3.3K [TXT] 8.2.4988 21-May-2022 12:21 2.5K [TXT] 8.2.4989 21-May-2022 16:40 11K [TXT] 8.2.4990 21-May-2022 17:30 1.3K [   ] 8.2.4991 21-May-2022 17:35 1.8K [TXT] 8.2.4992 21-May-2022 19:57 2.7K [TXT] 8.2.4993 21-May-2022 21:19 81K [   ] 8.2.4994 21-May-2022 22:31 63K [   ] 8.2.4995 21-May-2022 22:56 1.8K [TXT] 8.2.4996 22-May-2022 13:00 2.6K [TXT] 8.2.4997 22-May-2022 14:48 3.6K [   ] 8.2.4998 22-May-2022 14:48 2.9K [   ] 8.2.4999 22-May-2022 15:29 30K [   ] 8.2.5000 22-May-2022 15:51 2.5M [TXT] 8.2.5001 22-May-2022 16:29 2.4K [   ] 8.2.5002 22-May-2022 16:36 2.4K [TXT] 8.2.5003 22-May-2022 21:17 66K [TXT] 8.2.5004 22-May-2022 21:17 6.2K [TXT] 8.2.5005 22-May-2022 22:54 3.2K [TXT] 8.2.5006 22-May-2022 23:08 3.1K [TXT] 8.2.5007 23-May-2022 13:02 5.1K [TXT] 8.2.5008 23-May-2022 16:34 4.9K [TXT] 8.2.5009 23-May-2022 16:34 2.5K [TXT] 8.2.5010 23-May-2022 22:51 59K [TXT] 8.2.5011 24-May-2022 14:58 7.6K [TXT] 8.2.5012 24-May-2022 14:58 2.9K [TXT] 8.2.5013 24-May-2022 14:58 2.1K [TXT] 8.2.5014 25-May-2022 13:44 6.8K [TXT] 8.2.5015 25-May-2022 13:44 4.6K [TXT] 8.2.5016 25-May-2022 16:18 2.2K [TXT] 8.2.5017 25-May-2022 18:32 1.4K [   ] 8.2.5018 25-May-2022 20:16 13K [TXT] 8.2.5019 26-May-2022 13:11 14K [TXT] 8.2.5020 26-May-2022 14:17 3.1K [TXT] 8.2.5021 26-May-2022 15:07 5.2K [TXT] 8.2.5022 26-May-2022 16:26 2.8K [TXT] 8.2.5023 26-May-2022 16:58 4.3K [TXT] 8.2.5024 26-May-2022 18:10 2.4K [TXT] 8.2.5025 26-May-2022 20:55 4.1K [TXT] 8.2.5026 26-May-2022 23:33 13K [TXT] 8.2.5027 27-May-2022 14:53 2.6K [TXT] 8.2.5028 27-May-2022 16:36 3.9K [   ] 8.2.5029 27-May-2022 18:28 25K [   ] 8.2.5030 27-May-2022 19:07 16K [TXT] 8.2.5031 27-May-2022 21:14 2.1K [TXT] 8.2.5032 27-May-2022 21:24 2.4K [TXT] 8.2.5033 27-May-2022 22:17 2.4K [TXT] 8.2.5034 27-May-2022 22:59 7.6K [TXT] 8.2.5035 28-May-2022 11:51 4.0K [TXT] 8.2.5036 28-May-2022 12:13 4.3K [TXT] 8.2.5037 28-May-2022 15:26 4.9K [TXT] 8.2.5038 29-May-2022 15:14 9.2K [   ] 8.2.5039 29-May-2022 19:19 4.5K [   ] 8.2.5040 29-May-2022 19:19 4.2K [TXT] 8.2.5041 30-May-2022 14:21 5.3K [   ] 8.2.5042 30-May-2022 14:21 4.2K [   ] 8.2.5043 30-May-2022 17:02 6.4K [TXT] 8.2.5044 30-May-2022 17:02 2.9K [TXT] 8.2.5045 30-May-2022 19:14 9.9K [TXT] 8.2.5046 30-May-2022 22:12 16K [TXT] 8.2.5047 31-May-2022 14:44 5.5K [TXT] 8.2.5048 31-May-2022 18:04 2.1K [   ] 8.2.5049 01-Jun-2022 13:34 6.6K [TXT] 8.2.5050 01-Jun-2022 16:24 3.7K [TXT] 8.2.5051 01-Jun-2022 22:27 2.2K [   ] 8.2.5052 01-Jun-2022 22:27 4.0K [TXT] 8.2.5053 03-Jun-2022 18:40 3.3K [TXT] 8.2.5054 03-Jun-2022 19:58 6.3K [TXT] 8.2.5055 04-Jun-2022 23:19 1.5K [TXT] 8.2.5056 04-Jun-2022 23:19 16K [   ] 8.2.5057 05-Jun-2022 17:56 70K [   ] 8.2.5058 05-Jun-2022 20:53 2.1K [TXT] 8.2.5059 05-Jun-2022 20:53 63K [   ] 8.2.5060 05-Jun-2022 21:04 2.4K [TXT] 8.2.5061 05-Jun-2022 23:06 22K [TXT] 8.2.5062 06-Jun-2022 11:09 2.1K [TXT] 8.2.5063 06-Jun-2022 16:39 2.8K [TXT] 8.2.5064 06-Jun-2022 17:24 2.8K [TXT] 8.2.5065 06-Jun-2022 23:17 1.6K [TXT] 8.2.5066 08-Jun-2022 00:14 18K [TXT] 8.2.5067 08-Jun-2022 11:49 1.5K [TXT] 8.2.5068 08-Jun-2022 14:15 2.0K [TXT] 8.2.5069 08-Jun-2022 16:20 4.4K [   ] 8.2.5070 09-Jun-2022 20:59 4.3K [TXT] 8.2.5071 09-Jun-2022 20:59 1.7K [   ] 8.2.5072 09-Jun-2022 20:59 3.3K [TXT] 8.2.5073 09-Jun-2022 21:55 27K [TXT] 8.2.5074 10-Jun-2022 01:04 1.4K [   ] 8.2.5075 10-Jun-2022 16:39 1.6K [   ] 8.2.5076 10-Jun-2022 16:39 3.8K [TXT] 8.2.5077 11-Jun-2022 11:45 6.5K [TXT] 8.2.5078 12-Jun-2022 12:14 3.4K [TXT] 8.2.5079 12-Jun-2022 12:51 2.7K [TXT] 8.2.5080 12-Jun-2022 22:17 1.4K [   ] 8.2.5081 13-Jun-2022 00:06 1.7K [TXT] 8.2.5082 13-Jun-2022 00:06 2.0K [   ] 8.2.5083 13-Jun-2022 00:28 2.0K [TXT] 8.2.5084 13-Jun-2022 22:43 20K [TXT] 8.2.5085 13-Jun-2022 23:35 2.3K [   ] 8.2.5086 14-Jun-2022 12:36 3.3K [   ] 8.2.5087 14-Jun-2022 13:31 5.0K [   ] 8.2.5088 14-Jun-2022 14:31 5.1K [TXT] 8.2.5089 14-Jun-2022 14:43 3.8K [   ] 8.2.5090 14-Jun-2022 15:00 3.3K [TXT] 8.2.5091 14-Jun-2022 16:02 2.1K [   ] 8.2.5092 14-Jun-2022 16:44 5.1K [TXT] 8.2.5093 14-Jun-2022 17:08 1.9K [TXT] 8.2.5094 14-Jun-2022 18:15 2.1K [TXT] 8.2.5095 14-Jun-2022 20:54 2.4K [TXT] 8.2.5096 14-Jun-2022 22:25 1.9K [TXT] 8.2.5097 15-Jun-2022 13:14 1.7K [TXT] 8.2.5098 15-Jun-2022 17:59 5.4K [   ] 8.2.5099 15-Jun-2022 18:53 2.6K [   ] 8.2.5100 15-Jun-2022 19:10 1.7K [TXT] 8.2.5101 15-Jun-2022 19:33 2.6K [TXT] 8.2.5102 15-Jun-2022 22:09 4.5K [   ] 8.2.5103 15-Jun-2022 22:09 2.1K [TXT] 8.2.5104 15-Jun-2022 22:44 1.9K [TXT] 8.2.5105 15-Jun-2022 23:12 2.4K [TXT] 8.2.5106 16-Jun-2022 12:23 14K [TXT] 8.2.5107 16-Jun-2022 12:43 18K [TXT] 8.2.5108 16-Jun-2022 13:11 4.0K [   ] 8.2.5109 16-Jun-2022 14:05 4.0K [TXT] 8.2.5110 16-Jun-2022 15:15 1.8K [TXT] 8.2.5111 16-Jun-2022 15:47 2.5K [   ] 8.2.5112 16-Jun-2022 17:37 1.8K [TXT] 8.2.5113 16-Jun-2022 19:52 2.7K [TXT] 8.2.5114 16-Jun-2022 22:21 4.8K [TXT] 8.2.5115 17-Jun-2022 16:17 11K [TXT] 8.2.5116 17-Jun-2022 20:24 3.8K [   ] 8.2.5117 17-Jun-2022 20:24 2.7K [TXT] 8.2.5118 17-Jun-2022 21:06 8.6K [   ] 8.2.5119 17-Jun-2022 22:28 2.3K [TXT] 8.2.5120 18-Jun-2022 13:05 1.6K [   ] 8.2.5121 18-Jun-2022 13:53 2.2K [TXT] 8.2.5122 18-Jun-2022 13:53 1.9K [TXT] 8.2.5123 18-Jun-2022 15:12 2.7K [TXT] 8.2.5124 18-Jun-2022 17:07 2.4K [TXT] 8.2.5125 18-Jun-2022 17:50 2.7K [   ] 8.2.5126 19-Jun-2022 12:47 2.4K [   ] 8.2.5127 19-Jun-2022 12:47 2.9K [TXT] 8.2.5128 19-Jun-2022 15:37 3.1K [TXT] 8.2.5129 19-Jun-2022 15:37 3.0K [   ] 8.2.5130 19-Jun-2022 16:23 3.2K [TXT] 8.2.5131 19-Jun-2022 18:06 14K [TXT] 8.2.5132 19-Jun-2022 18:18 2.7K [TXT] 8.2.5133 19-Jun-2022 18:24 1.6K [TXT] 8.2.5134 19-Jun-2022 18:46 3.3K [TXT] 8.2.5135 19-Jun-2022 19:02 12K [TXT] 8.2.5136 20-Jun-2022 12:32 3.4K [TXT] 8.2.5137 20-Jun-2022 12:32 2.3K [   ] 8.2.5138 20-Jun-2022 13:05 6.0K [TXT] 8.2.5139 20-Jun-2022 13:05 1.5K [TXT] 8.2.5140 20-Jun-2022 14:39 1.7K [TXT] 8.2.5141 20-Jun-2022 14:39 7.8K [TXT] 8.2.5142 21-Jun-2022 15:39 2.8K [   ] 8.2.5143 21-Jun-2022 18:41 9.5K [TXT] 8.2.5144 21-Jun-2022 19:39 1.6K [TXT] 8.2.5145 21-Jun-2022 19:39 2.6K [   ] 8.2.5146 21-Jun-2022 23:17 10K [TXT] 8.2.5147 22-Jun-2022 14:52 1.7K [TXT] 8.2.5148 22-Jun-2022 14:52 2.6K [TXT] 8.2.5149 22-Jun-2022 19:15 1.7K [TXT] 8.2.5150 22-Jun-2022 20:10 2.6K [TXT] 8.2.5151 22-Jun-2022 21:00 2.3K [TXT] 8.2.5152 23-Jun-2022 13:06 4.1K [TXT] 8.2.5153 23-Jun-2022 16:55 1.5K [   ] 8.2.5154 23-Jun-2022 21:48 6.7K [TXT] 8.2.5155 24-Jun-2022 13:39 6.7K [TXT] 8.2.5156 24-Jun-2022 21:13 1.5K [TXT] 8.2.5157 24-Jun-2022 21:19 3.4K [TXT] 8.2.5158 25-Jun-2022 13:16 3.9K [TXT] 8.2.5159 25-Jun-2022 14:49 3.5K [TXT] 8.2.5160 26-Jun-2022 12:02 1.4K [   ] 8.2.5161 26-Jun-2022 12:17 1.7K [TXT] 8.2.5162 26-Jun-2022 14:00 1.6K [   ] 8.2.5163 26-Jun-2022 15:05 2.5K [   ] 8.2.5164 26-Jun-2022 17:55 2.7K [TXT] 8.2.5165 26-Jun-2022 19:01 1.4K [   ] 8.2.5166 26-Jun-2022 19:18 1.6K [TXT] 8.2.5167 27-Jun-2022 12:46 3.2K [   ] 8.2.5168 27-Jun-2022 15:00 1.6K [TXT] 8.2.5169 27-Jun-2022 21:16 4.3K [   ] 8.2.5170 27-Jun-2022 23:18 2.9K [   ] 8.2.5171 27-Jun-2022 23:53 103K [TXT] 8.2.5172 28-Jun-2022 00:14 5.0K [   ] MD5SUMS 28-Jun-2022 00:14 217K [TXT] README 28-Jun-2022 00:14 318K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!