Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
15e248e37f3925d430f96e945d52d3dc423cdc83
/
runtime
/
doc
/
eval.txt
15e248e
patch 8.1.1610: there is no way to add or load a buffer without side effects
by Bram Moolenaar
· 6 years ago
e7eb927
patch 8.1.1585: :let-heredoc does not trim enough
by Bram Moolenaar
· 6 years ago
6c1e157
Update runtime files
by Bram Moolenaar
· 6 years ago
adc6714
patch 8.1.1579: dict and list could be GC'ed while displaying error
by Bram Moolenaar
· 6 years ago
9b28352
patch 8.1.1565: MS-Windows: no sound support
by Bram Moolenaar
· 6 years ago
1c196e7
patch 8.1.1554: docs and tests for :const can be improved
by Bram Moolenaar
· 6 years ago
d7c9687
patch 8.1.1542: an OptionSet autocommand does not get enough info
by Bram Moolenaar
· 6 years ago
9937a05
patch 8.1.1539: not easy to define a variable and lock it
by Bram Moolenaar
· 6 years ago
37df9a4
patch 8.1.1526: no numerical value for the patchlevel
by Bram Moolenaar
· 6 years ago
12ee7ff
Update runtime files
by Bram Moolenaar
· 6 years ago
3ff5f0f
patch 8.1.1513: all popup functionality is in functions, except :popupclear
by Bram Moolenaar
· 6 years ago
80dad48
patch 8.1.1510: a plugin cannot easily expand a command like done internally
by Bram Moolenaar
· 6 years ago
427f5b6
patch 8.1.1502: cannot play any sound
by Bram Moolenaar
· 6 years ago
c024b46
patch 8.1.1498: ":write" increments b:changedtick even though nothing changed
by Bram Moolenaar
· 6 years ago
773a97c
Update runtime files - Add typescript syntax and indent.
by Bram Moolenaar
· 6 years ago
61da1bf
Update runtime files.
by Bram Moolenaar
· 6 years ago
58a7f87
patch 8.1.1466: not updating priority on existing sign
by Bram Moolenaar
· 6 years ago
87abab9
patch 8.1.1457: cannot reuse a buffer when loading a screen dump
by Bram Moolenaar
· 6 years ago
b423012
patch 8.1.1426: no test for syntax highlight in popup window
by Bram Moolenaar
· 6 years ago
868b7b6
patch 8.1.1418: win_execute() is not implemented yet
by Bram Moolenaar
· 6 years ago
68e6560
Update runtime files.
by Bram Moolenaar
· 6 years ago
f5842c5
patch 8.1.1354: getting a list of text lines is clumsy
by Bram Moolenaar
· 6 years ago
eda6522
patch 8.1.1334: when buffer is hidden "F" in 'shortmess' is not used
by Bram Moolenaar
· 6 years ago
fe1ade0
patch 8.1.1332: cannot flush listeners without redrawing, mix of changes
by Bram Moolenaar
· 6 years ago
8aad88d
patch 8.1.1326: no test for listener with partial
by Bram Moolenaar
· 6 years ago
a334772
patch 8.1.1321: no docs or tests for listener functions
by Bram Moolenaar
· 6 years ago
42ae78c
patch 8.1.1310: named function arguments are never optional
by Bram Moolenaar
· 6 years ago
a6c27c4
Update runtime files
by Bram Moolenaar
· 6 years ago
691ddee
patch 8.1.1305: there is no easy way to manipulate environment variables
by Bram Moolenaar
· 6 years ago
be0a259
patch 8.1.1303: not possible to hide a balloon
by Bram Moolenaar
· 6 years ago
1063f3d
patch 8.1.1291: not easy to change directory and restore
by Bram Moolenaar
· 6 years ago
25c9c68
patch 8.1.1280: remarks about functionality not in Vi clutters the help
by Bram Moolenaar
· 6 years ago
de24a87
patch 8.1.1276: cannot combine text properties with syntax highlighting
by Bram Moolenaar
· 6 years ago
4b8366b
patch 8.1.1267: cannot check if GPM mouse support is working
by Bram Moolenaar
· 6 years ago
bb8476b
patch 8.1.1262: cannot simulate a mouse click in a test
by Bram Moolenaar
· 6 years ago
92fd599
patch 8.1.1248: no test for dec mouse
by Bram Moolenaar
· 6 years ago
00aa069
patch 8.1.1218: cannot set a directory for a tab page
by Bram Moolenaar
· 6 years ago
ac9fb18
patch 8.1.1210: support for user commands is spread out
by Bram Moolenaar
· 6 years ago
911ead1
Update runtime files
by Bram Moolenaar
· 6 years ago
d2e716e
patch 8.1.1188: not all Vim variables require the v: prefix
by Bram Moolenaar
· 6 years ago
46ad288
patch 8.1.1140: not easy to find out what neighbors a window has
by Bram Moolenaar
· 6 years ago
62e1bb4
Update runtime files.
by Bram Moolenaar
· 6 years ago
9d40128
patch 8.1.1122: char2nr() does not handle composing characters
by Bram Moolenaar
· 6 years ago
543c9b1
patch 8.1.1120: cannot easily get directory entry matches
by Bram Moolenaar
· 6 years ago
558ca4a
patch 8.1.1116: cannot enforce a Vim script style
by Bram Moolenaar
· 6 years ago
0f248b0
patch 8.1.1114: confusing overloaded operator "." for string concatenation
by Bram Moolenaar
· 6 years ago
fda1bff
patch 8.1.1111: it is not easy to check for infinity
by Bram Moolenaar
· 6 years ago
723dd94
Update runtime files.
by Bram Moolenaar
· 6 years ago
aff7491
patch 8.1.1084: cannot delete a match from another window
by Bram Moolenaar
· 6 years ago
2912abb
patch 8.1.1071: cannot get composing characters from the screen
by Bram Moolenaar
· 6 years ago
fd13332
patch 8.1.1068: cannot get all the information about current completion
by Bram Moolenaar
· 6 years ago
e99be0e
patch 8.1.1056: no eval function for Ruby
by Bram Moolenaar
· 6 years ago
63b74a8
Update runtime files.
by Bram Moolenaar
· 6 years ago
c3e92c1
patch 8.1.1044: no way to check the reference count of objects
by Bram Moolenaar
· 6 years ago
647e24b
patch 8.1.1015: quickfix buffer shows up in list, can't get buffer number
by Bram Moolenaar
· 6 years ago
8fcb60f
patch 8.1.0994: relative cursor position is not calculated correctly
by Bram Moolenaar
· 6 years ago
f6b4010
Update runtime files
by Bram Moolenaar
· 6 years ago
4c92e75
Update runtime files.
by Bram Moolenaar
· 6 years ago
ff697e6
patch 8.1.0902: incomplete set of assignment operators
by Bram Moolenaar
· 6 years ago
dce1e89
patch 8.1.0894: MS-Windows: resolve() does not return a reparse point
by Bram Moolenaar
· 6 years ago
c6ddce3
patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conpty
by Bram Moolenaar
· 7 years ago
314dd79
Update runtime files.
by Bram Moolenaar
· 7 years ago
aa5df7e
patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10
by Bram Moolenaar
· 7 years ago
b3051ce
patch 8.1.0863: cannot see what signal caused a job to end
by Bram Moolenaar
· 7 years ago
39536dd
patch 8.1.0846: not easy to recognize the system Vim runs on
by Bram Moolenaar
· 7 years ago
5e66b42
patch 8.1.0815: dialog for file changed outside of Vim not tested
by Bram Moolenaar
· 7 years ago
bf821bc
patch 8.1.0797: error E898 is used twice
by Bram Moolenaar
· 7 years ago
0d17f0d
patch 8.1.0793: incorrect error messages for functions that take a Blob
by Bram Moolenaar
· 7 years ago
d09091d
Update runtime files.
by Bram Moolenaar
· 7 years ago
d896824
patch 8.1.0757: not enough documentation for Blobs
by Bram Moolenaar
· 7 years ago
c0f5a78
patch 8.1.0736: code for Blob not sufficiently tested
by Bram Moolenaar
· 7 years ago
6e5ea8d
patch 8.1.0735: cannot handle binary data
by Bram Moolenaar
· 7 years ago
5f6b379
patch 8.1.0731: JS encoding does not handle negative infinity
by Bram Moolenaar
· 7 years ago
5b69c22
patch 8.1.0720: cannot easily change the current quickfx list index
by Bram Moolenaar
· 7 years ago
6b7b719
patch 8.1.0717: there is no function for the ":sign jump" command
by Bram Moolenaar
· 7 years ago
b589f95
patch 8.1.0702: ":sign place" only uses the current buffer
by Bram Moolenaar
· 7 years ago
b328cca
patch 8.1.0697: ":sign place" requires the buffer argument
by Bram Moolenaar
· 7 years ago
b9c67a5
patch 8.1.0675: text property column in screen columns is not practical
by Bram Moolenaar
· 7 years ago
4c05fa0
Update runtime files
by Bram Moolenaar
· 7 years ago
c8c8849
Update runtime files.
by Bram Moolenaar
· 7 years ago
5976f8f
patch 8.1.0648: custom operators can't act upon a forced motion
by Bram Moolenaar
· 7 years ago
6436cd8
patch 8.1.0644: finding next sign ID is inefficient
by Bram Moolenaar
· 7 years ago
e3d31b0
patch 8.1.0634: text properties cannot cross line boundaries
by Bram Moolenaar
· 7 years ago
461a7fc
patch 8.1.0619: :echomsg and :echoerr do not handle List and Dict
by Bram Moolenaar
· 7 years ago
162b714
patch 8.1.0614: placing signs can be complicated
by Bram Moolenaar
· 7 years ago
9d87a37
Update runtime files.
by Bram Moolenaar
· 7 years ago
98aefe7
patch 8.1.0579: cannot attach properties to text
by Bram Moolenaar
· 7 years ago
d47d522
Update runtime files.
by Bram Moolenaar
· 7 years ago
f951416
patch 8.1.0542: shiftwidth() does not take 'vartabstop' into account
by Bram Moolenaar
· 7 years ago
f0d58ef
Update runtime files.
by Bram Moolenaar
· 7 years ago
f49cc60
patch 8.1.0519: cannot save and restore the tag stack
by Bram Moolenaar
· 7 years ago
ded5f1b
patch 8.1.0515: reloading a script gives errors for existing functions
by Bram Moolenaar
· 7 years ago
ba3ff53
Update runtime files
by Bram Moolenaar
· 7 years ago
e6e3989
patch 8.1.0493: argv() and argc() only work on the current argument list
by Bram Moolenaar
· 7 years ago
2c64ca1
Update runtime files
by Bram Moolenaar
· 7 years ago
95bafa2
Update runtime files.
by Bram Moolenaar
· 7 years ago
110bd60
patch 8.1.0401: can't get swap name of another buffer
by Bram Moolenaar
· 7 years ago
ab18673
patch 8.1.0390: scrollbars are not tested
by Bram Moolenaar
· 7 years ago
fe8ef98
patch 8.1.0386: cannot test with non-default option value
by Bram Moolenaar
· 7 years ago
f29c1c6
patch 8.1.0362: cannot get the script line number when executing a function
by Bram Moolenaar
· 7 years ago
Next »