]> git.lizzy.rs Git - micro.git/history - cmd
Don't print error message if history file doesn't exist
[micro.git] / cmd /
2017-07-18 Zachary YedidiaMerge pull request #743 from mfxmfx/rebuild-runtime
2017-07-17 Markus F.X.J. Ober... Rebuild runtime.go.
2017-07-15 Zachary YedidiaMerge
2017-07-15 Zachary YedidiaStore visual x when cursor loc moves in certain cases
2017-07-12 Zachary YedidiaMerge pull request #720 from bvaudour/master
2017-07-10 Zachary YedidiaMerge
2017-07-10 Zachary YedidiaMake sure screen is not nil before pollevent
2017-07-08 Zachary YedidiaAlways restart the screen when saving with sudo
2017-07-08 Zachary YedidiaOptimize search
2017-07-01 Zachary YedidiaFix recursive search and replace in special case
2017-07-01 Zachary YedidiaPrint help text to stdout instead of stderr
2017-07-01 Zachary YedidiaAdd 'a' option in replace prompt
2017-07-01 Zachary YedidiaOptimize search and replace
2017-06-25 Zachary YedidiaMove cursor selections on Insert or Remove
2017-06-22 Zachary YedidiaThrow error if there is no detect regex
2017-06-21 Zachary YedidiaFix compilation errors
2017-06-21 Zachary YedidiaRecover errors in highlight
2017-06-20 Zachary YedidiaAdd new tcell commits
2017-06-20 Zachary YedidiaMerge pull request #710 from HeavyHorst/master
2017-06-20 Zachary YedidiaMerge pull request #709 from mfxmfx/xterm-ctrl-pgup
2017-06-20 Zachary YedidiaAdd new commits to tcell (ctrlpageup/down)
2017-06-20 Rene Kaufmannfixed a panic when a line is cut out(strg+k) and the...
2017-06-19 Markus F.X.J. Ober... Add support for xterm CtrlPgUp and CtrlPgDn keys.
2017-06-18 Zachary YedidiaMerge
2017-06-18 Zachary YedidiaCheck bounds on LastVisualX
2017-06-18 Zachary YedidiaMerge pull request #679 from alialaee/master
2017-06-18 Zachary YedidiaMerge pull request #700 from Calinou/darcula-tc-colorscheme
2017-06-18 Zachary YedidiaUse correct separator on windows
2017-06-18 Zachary YedidiaUpdate tcell
2017-06-18 Zachary YedidiaUse the idle-wakeup-fix-forked branch of tcell
2017-06-17 Zachary YedidiaUse submodules for dependency management
2017-06-17 Zachary YedidiaMerge pull request #704 from zyedidia/multiple-cursors
2017-06-17 Zachary YedidiaAdd multiple cursor docs + improve docs in general
2017-06-17 Zachary YedidiaDeselect with mouse
2017-06-17 Zachary YedidiaMerge cursors properly
2017-06-17 Zachary YedidiaGet undo working properly with multiple cursors
2017-06-15 Zachary YedidiaMake cursor movement automatic on insert + remove
2017-06-14 Zachary YedidiaMerge pull request #697 from frankbraun/spaces
2017-06-14 Frank BraunImplement Spaces() with with strings.Repeat()
2017-06-13 Zachary YedidiaAdd ability to add cursors with Ctrl-MouseLeft
2017-06-13 Zachary YedidiaAdd comments
2017-06-13 Zachary YedidiaUse terminal cursor for the base cursor
2017-06-13 Zachary YedidiaRemove debug messages
2017-06-13 Zachary YedidiaAdd multiple cursor support
2017-06-12 Zachary YedidiaProperly show end of line selection
2017-06-12 Zachary YedidiaAllow binding runes to actions
2017-06-11 Zachary YedidiaAdd functionality for binding mouse buttons
2017-06-10 Zachary YedidiaUpdate default colorscheme
2017-06-07 Zachary YedidiaImprove solarized-tc colorscheme
2017-06-04 Zachary YedidiaMerge
2017-06-04 Zachary YedidiaMore descriptive error for 'terminal entry not found'
2017-06-03 Zachary YedidiaMerge pull request #683 from yursan9/appstream
2017-05-29 TommyCheck for readonly on viewtype and if true do not let...
2017-05-28 Zachary YedidiaFix boolean logic order for hiding cursor
2017-05-27 Zachary YedidiaAdd support for zyedidia/Literate
2017-05-27 Zachary YedidiaUpdate runtime
2017-05-25 aliChange replace command default behaviour to confirm...
2017-05-22 Zachary YedidiaAdd comment
2017-05-21 Zachary YedidiaUse messenger error instead of termerror
2017-05-21 Zachary YedidiaAdd suspend for linux only
2017-05-21 Zachary YedidiaTest suspend code
2017-05-21 Zachary YedidiaMerge
2017-05-19 Zachary YedidiaCreate ftoptions option to disable auto settings
2017-05-17 Zachary YedidiaMerge
2017-05-17 Zachary YedidiaLoad colorscheme after loading plugins
2017-05-15 Zachary YedidiaMerge pull request #665 from tommyshem/viewtype-check
2017-05-15 tommycheck viewtype before saving and if scratch is true...
2017-05-14 Zachary YedidiaMerge
2017-05-14 Zachary YedidiaDon't remember path on save if it is invalid
2017-05-13 Zachary YedidiaMerge pull request #661 from aerth/indentchar
2017-05-12 aerthuse space for indentchar if empty, fixes #660
2017-05-10 TommyCaps lock issue#658 (#659)
2017-05-09 Zachary YedidiaAllow upper case in 'Save changes' prompt
2017-05-05 Zachary YedidiaAdd tabmovement option
2017-05-05 Zachary YedidiaFix rare problem with tabs and horizontal scrolling
2017-05-05 Zachary YedidiaAdd SaveAll command and display + for modified tabs
2017-05-05 Zachary YedidiaDisallow view switching during a search
2017-05-05 Zachary YedidiaProperly draw split divider
2017-05-03 Zachary YedidiaCorrectly detect synatx ft from header
2017-05-03 Zachary YedidiaIf softwrap is on the leftcol must be 0
2017-05-02 Zachary YedidiaOptimize memory usage for loading syntax files
2017-04-29 Zachary YedidiaUpdate runtime
2017-04-29 Zachary YedidiaAdd termtitle option and move autoclose utf8 code
2017-04-29 Collin WarrenReadded title setting. ( As per the tcell pull. ) ...
2017-04-29 Zachary YedidiaMerge pull request #638 from popey/patch-1
2017-04-29 Zachary YedidiaMerge pull request #639 from popey/patch-2
2017-04-29 timon999Make autoclose plugin work with Non-Ascii Unicode chara...
2017-04-29 Zachary YedidiaUse less memory when opening very large files
2017-04-28 Zachary YedidiaMerge
2017-04-28 Zachary YedidiaDifferentiate between help buffers and log buffers
2017-04-28 Zachary YedidiaFix problem with search and replace indices
2017-04-22 Zachary YedidiaMerge pull request #585 from samdmarshall/add-yaml...
2017-04-22 Zachary YedidiaFix issue with cursorline
2017-04-22 Samantha MarshallUpdating changes to be in-line with master
2017-04-21 Zachary YedidiaFix crash if tabs extend past view width
2017-04-18 Zachary YedidiaFix colorcolumn being ignored
2017-04-16 Zachary YedidiaMerge pull request #626 from Necklaces/master
2017-04-16 Zachary YedidiaSpeed up search and replace
2017-04-16 Zachary YedidiaSlightly speed up search and replace
2017-04-16 Nichlas SeverinsenAdded more default bindings:
next